File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 2.0.1 "
2+ "." : " 2.1.0 "
33}
44
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 55import pathlib
66
77
8- __version__ = "2.0.1 "
8+ __version__ = "2.1.0 "
99
1010
1111def extract_version () -> str :
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " imgsync"
3- version = " 2.0.1 "
3+ version = " 2.1.0 "
44description = " imgsync will download sync images from several distribution repositories and send them to an OpenStack Image service (Glance)."
55readme = " README.md"
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments