File tree 4 files changed +15
-3
lines changed
4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 2.0.1 "
2
+ "." : " 2.1.0 "
3
3
}
4
4
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
15
## [ 2.0.1] ( https://github.com/IFCA-Advanced-Computing/imgsync/compare/v2.0.0...v2.0.1 ) (2024-09-26)
4
16
5
17
Original file line number Diff line number Diff line change 5
5
import pathlib
6
6
7
7
8
- __version__ = "2.0.1 "
8
+ __version__ = "2.1.0 "
9
9
10
10
11
11
def extract_version () -> str :
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " imgsync"
3
- version = " 2.0.1 "
3
+ version = " 2.1.0 "
4
4
description = " imgsync will download sync images from several distribution repositories and send them to an OpenStack Image service (Glance)."
5
5
readme = " README.md"
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments