Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Nov 6, 2023
1 parent f13708b commit 8584919
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### Release 2.1.0 "Dirs" (November 06, 2023)

This release contains a fix for a small bug in the cookie cache implementation,
and updates some dependencies:

- The directory containing the cookie cache for OpenID authentication is crated
ahead of time if it does not already exist. Fixes issues with storing and
loading cookies for the first time.
- Update the dirs crate to version 5.
- Update the env_logger crate to version 0.10.
- Bump MSRV to 1.67.0 (due to transitive dependencies).

### Release 2.0.2 "Bump" (July 17, 2022)

This release only bumps versions of some dependencies:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "fedora"
description = "Base library for interacting with Fedora web services"
license = "MIT OR Apache-2.0"

version = "2.0.2"
version = "2.1.0"
edition = "2021"
rust-version = "1.67.0"

Expand Down

0 comments on commit 8584919

Please sign in to comment.