Skip to content

Commit 2a8b355

Browse files
committed
Release 0.5.0
1 parent 136688a commit 2a8b355

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.0] - 2024-04-29
79
### Added
810
- Add tests for instance manager
911
- Add possibility to specify a config class per instance client
@@ -66,7 +68,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6668
- Service for copying issues between projects
6769
- CLI for copying issues and verifying auth configuration with Gitlab ([b7eed84](https://github.com/nekeal/issx/commit/b7eed844239f0c251c9501a0c455ab457c4ed910))
6870

69-
[Unreleased]: https://github.com/nekeal/issx/compare/0.4.0...master
71+
[Unreleased]: https://github.com/nekeal/issx/compare/0.5.0...master
72+
[0.5.0]: https://github.com/nekeal/issx/compare/0.4.0...0.5.0
7073
[0.4.0]: https://github.com/nekeal/issx/compare/0.3.2...0.4.0
7174
[0.3.2]: https://github.com/nekeal/issx/compare/0.3.1...0.3.2
7275
[0.3.1]: https://github.com/nekeal/issx/compare/0.3.0...0.3.1
@@ -75,3 +78,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7578
[0.1.0]: https://github.com/nekeal/issx/compare/0.0.4...0.1.0
7679
[0.0.4]: https://github.com/nekeal/issx/compare/0.0.2...0.0.4
7780
[0.0.2]: https://github.com/nekeal/issx/tree/0.0.2
81+

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

0 commit comments

Comments
 (0)