From 19710a72caacf50339bc0019ce2a455be698ed8a Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 9 Apr 2024 00:27:59 +0800 Subject: [PATCH] v0.7.3-rc.4 --- CHANGELOG.md | 8 +++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b09eb0..56a3b0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.3-rc.4] - 2024-04-08 + +### Fixed + +- When you edit a post, it doesn’t use the markdown system but only HTML ## [0.7.3-rc.3] - 2024-04-06 @@ -383,7 +388,8 @@ Happy new year! πŸŽ‰πŸŽ‰πŸŽ‰ ## [0.2.4] - 2022-12-01 -[unreleased]: https://github.com/freedit-org/freedit/compare/v0.7.3-rc.3...HEAD +[unreleased]: https://github.com/freedit-org/freedit/compare/v0.7.3-rc.4...HEAD +[0.7.3-rc.4]: https://github.com/freedit-org/freedit/compare/v0.7.3-rc.3...v0.7.3-rc.4 [0.7.3-rc.3]: https://github.com/freedit-org/freedit/compare/v0.7.3-rc.2...v0.7.3-rc.3 [0.7.3-rc.2]: https://github.com/freedit-org/freedit/compare/v0.7.3-rc.1...v0.7.3-rc.2 [0.7.3-rc.1]: https://github.com/freedit-org/freedit/compare/v0.7.2...v0.7.3-rc.1 diff --git a/Cargo.lock b/Cargo.lock index 74af045..5fcc2c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -854,7 +854,7 @@ dependencies = [ [[package]] name = "freedit" -version = "0.7.3-rc.3" +version = "0.7.3-rc.4" dependencies = [ "ammonia", "askama", diff --git a/Cargo.toml b/Cargo.toml index 0da1629..4cf3ce8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "freedit" -version = "0.7.3-rc.3" +version = "0.7.3-rc.4" edition = "2021" license = "MIT License"