mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
chroe: v0.2.1
This commit is contained in:
parent
0fe1b5e9c7
commit
a809b60870
3 changed files with 8 additions and 3 deletions
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.2.1] - 2022-01-23
|
||||
|
||||
### Fixed
|
||||
|
||||
- Use hashtag for more link
|
||||
- Log block align to left
|
||||
|
||||
|
@ -25,6 +29,7 @@ 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.0...HEAD
|
||||
[Unreleased]: https://git.esd.cc/imlonghao/archlinuxcn-packages/compare/v0.2.1...HEAD
|
||||
[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
|
||||
[0.1.0]: https://git.esd.cc/imlonghao/archlinuxcn-packages/releases/tag/v0.1.0
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -240,7 +240,7 @@ checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0"
|
|||
|
||||
[[package]]
|
||||
name = "archlinuxcn-packages"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"actix-web",
|
||||
"ansi-to-html",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "archlinuxcn-packages"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
Loading…
Add table
Reference in a new issue