From 7d18dc2fec5aef55b198e497646388db5dd31c04 Mon Sep 17 00:00:00 2001 From: imlonghao Date: Sun, 23 Jan 2022 18:58:00 +0800 Subject: [PATCH] chore: v0.2.3 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25bf45c..4a7f54c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3] - 2022-01-23 + ### Changed - Change SQL to make sure batch event is `start` @@ -50,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Project init - Implemente API for `/status` and `/current` -[Unreleased]: https://git.esd.cc/imlonghao/archlinuxcn-packages/compare/v0.2.2...HEAD +[Unreleased]: https://git.esd.cc/imlonghao/archlinuxcn-packages/compare/v0.2.3...HEAD +[0.2.3]: https://git.esd.cc/imlonghao/archlinuxcn-packages/releases/tag/v0.2.3 [0.2.2]: https://git.esd.cc/imlonghao/archlinuxcn-packages/releases/tag/v0.2.2 [0.2.1]: https://git.esd.cc/imlonghao/archlinuxcn-packages/releases/tag/v0.2.1 [0.2.0]: https://git.esd.cc/imlonghao/archlinuxcn-packages/releases/tag/v0.2.0 diff --git a/Cargo.lock b/Cargo.lock index e5d1bc0..3c04f20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -240,7 +240,7 @@ checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0" [[package]] name = "archlinuxcn-packages" -version = "0.2.2" +version = "0.2.3" dependencies = [ "actix-web", "ansi-to-html", diff --git a/Cargo.toml b/Cargo.toml index e8a702c..6c28cec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "archlinuxcn-packages" -version = "0.2.2" +version = "0.2.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html