mirror of
https://github.com/pseXperiments/freedit.git
synced 2026-01-10 12:17:54 -05:00
0.6.2-rc.2
This commit is contained in:
@@ -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
2
Cargo.lock
generated
@@ -786,7 +786,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "freedit"
|
||||
version = "0.6.2-rc.1"
|
||||
version = "0.6.2-rc.2"
|
||||
dependencies = [
|
||||
"ammonia",
|
||||
"askama",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "freedit"
|
||||
version = "0.6.2-rc.1"
|
||||
version = "0.6.2-rc.2"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user