From e29f7ba5f863efd3cb3b49b67585bccc9126a747 Mon Sep 17 00:00:00 2001 From: puripuri2100 Date: Mon, 30 Oct 2023 20:29:39 +0900 Subject: [PATCH] release 2.0.0 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- VERSION | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7ef9c4..65b34e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ## [Unreleased] +## [2.0.0] - 2023-10-30 + ### Added - エリア情報に大学会館と動く時の2種類を追加 ([\#115](https://github.com/sohosai/qr-backend/issues/115), [\#119](https://github.com/sohosai/qr-backend/pull/119)) @@ -37,6 +39,7 @@ -[Unreleased]: https://github.com/sohosai/qr-backend/compare/1.0.0...HEAD +[Unreleased]: https://github.com/sohosai/qr-backend/compare/2.0.0...HEAD +[2.0.0]: https://github.com/sohosai/qr-backend/compare/1.0.0...2.0.0 [1.0.0]: https://github.com/sohosai/qr-backend/compare/b36d897...1.0.0 diff --git a/Cargo.lock b/Cargo.lock index 9cf127a..81321c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1570,7 +1570,7 @@ dependencies = [ [[package]] name = "qr-backend" -version = "1.0.0" +version = "2.0.0" dependencies = [ "axum", "chrono", diff --git a/Cargo.toml b/Cargo.toml index c1b9a69..9d574b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "qr-backend" authors = ["momeemt ", "puripuri2100 "] -version = "1.0.0" +version = "2.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/VERSION b/VERSION index afaf360..359a5b9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 \ No newline at end of file +2.0.0 \ No newline at end of file