-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
38cd00c
commit e58eebe
Showing
4 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
".": "1.3.0" | ||
".": "2.0.0" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Changelog | ||
|
||
## [2.0.0](https://github.com/IFCA-Advanced-Computing/imgsync/compare/v1.3.0...v2.0.0) (2024-09-26) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* remove old and add new versions | ||
|
||
### Features | ||
|
||
* improve distribution loading and handling ([05b08d2](https://github.com/IFCA-Advanced-Computing/imgsync/commit/05b08d2b8283add1d524423db8cd934ef154387b)) | ||
* move to poetry ([f522b0b](https://github.com/IFCA-Advanced-Computing/imgsync/commit/f522b0bb17bbbb0cf78401dd7ff644ed3916cac2)) | ||
* remove old and add new versions ([f220110](https://github.com/IFCA-Advanced-Computing/imgsync/commit/f2201102b26e9f65cfc3cd673520cde07a930ced)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add timeouts to requests.get ([5fe7d41](https://github.com/IFCA-Advanced-Computing/imgsync/commit/5fe7d41e7c20fe3a9b0bb72e0ffa0d3849385c2c)) | ||
* handle version at package level ([8d3c492](https://github.com/IFCA-Advanced-Computing/imgsync/commit/8d3c4928a59e4fe3b9180cb7dd8042d0e6aa8b02)) | ||
* move checksum verification into a separate function ([5eed052](https://github.com/IFCA-Advanced-Computing/imgsync/commit/5eed052a6060a8ad1ecd5fd3fbeb59203e6aed7f)), closes [#1](https://github.com/IFCA-Advanced-Computing/imgsync/issues/1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
import pathlib | ||
|
||
|
||
__version__ = "1.3.0" | ||
__version__ = "2.0.0" | ||
|
||
|
||
def extract_version() -> str: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters