0.5.1-rc.4

This commit is contained in:
GitHub
2023-06-28 09:45:56 +08:00
parent 4632907680
commit 9a8864ab25
3 changed files with 10 additions and 2 deletions

View File

@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.5.1-rc.4] - 2023-06-26
### Fixed
- Fix broken comment anchor [8ea5f8f](https://github.com/freedit-org/freedit/commit/8ea5f8f8796ac8119ecf8e0220f178bcb17ac312)
- Add robots.txt [3a5051f](https://github.com/freedit-org/freedit/commit/3a5051fdd6159bef711dc455b858e8171dcecaf6)
- Fix all broken link [4632907](https://github.com/freedit-org/freedit/commit/4632907680bcff58bf39b55a3dcbb8e372a5599a)
## [0.5.1-rc.3] - 2023-06-26
### Fixed

2
Cargo.lock generated
View File

@@ -813,7 +813,7 @@ dependencies = [
[[package]]
name = "freedit"
version = "0.5.1-rc.3"
version = "0.5.1-rc.4"
dependencies = [
"ammonia",
"askama",

View File

@@ -1,6 +1,6 @@
[package]
name = "freedit"
version = "0.5.1-rc.3"
version = "0.5.1-rc.4"
edition = "2021"
license = "MIT"