this repo has no description
0
fork

Configure Feed

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

๐Ÿ”– Release 0.6.1

+10 -4
+9 -3
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.6.1] - 2025-02-19 9 + 10 + ### Fixed 11 + 12 + - Previous release seemingly contained no changes? 13 + - Prevent strict reference resolving in dry-run mode 9 14 10 - ## [0.5.0] - 2025-02-19 15 + ## [0.6.0] - 2025-02-19 11 16 12 17 ### Added 13 18 ··· 50 55 51 56 ## [0.1.0] 52 57 53 - [Unreleased]: https://github.com/gwennlbh/issurge/compare/v0.6.0...HEAD 58 + [Unreleased]: https://github.com/gwennlbh/issurge/compare/v0.6.1...HEAD 59 + [0.6.1]: https://github.com/gwennlbh/issurge/compare/v0.6.0...v0.6.1 54 60 [0.6.0]: https://github.com/gwennlbh/issurge/compare/v0.5.0...v0.5.0 55 61 [0.5.0]: https://github.com/gwennlbh/issurge/compare/v0.4.1...v0.5.0 56 62 [0.4.1]: https://github.com/gwennlbh/issurge/compare/v0.4.0...v0.4.1
+1 -1
pyproject.toml
··· 1 1 [tool.poetry] 2 2 name = "issurge" 3 - version = "0.6.0" 3 + version = "0.6.1" 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/gwennlbh/issurge" 6 6 authors = ["Gwenn Le Bihan <gwenn.lebihan7@gmail.com>"]