Skip to content

Commit

Permalink
chore(master): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Sep 26, 2024
1 parent 38cd00c commit e58eebe
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "1.3.0"
".": "2.0.0"
}

21 changes: 21 additions & 0 deletions CHANGELOG.md
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)
2 changes: 1 addition & 1 deletion imgsync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pathlib


__version__ = "1.3.0"
__version__ = "2.0.0"


def extract_version() -> str:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "imgsync"
version = "1.3.0"
version = "2.0.0"
description = "imgsync will download sync images from several distribution repositories and send them to an OpenStack Image service (Glance)."
readme = "README.md"
license = "Apache-2.0"
Expand Down

0 comments on commit e58eebe

Please sign in to comment.