Skip to content

Commit

Permalink
v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub committed Jan 13, 2024
1 parent 249edc0 commit d43df3d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
25 changes: 9 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.4-rc.4] - 2023-12-18
## [0.6.4] - 2024-01-13

- bug fixed

## [0.6.4-rc.3] - 2023-12-03
### Added

- notification pagination
- e2ee message

## [0.6.4-rc.2] - 2023-11-26
### Fixed

- default user role standard
- site admin could hide/lock/pin posts and hide comments
- notification pagination
- fix js error

## [0.6.4-rc.1] - 2023-11-26

### Added

- e2ee message

## [0.6.3] - 2023-11-24

Expand Down Expand Up @@ -300,11 +296,8 @@ Happy new year! 🎉🎉🎉

## [0.2.4] - 2022-12-01

[unreleased]: https://github.com/freedit-org/freedit/compare/v0.6.4-rc.4...HEAD
[0.6.4-rc.4]: https://github.com/freedit-org/freedit/compare/v0.6.4-rc.3...v0.6.4-rc.4
[0.6.4-rc.3]: https://github.com/freedit-org/freedit/compare/v0.6.4-rc.2...v0.6.4-rc.3
[0.6.4-rc.2]: https://github.com/freedit-org/freedit/compare/v0.6.4-rc.1...v0.6.4-rc.2
[0.6.4-rc.1]: https://github.com/freedit-org/freedit/compare/v0.6.3...v0.6.4-rc.1
[unreleased]: https://github.com/freedit-org/freedit/compare/v0.6.4...HEAD
[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
[0.6.1]: https://github.com/freedit-org/freedit/compare/v0.6.0...v0.6.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

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

Expand Down

0 comments on commit d43df3d

Please sign in to comment.