Skip to content

Commit

Permalink
0.7.4-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub committed Sep 15, 2024
1 parent cb3b230 commit ddddfa9
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 60 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.4-rc.3] - 2024-09-14

### Fixed

- site discription length
- rss item content

## [0.7.4-rc.2] - 2024-08-23

### Fixed
Expand Down Expand Up @@ -398,7 +405,8 @@ Happy new year! 🎉🎉🎉

## [0.2.4] - 2022-12-01

[unreleased]: https://github.com/freedit-org/freedit/compare/v0.7.4-rc.2...HEAD
[unreleased]: https://github.com/freedit-org/freedit/compare/v0.7.4-rc.3...HEAD
[0.7.4-rc.3]: https://github.com/freedit-org/freedit/compare/v0.7.4-rc.2...v0.7.4-rc.3
[0.7.4-rc.2]: https://github.com/freedit-org/freedit/compare/v0.7.4-rc.1...v0.7.4-rc.2
[0.7.4-rc.1]: https://github.com/freedit-org/freedit/compare/v0.7.4-rc.0...v0.7.4-rc.1
[0.7.4-rc.0]: https://github.com/freedit-org/freedit/compare/v0.7.3...v0.7.4-rc.0
Expand Down
110 changes: 55 additions & 55 deletions Cargo.lock

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

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

Expand All @@ -22,12 +22,12 @@ fast2s = "0.3"
garde = { version = "0.20.0", features = ["derive"] }
http = "1.1"
identicon = { git = "https://github.com/freedit-dev/identicon.git", default-features = false }
image = { version = "0.25.1", default-features = false, features = ["jpeg", "png", "gif"] }
image = { version = "0.25.2", default-features = false, features = ["jpeg", "png", "gif"] }
img-parts = "0.3.0"
indexmap = "2"
jieba-rs = "0.7.0"
latex2mathml = "0.2.3"
mozjpeg = "0.10.9"
mozjpeg = "0.10.10"
nanoid = "0.4.0"
pulldown-cmark = { version = "0.12.0", features = ["simd", "html"], default-features = false }
rand = "0.8"
Expand All @@ -44,7 +44,7 @@ syntect = { version = "5", features = ["regex-fancy", "default-syntaxes", "defau
tantivy = "0.22.0"
thiserror = "1"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tower = { version = "0.5.0", features = ["timeout"] }
tower = { version = "0.5.1", features = ["timeout"] }
tower-http = { version = "0.5.1", features = ["fs", "compression-br", "trace"] }
tracing = { version = "0.1", features = ["release_max_level_info", "max_level_info"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
Expand Down

0 comments on commit ddddfa9

Please sign in to comment.