Skip to content

Commit e58eebe

Browse files
committed
chore(master): release 2.0.0
1 parent 38cd00c commit e58eebe

4 files changed

Lines changed: 24 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "1.3.0"
2+
".": "2.0.0"
33
}
44

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/IFCA-Advanced-Computing/imgsync/compare/v1.3.0...v2.0.0) (2024-09-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove old and add new versions
9+
10+
### Features
11+
12+
* improve distribution loading and handling ([05b08d2](https://github.com/IFCA-Advanced-Computing/imgsync/commit/05b08d2b8283add1d524423db8cd934ef154387b))
13+
* move to poetry ([f522b0b](https://github.com/IFCA-Advanced-Computing/imgsync/commit/f522b0bb17bbbb0cf78401dd7ff644ed3916cac2))
14+
* remove old and add new versions ([f220110](https://github.com/IFCA-Advanced-Computing/imgsync/commit/f2201102b26e9f65cfc3cd673520cde07a930ced))
15+
16+
17+
### Bug Fixes
18+
19+
* add timeouts to requests.get ([5fe7d41](https://github.com/IFCA-Advanced-Computing/imgsync/commit/5fe7d41e7c20fe3a9b0bb72e0ffa0d3849385c2c))
20+
* handle version at package level ([8d3c492](https://github.com/IFCA-Advanced-Computing/imgsync/commit/8d3c4928a59e4fe3b9180cb7dd8042d0e6aa8b02))
21+
* 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)

imgsync/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import pathlib
66

77

8-
__version__ = "1.3.0"
8+
__version__ = "2.0.0"
99

1010

1111
def extract_version() -> str:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "imgsync"
3-
version = "1.3.0"
3+
version = "2.0.0"
44
description = "imgsync will download sync images from several distribution repositories and send them to an OpenStack Image service (Glance)."
55
readme = "README.md"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)