From dd5cc6f9f306402a1ee4945b117a187d11e00913 Mon Sep 17 00:00:00 2001 From: imlonghao Date: Thu, 27 Jan 2022 22:26:22 +0800 Subject: [PATCH] chore: v0.2.5 --- CHANGELOG.md | 7 +++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40a32d2..2fafd72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.2.4] - 2022-01-27 +## [0.2.5] - 2022-01-27 ### Fixed - Ensure logir is not null - Fixed index out of bounds caused by olded ts +## [0.2.4] - 2022-01-27 + ### Added - Format datetime in locale format [github#1](https://github.com/imlonghao/archlinuxcn-packages/pull/1) @@ -65,7 +67,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.4...HEAD +[Unreleased]: https://git.esd.cc/imlonghao/archlinuxcn-packages/compare/v0.2.5...HEAD +[0.2.5]: https://git.esd.cc/imlonghao/archlinuxcn-packages/releases/tag/v0.2.5 [0.2.4]: https://git.esd.cc/imlonghao/archlinuxcn-packages/releases/tag/v0.2.4 [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 diff --git a/Cargo.lock b/Cargo.lock index bb96948..816d27f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -508,7 +508,7 @@ checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0" [[package]] name = "archlinuxcn-packages" -version = "0.2.4" +version = "0.2.5" dependencies = [ "actix-web 4.0.0-beta.21", "ansi-to-html", diff --git a/Cargo.toml b/Cargo.toml index d1a343e..2b23c1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "archlinuxcn-packages" -version = "0.2.4" +version = "0.2.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html