From d38bc68469ef1d64e4e5d49dd0b5ca20aec4d30b Mon Sep 17 00:00:00 2001 From: David <104803357+kimhanbeom@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:23:44 +0900 Subject: [PATCH] Bump version to 0.20.0 (#135) Close: #132 --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bdb8b6..fd331ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.20.0] - 2024-09-10 ### Changed @@ -277,7 +277,7 @@ Versioning](https://semver.org/spec/v2.0.0.html). - Move from giganto -[Unreleased]: https://github.com/aicers/giganto-client/compare/0.19.0...main +[0.20.0]: https://github.com/aicers/giganto-client/compare/0.19.0...0.20.0 [0.19.0]: https://github.com/aicers/giganto-client/compare/0.18.0...0.19.0 [0.18.0]: https://github.com/aicers/giganto-client/compare/0.17.0...0.18.0 [0.17.0]: https://github.com/aicers/giganto-client/compare/0.16.0...0.17.0 diff --git a/Cargo.toml b/Cargo.toml index 4b4839f..612d438 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "giganto-client" -version = "0.19.0" +version = "0.20.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html