We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f695d commit 4052c3dCopy full SHA for 4052c3d
2 files changed
CHANGELOG.md
@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Added
11
12
+## [0.1.1] - 2023-01-05
13
+
14
+### Added
15
+- Create docker image as part of the release pipeline
16
17
## [0.1.0] - 2023-01-05
18
19
pyproject.toml
@@ -6,7 +6,7 @@ line-length = 100
6
7
[tool.poetry]
8
name = "gitea-github-sync"
-version = "0.1.0"
+version = "0.1.1"
homepage = "https://github.com/Muscaw/gitea-github-sync"
description = "Syncs your gitea instance with your Github account"
authors = ["Kevin Grandjean <Muscaw@users.noreply.github.com>"]
0 commit comments