this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ”– Release 0.3.0

+21 -2
+20 -1
CHANGELOG.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 + ## [0.3.0] - 2023-04-02 9 + 10 + ### Changed 11 + 12 + - 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) 13 + 14 + ### Fixed 15 + 16 + - crashes 17 + 8 18 ## [0.2.0] - 2023-04-02 9 19 10 20 ### Added 11 21 12 22 - Github support (requires gh to be installed) 13 23 14 - [//]: # (C3-2-DKAC) 24 + ## [0.1.0] 25 + 26 + - Initial release. 27 + 28 + [Unreleased]: https://github.com/ewen-lbh/issurge/compare/v0.3.0...HEAD 29 + [0.3.0]: https://github.com/ewen-lbh/issurge/compare/v0.1.0...v0.3.0 30 + [0.2.0]: https://github.com/ewen-lbh/issurge/compare/v0.1.0...v0.2.0 31 + [0.1.0]: https://github.com/ewen-lbh/issurge/releases/tag/v0.1.0 32 + 33 + [//]: # (C3-2-DKAC:GGH:Rewen-lbh/issurge:Tv{t})
+1 -1
pyproject.toml
··· 1 1 [tool.poetry] 2 2 name = "issurge" 3 - version = "0.2.0" 3 + version = "0.3.0" 4 4 description = "Deal with your client's feedback efficiently by creating a bunch of issues in bulk from a text file." 5 5 repository = "https://github.com/ewen-lbh/issurge" 6 6 authors = ["Ewen Le Bihan <hey@ewen.works>"]