Skip to content

Commit 1855fd8

Browse files
committed
chore(master): release 2.1.0
1 parent d560b8c commit 1855fd8

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "2.0.1"
2+
".": "2.1.0"
33
}
44

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/IFCA-Advanced-Computing/imgsync/compare/v2.0.1...v2.1.0) (2024-09-26)
4+
5+
6+
### Features
7+
8+
* improve logging ([d560b8c](https://github.com/IFCA-Advanced-Computing/imgsync/commit/d560b8cd8e0dbbaf641f62b36d6f28290e1381a4))
9+
10+
11+
### Bug Fixes
12+
13+
* return location after downloading ([22d03c3](https://github.com/IFCA-Advanced-Computing/imgsync/commit/22d03c3a44345429f84b2e7ba700d7ebaa7c54e1))
14+
315
## [2.0.1](https://github.com/IFCA-Advanced-Computing/imgsync/compare/v2.0.0...v2.0.1) (2024-09-26)
416

517

imgsync/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import pathlib
66

77

8-
__version__ = "2.0.1"
8+
__version__ = "2.1.0"
99

1010

1111
def extract_version() -> str:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "imgsync"
3-
version = "2.0.1"
3+
version = "2.1.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)