Skip to content

Commit

Permalink
v0.6.5 prepare for break change
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub committed Feb 4, 2024
1 parent 125715e commit 4b5540a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
15 changes: 4 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.5-rc.2] - 2024-02-03

### Fixed

- solo bug fixed

## [0.6.5-rc.1] - 2024-02-02
## [0.6.5] - 2024-02-04

### Fixed

Expand All @@ -22,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- /admin/gallery
- image delete
- site admin could view all solos
- site admin could delete solo
- add notifications for post lock/hide/ comment hide...
Expand All @@ -39,7 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- notification pagination
- fix js error


## [0.6.3] - 2023-11-24

### Fixed
Expand Down Expand Up @@ -315,9 +309,8 @@ Happy new year! 🎉🎉🎉

## [0.2.4] - 2022-12-01

[unreleased]: https://github.com/freedit-org/freedit/compare/v0.6.5-rc.2...HEAD
[0.6.5-rc.2]: https://github.com/freedit-org/freedit/compare/v0.6.5-rc.1...v0.6.5-rc.2
[0.6.5-rc.1]: https://github.com/freedit-org/freedit/compare/v0.6.4...v0.6.5-rc.1
[unreleased]: https://github.com/freedit-org/freedit/compare/v0.6.5...HEAD
[0.6.5]: https://github.com/freedit-org/freedit/compare/v0.6.4...v0.6.5
[0.6.4]: https://github.com/freedit-org/freedit/compare/v0.6.3...v0.6.4
[0.6.3]: https://github.com/freedit-org/freedit/compare/v0.6.2...v0.6.3
[0.6.2]: https://github.com/freedit-org/freedit/compare/v0.6.1...v0.6.2
Expand Down
31 changes: 19 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "freedit"
version = "0.6.5-rc.2"
version = "0.6.5"
edition = "2021"
license = "MIT License"

Expand Down Expand Up @@ -30,7 +30,7 @@ latex2mathml = "0.2.3"
mozjpeg = "0.10.4"
nanoid = "0.4.0"
once_cell = "*"
pulldown-cmark = { version = "0.9", features = ["simd"], default-features = false }
pulldown-cmark = { version = "0.10.0", features = ["simd", "html"], default-features = false }
rand = "0.8"
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "socks"] }
ring = { version = "0.17.5", default-features = false }
Expand Down

0 comments on commit 4b5540a

Please sign in to comment.