Skip to content

Commit 69e3e85

Browse files
committed
Release 0.5.3
1 parent 79d5849 commit 69e3e85

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

66
## [Unreleased]
7+
8+
## [0.5.3] - 2024-04-29
79
### Fixed
810
- Fix printing toml config in the wizard
911

@@ -78,7 +80,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7880
- Service for copying issues between projects
7981
- CLI for copying issues and verifying auth configuration with Gitlab ([b7eed84](https://github.com/nekeal/issx/commit/b7eed844239f0c251c9501a0c455ab457c4ed910))
8082

81-
[Unreleased]: https://github.com/nekeal/issx/compare/0.5.2...master
83+
[Unreleased]: https://github.com/nekeal/issx/compare/0.5.3...master
84+
[0.5.3]: https://github.com/nekeal/issx/compare/0.5.2...0.5.3
8285
[0.5.2]: https://github.com/nekeal/issx/compare/0.5.1...0.5.2
8386
[0.5.1]: https://github.com/nekeal/issx/compare/0.5.0...0.5.1
8487
[0.5.0]: https://github.com/nekeal/issx/compare/0.4.0...0.5.0
@@ -90,3 +93,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9093
[0.1.0]: https://github.com/nekeal/issx/compare/0.0.4...0.1.0
9194
[0.0.4]: https://github.com/nekeal/issx/compare/0.0.2...0.0.4
9295
[0.0.2]: https://github.com/nekeal/issx/tree/0.0.2
96+

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "issx"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
description = "Tool for synchronizing issues between different services"
55
authors = [
66
"nekeal <szymon.sc.cader@gmail.com>",

0 commit comments

Comments
 (0)