Skip to content

Commit

Permalink
chore(release): prepare for v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernie committed Jun 17, 2023
1 parent a498959 commit 9a108b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.20.0] - 2023-06-17

### Features

- Re-export dependency cookie
- Add `CookieStore::new()`

### Styling

- Rust_fmt changes

## [0.19.1] - 2023-06-17

### Ci
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 @@
authors = ["Patrick Fernie <patrick.fernie@gmail.com>"]
description = "Implementation of Cookie storage and retrieval"
name = "cookie_store"
version = "0.19.1" # managed by release.sh
version = "0.20.0" # managed by release.sh
edition = "2018"
repository = "https://github.com/pfernie/cookie_store"
documentation = "https://docs.rs/cookie_store"
Expand Down

0 comments on commit 9a108b5

Please sign in to comment.