···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.3.0] - 2023-04-02
99+1010+### Changed
1111+1212+- words that start with a sigil (labels, milestones, assignees) and are in the middle of a title are now added to the title, without the sigil (see README.md for more explanations)
1313+1414+### Fixed
1515+1616+- crashes
1717+818## [0.2.0] - 2023-04-02
9191020### Added
11211222- Github support (requires gh to be installed)
13231414-[//]: # (C3-2-DKAC)
2424+## [0.1.0]
2525+2626+- 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
3030+[0.2.0]: https://github.com/ewen-lbh/issurge/compare/v0.1.0...v0.2.0
3131+[0.1.0]: https://github.com/ewen-lbh/issurge/releases/tag/v0.1.0
3232+3333+[//]: # (C3-2-DKAC:GGH:Rewen-lbh/issurge:Tv{t})
+1-1
pyproject.toml
···11[tool.poetry]
22name = "issurge"
33-version = "0.2.0"
33+version = "0.3.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>"]