this repo has no description
0
fork

Configure Feed

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

๐Ÿ”– Release v0.4.0

+11 -5
+10 -4
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.4.0] - 2023-04-02 9 + 10 + ### Added 11 + 12 + - one-shot mode (see #1) 13 + 8 14 ## [0.3.0] - 2023-04-02 9 15 10 16 ### Changed ··· 20 26 ### Added 21 27 22 28 - Github support (requires gh to be installed) 29 + - Initial release. 23 30 24 31 ## [0.1.0] 25 32 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 33 + [Unreleased]: https://github.com/ewen-lbh/issurge/compare/v0.4.0...HEAD 34 + [0.4.0]: https://github.com/ewen-lbh/issurge/compare/v0.3.0...v0.4.0 35 + [0.3.0]: https://github.com/ewen-lbh/issurge/compare/v0.2.0...v0.3.0 30 36 [0.2.0]: https://github.com/ewen-lbh/issurge/compare/v0.1.0...v0.2.0 31 37 [0.1.0]: https://github.com/ewen-lbh/issurge/releases/tag/v0.1.0 32 38
+1 -1
pyproject.toml
··· 1 1 [tool.poetry] 2 2 name = "issurge" 3 - version = "0.3.0" 3 + version = "0.4.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>"]