Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nekeal committed Apr 17, 2024
1 parent 2e7b846 commit f376ada
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
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).

## [Unreleased]

## [0.3.0] - 2024-04-17
### Added
- Add possibility to assign issues to a current user when copying

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

[Unreleased]: https://github.com/nekeal/issx/compare/0.2.0...master
[Unreleased]: https://github.com/nekeal/issx/compare/0.3.0...master
[0.3.0]: https://github.com/nekeal/issx/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/nekeal/issx/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/nekeal/issx/compare/0.0.4...0.1.0
[0.0.4]: https://github.com/nekeal/issx/compare/0.0.2...0.0.4
[0.0.2]: https://github.com/nekeal/issx/tree/0.0.2

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "issx"
version = "0.2.0"
version = "0.3.0"
description = "Tool for synchronizing issues between different services"
authors = [
"nekeal <szymon.sc.cader@gmail.com>",
Expand Down

0 comments on commit f376ada

Please sign in to comment.