Skip to content

Commit 1b12232

Browse files
committed
Release 0.5.2
1 parent 8b3bf3e commit 1b12232

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.2] - 2024-04-29
79
### Fixed
810
- Fix prompt for fetching variables in the wizard
911

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

77-
[Unreleased]: https://github.com/nekeal/issx/compare/0.5.1...master
79+
[Unreleased]: https://github.com/nekeal/issx/compare/0.5.2...master
80+
[0.5.2]: https://github.com/nekeal/issx/compare/0.5.1...0.5.2
7881
[0.5.1]: https://github.com/nekeal/issx/compare/0.5.0...0.5.1
7982
[0.5.0]: https://github.com/nekeal/issx/compare/0.4.0...0.5.0
8083
[0.4.0]: https://github.com/nekeal/issx/compare/0.3.2...0.4.0
@@ -85,3 +88,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8588
[0.1.0]: https://github.com/nekeal/issx/compare/0.0.4...0.1.0
8689
[0.0.4]: https://github.com/nekeal/issx/compare/0.0.2...0.0.4
8790
[0.0.2]: https://github.com/nekeal/issx/tree/0.0.2
91+

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

0 commit comments

Comments
 (0)