Skip to content

Commit

Permalink
chore(release): prepare for v0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernie committed Nov 9, 2024
1 parent edf6359 commit 01d9a5f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## [0.21.1] - 2024-11-09

### Documentation

- Update CONTRIBUTORS.md
- Switch to using `document-feature` for genearating feature flag documentation
- Improve documentation around features
- Add documentation around legacy serialization vs. `serde` module

### Features

- Gate serialization behind features `serde{,_json,_ron}`

### Miscellaneous Tasks

- Bump `indexmap` to `2.6.0`

### Build

- Set `rust-version=1.63.0`
- Add `serde_json` as a default feature
- Specify feature dependencies with explcit `dep:`

### Ci

- Split ci check step `build` into `build` + `test`. Add `msrv` job

### Refact

- De/serialize through simple `Vec` instead of `CookieStoreSerialized`
- Collect legacy `mod cookie_store` serialization impl
- Rename `mod serialization` -> `serde`; split out `json`, `ron`
- Split `ron` and `json` serialization tests
- Reorganize tests to respect `serde*` features
- Move serialization into dedicated `mod serialization`

## [0.21.0] - 2024-02-08

### Miscellaneous Tasks
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.21.0" # managed by release.sh
version = "0.21.1" # managed by release.sh
edition = "2021"
rust-version = "1.63.0"
repository = "https://github.com/pfernie/cookie_store"
Expand Down

0 comments on commit 01d9a5f

Please sign in to comment.