Skip to content

Commit 8b62eb3

Browse files
committed
Release 0.5.4
1 parent 576f5b0 commit 8b62eb3

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.4] - 2024-04-29
79
### Fixed
810
- Fix section of printed toml config in the wizard
911

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

85-
[Unreleased]: https://github.com/nekeal/issx/compare/0.5.3...master
87+
[Unreleased]: https://github.com/nekeal/issx/compare/0.5.4...master
88+
[0.5.4]: https://github.com/nekeal/issx/compare/0.5.3...0.5.4
8689
[0.5.3]: https://github.com/nekeal/issx/compare/0.5.2...0.5.3
8790
[0.5.2]: https://github.com/nekeal/issx/compare/0.5.1...0.5.2
8891
[0.5.1]: https://github.com/nekeal/issx/compare/0.5.0...0.5.1
@@ -95,3 +98,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9598
[0.1.0]: https://github.com/nekeal/issx/compare/0.0.4...0.1.0
9699
[0.0.4]: https://github.com/nekeal/issx/compare/0.0.2...0.0.4
97100
[0.0.2]: https://github.com/nekeal/issx/tree/0.0.2
101+

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.3"
3+
version = "0.5.4"
44
description = "Tool for synchronizing issues between different services"
55
authors = [
66
"nekeal <szymon.sc.cader@gmail.com>",

0 commit comments

Comments
 (0)