chore: v0.2.4

This commit is contained in:
imlonghao 2022-01-27 20:20:27 +08:00
parent 8a14506771
commit 9119a0328d
Failed to extract signature
3 changed files with 6 additions and 3 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.4] - 2022-01-27
### Added
- Format datetime in locale format [github#1](https://github.com/imlonghao/archlinuxcn-packages/pull/1)
@ -58,7 +60,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.3...HEAD
[Unreleased]: https://git.esd.cc/imlonghao/archlinuxcn-packages/compare/v0.2.4...HEAD
[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
[0.2.1]: https://git.esd.cc/imlonghao/archlinuxcn-packages/releases/tag/v0.2.1

2
Cargo.lock generated
View file

@ -508,7 +508,7 @@ checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0"
[[package]]
name = "archlinuxcn-packages"
version = "0.2.3"
version = "0.2.4"
dependencies = [
"actix-web 4.0.0-beta.21",
"ansi-to-html",

View file

@ -1,6 +1,6 @@
[package]
name = "archlinuxcn-packages"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html