Skip to content

Commit

Permalink
New release candidate version: 0.16.0-rc.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Aug 19, 2021
1 parent cbd84ff commit 6af6e6f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Version 0.16

## Version 0.16.0-rc.1 (Aug 19, 2021)

### Breaking Changes

* The MSRV is now `1.48`, up from `1.41` in `0.15`.
* `time` has been updated to `0.3` and is reexported from the crate root.

### General Changes

* `rust-crypto` dependencies were updated to their latest versions.

# Version 0.15

## Version 0.15.1 (Jul 14, 2021)
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 = "cookie"
version = "0.16.0-dev"
version = "0.16.0-rc.1"
authors = ["Sergio Benitez <sb@sergio.bz>", "Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,18 @@ Add the following to your `Cargo.toml`:

```toml
[dependencies]
cookie = "0.15"
cookie = "0.16"
```

See the [documentation](http://docs.rs/cookie) for detailed usage information.

# MSRV

The minimum supported `rustc` version for cookie `0.16` is `1.48` _without_
`secure` features enabled and `1.49` otherwise.

The minimum supported `rustc` version for cookie `0.15` is `1.41`.

# License

This project is licensed under either of
Expand Down

0 comments on commit 6af6e6f

Please sign in to comment.