From a7ea5b311ff75f49c06f0e75bbd6acc894b59575 Mon Sep 17 00:00:00 2001 From: "Tj (bougyman) Vanderpoel" Date: Thu, 8 Feb 2024 12:56:57 -0600 Subject: [PATCH] Adds tagged changelog --- CHANGELOG.md | 9 +++++++-- ...iner_running_and_ssh_for_git_ops_in_the_container.yml | 0 changelog/0.9.7/tag.yml | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) rename changelog/{unreleased => 0.9.7}/added_the_plc_wrapper_for_container_running_and_ssh_for_git_ops_in_the_container.yml (100%) create mode 100644 changelog/0.9.7/tag.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index be112be..3e960de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [0.9.7] - 2024-02-08 +### Added +- Added the plc wrapper for container running, and ssh for git ops in the container (@bougyman) + ## [0.9.5] - 2024-02-08 ### Added - Added build_image to build/push container image (@bougyman) @@ -88,8 +92,9 @@ ### Added - Added new changelog management system (changelog-rb) (@bougyman) -[Unreleased]: https://github.com/rubyists/linear-cli/compare/0.9.5...HEAD -[0.9.5]: https://github.com/rubyists/linear-cli/compare/v0.9.4...0.9.5 +[Unreleased]: https://github.com/rubyists/linear-cli/compare/0.9.7...HEAD +[0.9.7]: https://github.com/rubyists/linear-cli/compare/v0.9.5...0.9.7 +[0.9.5]: https://github.com/rubyists/linear-cli/compare/v0.9.4...v0.9.5 [0.9.4]: https://github.com/rubyists/linear-cli/compare/v0.9.3...v0.9.4 [0.9.3]: https://github.com/rubyists/linear-cli/compare/v0.9.1...v0.9.3 [0.9.1]: https://github.com/rubyists/linear-cli/compare/v0.9.0...v0.9.1 diff --git a/changelog/unreleased/added_the_plc_wrapper_for_container_running_and_ssh_for_git_ops_in_the_container.yml b/changelog/0.9.7/added_the_plc_wrapper_for_container_running_and_ssh_for_git_ops_in_the_container.yml similarity index 100% rename from changelog/unreleased/added_the_plc_wrapper_for_container_running_and_ssh_for_git_ops_in_the_container.yml rename to changelog/0.9.7/added_the_plc_wrapper_for_container_running_and_ssh_for_git_ops_in_the_container.yml diff --git a/changelog/0.9.7/tag.yml b/changelog/0.9.7/tag.yml new file mode 100644 index 0000000..d51f053 --- /dev/null +++ b/changelog/0.9.7/tag.yml @@ -0,0 +1 @@ +date: 2024-02-08