···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.0] - 2023-04-02
99+1010+### Added
1111+1212+- one-shot mode (see #1)
1313+814## [0.3.0] - 2023-04-02
9151016### Changed
···2026### Added
21272228- Github support (requires gh to be installed)
2929+- Initial release.
23302431## [0.1.0]
25322626-- Initial release.
2727-2828-[Unreleased]: https://github.com/ewen-lbh/issurge/compare/v0.3.0...HEAD
2929-[0.3.0]: https://github.com/ewen-lbh/issurge/compare/v0.1.0...v0.3.0
3333+[Unreleased]: https://github.com/ewen-lbh/issurge/compare/v0.4.0...HEAD
3434+[0.4.0]: https://github.com/ewen-lbh/issurge/compare/v0.3.0...v0.4.0
3535+[0.3.0]: https://github.com/ewen-lbh/issurge/compare/v0.2.0...v0.3.0
3036[0.2.0]: https://github.com/ewen-lbh/issurge/compare/v0.1.0...v0.2.0
3137[0.1.0]: https://github.com/ewen-lbh/issurge/releases/tag/v0.1.0
3238
+1-1
pyproject.toml
···11[tool.poetry]
22name = "issurge"
33-version = "0.3.0"
33+version = "0.4.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>"]