Skip to content

Commit

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

## [0.19.1] - 2023-06-17

### Ci

- Allow specification of last tag to generate CHANGELOG from
- Fix git-cliff args for latest release
- Allow serde and serde_derive to compile in parallel
- Check tag format in release.sh

## [0.19.0] - 2022-11-05

### Bug Fixes
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.0" # managed by release.sh
version = "0.19.1" # 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 324a2a5

Please sign in to comment.