Skip to content

Commit

Permalink
chore(master): release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Sep 26, 2024
1 parent da952fb commit d82a16d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 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"
".": "1.4.0"
}

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

## [1.4.0](https://github.com/IFCA-Advanced-Computing/imgsync/compare/v1.3.0...v1.4.0) (2024-09-26)


### Features

* move to poetry ([f522b0b](https://github.com/IFCA-Advanced-Computing/imgsync/commit/f522b0bb17bbbb0cf78401dd7ff644ed3916cac2))


### Bug Fixes

* add timeouts to requests.get ([5fe7d41](https://github.com/IFCA-Advanced-Computing/imgsync/commit/5fe7d41e7c20fe3a9b0bb72e0ffa0d3849385c2c))
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 = "1.4.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 d82a16d

Please sign in to comment.