Skip to content

Commit 4071e67

Browse files
committed
Release 0.5.1
1 parent d48b071 commit 4071e67

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.1] - 2024-04-29
79
### Fixed
810
- Fix wizard for generating configs for projects and instances
911

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

73-
[Unreleased]: https://github.com/nekeal/issx/compare/0.5.0...master
75+
[Unreleased]: https://github.com/nekeal/issx/compare/0.5.1...master
76+
[0.5.1]: https://github.com/nekeal/issx/compare/0.5.0...0.5.1
7477
[0.5.0]: https://github.com/nekeal/issx/compare/0.4.0...0.5.0
7578
[0.4.0]: https://github.com/nekeal/issx/compare/0.3.2...0.4.0
7679
[0.3.2]: https://github.com/nekeal/issx/compare/0.3.1...0.3.2
@@ -80,3 +83,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8083
[0.1.0]: https://github.com/nekeal/issx/compare/0.0.4...0.1.0
8184
[0.0.4]: https://github.com/nekeal/issx/compare/0.0.2...0.0.4
8285
[0.0.2]: https://github.com/nekeal/issx/tree/0.0.2
86+

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

0 commit comments

Comments
 (0)