Skip to content

Commit f376ada

Browse files
committed
Release 0.3.0
1 parent 2e7b846 commit f376ada

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.0] - 2024-04-17
79
### Added
810
- Add possibility to assign issues to a current user when copying
911

@@ -41,8 +43,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4143
- Service for copying issues between projects
4244
- CLI for copying issues and verifying auth configuration with Gitlab ([b7eed84](https://github.com/nekeal/issx/commit/b7eed844239f0c251c9501a0c455ab457c4ed910))
4345

44-
[Unreleased]: https://github.com/nekeal/issx/compare/0.2.0...master
46+
[Unreleased]: https://github.com/nekeal/issx/compare/0.3.0...master
47+
[0.3.0]: https://github.com/nekeal/issx/compare/0.2.0...0.3.0
4548
[0.2.0]: https://github.com/nekeal/issx/compare/0.1.0...0.2.0
4649
[0.1.0]: https://github.com/nekeal/issx/compare/0.0.4...0.1.0
4750
[0.0.4]: https://github.com/nekeal/issx/compare/0.0.2...0.0.4
4851
[0.0.2]: https://github.com/nekeal/issx/tree/0.0.2
52+

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

0 commit comments

Comments
 (0)