From 6c4628cdbc0bcceb2b7d38110202c2a0be3813d8 Mon Sep 17 00:00:00 2001 From: Bintang Adiputra Pratama Date: Sat, 18 Jan 2025 01:15:56 +0700 Subject: [PATCH] v1.2.2 See CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- VERSION | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12672bc..11bee3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.2.2] - 2025-01-18 + +### Fixed + +- Failure with `--copy` and `--no-save`. +- `--no-save` now overrides `--save` and `--copy`. + ## [1.2.1] - 2025-01-18 ### Fixed @@ -58,7 +65,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Initial release. -[Unreleased]: https://github.com/spitulax/gripper/compare/v1.2.1...HEAD +[Unreleased]: https://github.com/spitulax/gripper/compare/v1.2.2...HEAD +[1.2.2]: https://github.com/spitulax/gripper/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/spitulax/gripper/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/spitulax/gripper/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/spitulax/gripper/compare/v1.0.2...v1.1.0 diff --git a/VERSION b/VERSION index 6085e94..23aa839 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.1 +1.2.2