Skip to content

Commit

Permalink
chore(release): prepare for v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernie committed Feb 8, 2024
1 parent a28bb74 commit c6752f9
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.21.0] - 2024-02-08

### Miscellaneous Tasks

- Update CONTRIBUTORS.md

### Ci

- Add missing v0.20.1 CHANGELOG entries
- Rm `--topo-order` from `git-cliff` call

## [0.20.1] - 2024-02-08

### 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.20.1" # managed by release.sh
version = "0.21.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 c6752f9

Please sign in to comment.