Skip to content

Commit

Permalink
chore(master): release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Sep 26, 2024
1 parent d560b8c commit 68fb159
Show file tree
Hide file tree
Showing 4 changed files with 15 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 @@
{
".": "2.0.1"
".": "2.1.0"
}

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.1.0](https://github.com/IFCA-Advanced-Computing/imgsync/compare/v2.0.1...v2.1.0) (2024-09-26)


### Features

* improve logging ([d560b8c](https://github.com/IFCA-Advanced-Computing/imgsync/commit/d560b8cd8e0dbbaf641f62b36d6f28290e1381a4))


### Bug Fixes

* return location after downloading ([22d03c3](https://github.com/IFCA-Advanced-Computing/imgsync/commit/22d03c3a44345429f84b2e7ba700d7ebaa7c54e1))

## [2.0.1](https://github.com/IFCA-Advanced-Computing/imgsync/compare/v2.0.0...v2.0.1) (2024-09-26)


Expand Down
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__ = "2.0.1"
__version__ = "2.1.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 = "2.0.1"
version = "2.1.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 68fb159

Please sign in to comment.