diff --git a/CHANGELOG.md b/CHANGELOG.md index cd767c3..c313360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2022-01-23 + ### Added - Implemente API for `/logs` +- Implemente API for `/pkg/{name}/log/{ts}` +- Improve HTML log pages ## [0.1.0] - 2022-01-23 @@ -18,5 +22,6 @@ 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.1.0...HEAD +[Unreleased]: https://git.esd.cc/imlonghao/archlinuxcn-packages/compare/v0.2.0...HEAD +[0.2.0]: https://git.esd.cc/imlonghao/archlinuxcn-packages/releases/tag/v0.2.0 [0.1.0]: https://git.esd.cc/imlonghao/archlinuxcn-packages/releases/tag/v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index 0dc8278..9bf2851 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -240,7 +240,7 @@ checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0" [[package]] name = "archlinuxcn-packages" -version = "0.1.0" +version = "0.2.0" dependencies = [ "actix-web", "ansi-to-html", diff --git a/Cargo.toml b/Cargo.toml index d570931..34022fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "archlinuxcn-packages" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html