From 79d48d01e6498515685d8a741c5cd6f7cca90689 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sat, 4 Mar 2023 10:10:14 +0100 Subject: [PATCH] v0.6.6 (#87) --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- src/lib.rs | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72aaa87..ca9be23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +### 0.6.6 + +__Date:__ March 4, 2023. + +__Changelog:__ +- Update license year to 2023. +- Bump `p384` to `0.13.0` +- Bump MSRV to `1.65.0` +- Switch from `actions-rs/tarpaulin` to `cargo-tarpaulin` in CI. + + ### 0.6.5 __Date:__ December 14, 2022. diff --git a/Cargo.toml b/Cargo.toml index 88583af..cebc969 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pasetors" -version = "0.6.5" # Update html_root_url in lib.rs along with this. +version = "0.6.6" # Update html_root_url in lib.rs along with this. authors = ["brycx "] edition = "2018" description = "PASETO: Platform-Agnostic Security Tokens (in Rust)" diff --git a/src/lib.rs b/src/lib.rs index a921e92..6b58b83 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -183,7 +183,7 @@ unused_qualifications, overflowing_literals )] -#![doc(html_root_url = "https://docs.rs/pasetors/0.6.5")] +#![doc(html_root_url = "https://docs.rs/pasetors/0.6.6")] #![cfg_attr(docsrs, feature(doc_cfg))] #[macro_use]