Skip to content

Commit

Permalink
v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx committed Jun 10, 2023
1 parent 2add733 commit 807d3ad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2018"
description = "PASETO: Platform-Agnostic Security Tokens (in Rust)"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 807d3ad

Please sign in to comment.