this repo has no description
0
fork

Configure Feed

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

๐Ÿ”– Release 0.6.0

+20 -12
+17 -9
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] 9 + 10 + ## [0.5.0] - 2025-02-19 11 + 12 + ### Added 13 + 14 + - Add support for referecing not-yet-created issues! see [#13](https://github.com/gwennlbh/issurge/issues/13) 15 + 8 16 ## [0.5.0] - 2024-07-13 9 17 10 18 ### Added ··· 42 50 43 51 ## [0.1.0] 44 52 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 47 - [0.4.1]: https://github.com/ewen-lbh/issurge/compare/v0.4.0...v0.4.1 48 - [0.4.0]: https://github.com/ewen-lbh/issurge/compare/v0.3.0...v0.4.0 49 - [0.3.0]: https://github.com/ewen-lbh/issurge/compare/v0.2.0...v0.3.0 50 - [0.2.0]: https://github.com/ewen-lbh/issurge/compare/v0.1.0...v0.2.0 51 - [0.1.0]: https://github.com/ewen-lbh/issurge/releases/tag/v0.1.0 52 - 53 - [//]: # (C3-2-DKAC:GGH:Rewen-lbh/issurge:Tv{t}) 53 + [Unreleased]: https://github.com/gwennlbh/issurge/compare/v0.6.0...HEAD 54 + [0.6.0]: https://github.com/gwennlbh/issurge/compare/v0.5.0...v0.5.0 55 + [0.5.0]: https://github.com/gwennlbh/issurge/compare/v0.4.1...v0.5.0 56 + [0.4.1]: https://github.com/gwennlbh/issurge/compare/v0.4.0...v0.4.1 57 + [0.4.0]: https://github.com/gwennlbh/issurge/compare/v0.3.0...v0.4.0 58 + [0.3.0]: https://github.com/gwennlbh/issurge/compare/v0.2.0...v0.3.0 59 + [0.2.0]: https://github.com/gwennlbh/issurge/compare/v0.1.0...v0.2.0 60 + [0.1.0]: https://github.com/gwennlbh/issurge/releases/tag/v0.1.0 61 + [//]: # "C3-2-DKAC:GGH:Rgwennlbh/issurge:Tv{t}"
+3 -3
pyproject.toml
··· 1 1 [tool.poetry] 2 2 name = "issurge" 3 - version = "0.5.0" 3 + version = "0.6.0" 4 4 description = "Deal with your client's feedback efficiently by creating a bunch of issues in bulk from a text file." 5 - repository = "https://github.com/ewen-lbh/issurge" 6 - authors = ["Ewen Le Bihan <hey@ewen.works>"] 5 + repository = "https://github.com/gwennlbh/issurge" 6 + authors = ["Gwenn Le Bihan <gwenn.lebihan7@gmail.com>"] 7 7 readme = "README.md" 8 8 scripts = { issurge = "issurge.main:run" } 9 9