diff --git a/CHANGELOG.md b/CHANGELOG.md index cbc70e3..4fa4d4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [0.9.3] - 2024-02-07 +### Fixed +- Fixed probblem with tempfile for editing operations (@bougyman) + ## [0.9.1] - 2024-02-06 ### Fixed - Fixed wrapper to be more normal about help when listing leaf commands (@bougyman) @@ -75,8 +79,9 @@ ### Added - Added new changelog management system (changelog-rb) (@bougyman) -[Unreleased]: https://github.com/rubyists/linear-cli/compare/0.9.1...HEAD -[0.9.1]: https://github.com/rubyists/linear-cli/compare/v0.9.0...0.9.1 +[Unreleased]: https://github.com/rubyists/linear-cli/compare/0.9.3...HEAD +[0.9.3]: https://github.com/rubyists/linear-cli/compare/v0.9.1...0.9.3 +[0.9.1]: https://github.com/rubyists/linear-cli/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/rubyists/linear-cli/compare/v0.8.6...v0.9.0 [0.8.6]: https://github.com/rubyists/linear-cli/compare/v0.8.4...v0.8.6 [0.8.4]: https://github.com/rubyists/linear-cli/compare/v0.8.1...v0.8.4 diff --git a/changelog/0.9.3/fixed_probblem_with_tempfile_for_editing_operations.yml b/changelog/0.9.3/fixed_probblem_with_tempfile_for_editing_operations.yml new file mode 100644 index 0000000..1213692 --- /dev/null +++ b/changelog/0.9.3/fixed_probblem_with_tempfile_for_editing_operations.yml @@ -0,0 +1,4 @@ +type: Fixed +title: > + Fixed probblem with tempfile for editing operations +author: bougyman diff --git a/changelog/0.9.3/tag.yml b/changelog/0.9.3/tag.yml new file mode 100644 index 0000000..c124220 --- /dev/null +++ b/changelog/0.9.3/tag.yml @@ -0,0 +1 @@ +date: 2024-02-07