Skip to content

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Icelk committed Oct 25, 2024
1 parent 91bce46 commit 75e530d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.6.3

Fixed compilation when the zstd feature was disabled, but other compression features were enabled.

# [v0.6.2](https://github.com/Icelk/kvarn/compare/v0.6.0...v0.6.2)

Many bugfixes to reverse proxy, including websockets finally working and body
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "kvarn"
# also bump all other versions (e.g. `grep 0\\.3`)
# remove "#![doc(html_root_url = "https://doc.kvarn.org/")]" from lib.rs
version = "0.6.2"
version = "0.6.3"
authors = ["Icelk <[email protected]>"]
edition = "2021"
rust-version = "1.64"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If you're looking for an **executable** to run your webserver with, see [Mölla]
Using Mölla, you can configure your host(s), add a search engine, authentication, and other parts of the
[Kvarn ecosystem](https://kvarn.org/ecosystem/). More info is available on [the website](https://kvarn.org/moella/).

See the [roadmap](roadmap.md) or visit [our website](https://kvarn.org/) for more info.
See the [changelog](CHANGELOG.md) or visit [our website](https://kvarn.org/) for more info.

# Current state

Expand Down

0 comments on commit 75e530d

Please sign in to comment.