Skip to content

Commit

Permalink
0.6.5-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub committed Feb 3, 2024
1 parent f1b0fbe commit 2e13083
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 19 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### Fixed

- post content @ bug fixed

### Added

- /admin/gallery
- site admin could view all solos
- site admin could delete solo
- add notifications for post lock/hide/ comment hide...

## [0.6.4] - 2024-01-13

### Added
Expand Down Expand Up @@ -296,7 +309,8 @@ Happy new year! 🎉🎉🎉

## [0.2.4] - 2022-12-01

[unreleased]: https://github.com/freedit-org/freedit/compare/v0.6.4...HEAD
[unreleased]: https://github.com/freedit-org/freedit/compare/v0.6.5-rc.1...HEAD
[0.6.5-rc.1]: https://github.com/freedit-org/freedit/compare/v0.6.4...v0.6.5-rc.1
[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
32 changes: 16 additions & 16 deletions 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"
version = "0.6.5-rc.1"
edition = "2021"
license = "MIT License"

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,9 @@ COOKIE=<cookie> cargo run --example mock

* icon: <https://iconoir.com/>
* CSS framework: <https://bulma.io/>
* Rust crates: [Cargo.toml](https://github.com/freedit-org/freedit/blob/main/Cargo.toml)
* Rust crates: [Cargo.toml](https://github.com/freedit-org/freedit/blob/main/Cargo.toml)

## TODO

- [ ] Add icon for private inn
- [ ] Change inn_type to enum(breaking change)

0 comments on commit 2e13083

Please sign in to comment.