···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+## [0.4.1] - 2024-01-02
99+1010+### Added
1111+1212+- a setup.py script for AUR deployment
1313+814## [0.4.0] - 2023-04-02
9151016### Added
···30363137## [0.1.0]
32383333-[Unreleased]: https://github.com/ewen-lbh/issurge/compare/v0.4.0...HEAD
3939+[Unreleased]: https://github.com/ewen-lbh/issurge/compare/v0.4.1...HEAD
4040+[0.4.1]: https://github.com/ewen-lbh/issurge/compare/v0.4.0...v0.4.1
3441[0.4.0]: https://github.com/ewen-lbh/issurge/compare/v0.3.0...v0.4.0
3542[0.3.0]: https://github.com/ewen-lbh/issurge/compare/v0.2.0...v0.3.0
3643[0.2.0]: https://github.com/ewen-lbh/issurge/compare/v0.1.0...v0.2.0
+1-1
pyproject.toml
···11[tool.poetry]
22name = "issurge"
33-version = "0.4.0"
33+version = "0.4.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/ewen-lbh/issurge"
66authors = ["Ewen Le Bihan <hey@ewen.works>"]