Skip to content

Commit 06300ae

Browse files
committed
Release 0.3.2
1 parent e754d74 commit 06300ae

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.3.2] - 2024-04-18
79
### Added
810
- Improve documentation configuration
911
- CLI [reference](https://nekeal.github.io/cli_usage/) to the documentation
@@ -50,10 +52,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5052
- Service for copying issues between projects
5153
- CLI for copying issues and verifying auth configuration with Gitlab ([b7eed84](https://github.com/nekeal/issx/commit/b7eed844239f0c251c9501a0c455ab457c4ed910))
5254

53-
[Unreleased]: https://github.com/nekeal/issx/compare/0.3.1...master
55+
[Unreleased]: https://github.com/nekeal/issx/compare/0.3.2...master
56+
[0.3.2]: https://github.com/nekeal/issx/compare/0.3.1...0.3.2
5457
[0.3.1]: https://github.com/nekeal/issx/compare/0.3.0...0.3.1
5558
[0.3.0]: https://github.com/nekeal/issx/compare/0.2.0...0.3.0
5659
[0.2.0]: https://github.com/nekeal/issx/compare/0.1.0...0.2.0
5760
[0.1.0]: https://github.com/nekeal/issx/compare/0.0.4...0.1.0
5861
[0.0.4]: https://github.com/nekeal/issx/compare/0.0.2...0.0.4
5962
[0.0.2]: https://github.com/nekeal/issx/tree/0.0.2
63+

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

0 commit comments

Comments
 (0)