···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.5.0] - 2024-07-13
991010### Added
1111···42424343## [0.1.0]
44444545-[Unreleased]: https://github.com/ewen-lbh/issurge/compare/v0.4.1...HEAD
4545+[Unreleased]: https://github.com/ewen-lbh/issurge/compare/v0.5.0...HEAD
4646+[0.5.0]: https://github.com/ewen-lbh/issurge/compare/v0.4.1...v0.5.0
4647[0.4.1]: https://github.com/ewen-lbh/issurge/compare/v0.4.0...v0.4.1
4748[0.4.0]: https://github.com/ewen-lbh/issurge/compare/v0.3.0...v0.4.0
4849[0.3.0]: https://github.com/ewen-lbh/issurge/compare/v0.2.0...v0.3.0
+1-1
pyproject.toml
···11[tool.poetry]
22name = "issurge"
33-version = "0.4.1"
33+version = "0.5.0"
44description = "Deal with your client's feedback efficiently by creating a bunch of issues in bulk from a text file."
55repository = "https://github.com/ewen-lbh/issurge"
66authors = ["Ewen Le Bihan <hey@ewen.works>"]