Skip to content

Commit

Permalink
Release v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfier committed Oct 12, 2022
1 parent 017503e commit 24daa8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 3.6.1

Reverts [Added a number of default features](https://github.com/tomaka/rouille/pull/254) as it breaks any downstreams
who were specifying `default-features = false`.

## Version 3.6.0
- Added [`rustls`](https://github.com/rustls/rustls) support (via `tiny-http`), if you're currently using the `ssl` feature
you can switch from OpenSSL to Rustls by instead enabling the `rustls` feature in your `Cargo.toml`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rouille"
version = "3.6.0"
version = "3.6.1"
authors = ["Pierre Krieger <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tomaka/rouille"
Expand Down

0 comments on commit 24daa8b

Please sign in to comment.