0.6.2-rc.2

This commit is contained in:
GitHub
2023-10-23 23:58:34 +08:00
parent 8559933106
commit 1ae85fd64d
3 changed files with 8 additions and 3 deletions

View File

@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.6.2-rc.2] - 2023-10-23
- bug fixed
## [0.6.2-rc.1] - 2023-10-12
- bug fixed <https://freedit.eu/post/1/155>
@@ -255,7 +259,8 @@ Happy new year! 🎉🎉🎉
## [0.2.4] - 2022-12-01
[unreleased]: https://github.com/freedit-org/freedit/compare/v0.6.2-rc.1...HEAD
[unreleased]: https://github.com/freedit-org/freedit/compare/v0.6.2-rc.2...HEAD
[0.6.2-rc.2]: https://github.com/freedit-org/freedit/compare/v0.6.2-rc.1...v0.6.2-rc.2
[0.6.2-rc.1]: https://github.com/freedit-org/freedit/compare/v0.6.1...v0.6.2-rc.1
[0.6.1]: https://github.com/freedit-org/freedit/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/freedit-org/freedit/compare/v0.5.1...v0.6.0

2
Cargo.lock generated
View File

@@ -786,7 +786,7 @@ dependencies = [
[[package]]
name = "freedit"
version = "0.6.2-rc.1"
version = "0.6.2-rc.2"
dependencies = [
"ammonia",
"askama",

View File

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