···55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7788-## [Unreleased]
88+## [0.6.1] - 2025-02-19
99+1010+### Fixed
1111+1212+- Previous release seemingly contained no changes?
1313+- Prevent strict reference resolving in dry-run mode
9141010-## [0.5.0] - 2025-02-19
1515+## [0.6.0] - 2025-02-19
11161217### Added
1318···50555156## [0.1.0]
52575353-[Unreleased]: https://github.com/gwennlbh/issurge/compare/v0.6.0...HEAD
5858+[Unreleased]: https://github.com/gwennlbh/issurge/compare/v0.6.1...HEAD
5959+[0.6.1]: https://github.com/gwennlbh/issurge/compare/v0.6.0...v0.6.1
5460[0.6.0]: https://github.com/gwennlbh/issurge/compare/v0.5.0...v0.5.0
5561[0.5.0]: https://github.com/gwennlbh/issurge/compare/v0.4.1...v0.5.0
5662[0.4.1]: https://github.com/gwennlbh/issurge/compare/v0.4.0...v0.4.1
+1-1
pyproject.toml
···11[tool.poetry]
22name = "issurge"
33-version = "0.6.0"
33+version = "0.6.1"
44description = "Deal with your client's feedback efficiently by creating a bunch of issues in bulk from a text file."
55repository = "https://github.com/gwennlbh/issurge"
66authors = ["Gwenn Le Bihan <gwenn.lebihan7@gmail.com>"]