Skip to content

Commit

Permalink
Release v3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfier committed Apr 24, 2023
1 parent c3bb228 commit 536fa0e
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.2
- Expose `new_ssl` feature for `rustls` support from `tiny-http`.
- Switch to `sha1-smol` for a smaller footprint, more stable hash library.
- Remove dependency on `num_cpus` using `std::thread::available_parallelism` instead.

## Version 3.6.1

Reverts [Added a number of default features](https://github.com/tomaka/rouille/pull/254) as it breaks any downstreams
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.1"
version = "3.6.2"
authors = ["Pierre Krieger <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tomaka/rouille"
Expand Down

0 comments on commit 536fa0e

Please sign in to comment.