From 807d3ad3660158bac25be0f66768d84ee259323d Mon Sep 17 00:00:00 2001 From: brycx Date: Sat, 10 Jun 2023 18:00:19 +0200 Subject: [PATCH] v0.6.7 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- src/lib.rs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca9be23..c1c91a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### 0.6.7 + +__Date:__ June 10, 2023. + +__Changelog:__ +- Add security policy. +- Add `Claims::new_expires_in()` ([#96](https://github.com/brycx/pasetors/issues/96)). + + ### 0.6.6 __Date:__ March 4, 2023. diff --git a/Cargo.toml b/Cargo.toml index cebc969..4909974 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pasetors" -version = "0.6.6" # Update html_root_url in lib.rs along with this. +version = "0.6.7" # 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 6b58b83..eb29a71 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.6")] +#![doc(html_root_url = "https://docs.rs/pasetors/0.6.7")] #![cfg_attr(docsrs, feature(doc_cfg))] #[macro_use]