this repo has no description
0
fork

Configure Feed

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

๐Ÿ”– Release 0.5.0

+4 -3
+3 -2
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 - ## [Unreleased] 8 + ## [0.5.0] - 2024-07-13 9 9 10 10 ### Added 11 11 ··· 42 42 43 43 ## [0.1.0] 44 44 45 - [Unreleased]: https://github.com/ewen-lbh/issurge/compare/v0.4.1...HEAD 45 + [Unreleased]: https://github.com/ewen-lbh/issurge/compare/v0.5.0...HEAD 46 + [0.5.0]: https://github.com/ewen-lbh/issurge/compare/v0.4.1...v0.5.0 46 47 [0.4.1]: https://github.com/ewen-lbh/issurge/compare/v0.4.0...v0.4.1 47 48 [0.4.0]: https://github.com/ewen-lbh/issurge/compare/v0.3.0...v0.4.0 48 49 [0.3.0]: https://github.com/ewen-lbh/issurge/compare/v0.2.0...v0.3.0
+1 -1
pyproject.toml
··· 1 1 [tool.poetry] 2 2 name = "issurge" 3 - version = "0.4.1" 3 + version = "0.5.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>"]