Skip to content

Commit e4e0556

Browse files
committed
v0.7.0
1 parent 77b5f5c commit e4e0556

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
### 0.6.9
1+
### 0.7.0
22

3-
__Date:__ TBD
3+
__Date:__ August 28, 2024.
44

55
- Bump MSRV to `1.80`.
66
- Updated test vectors for `v3.public`.
7+
- (_BREAKING_) Improved error-handling during claims validation. Added `Error::ClaimValidation(ClaimValidationError)`, where `ClaimValidationError` now further specifies the validation error ([#131](https://github.com/brycx/pasetors/pull/131), credits: @jpramosi).
78

89
### 0.6.8
910

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pasetors"
3-
version = "0.6.8" # Update html_root_url in lib.rs along with this.
3+
version = "0.7.0" # Update html_root_url in lib.rs along with this.
44
authors = ["brycx <brycx@protonmail.com>"]
55
edition = "2018"
66
description = "PASETO: Platform-Agnostic Security Tokens (in Rust)"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Tests](https://github.com/brycx/pasetors/workflows/Tests/badge.svg) [![Documentation](https://docs.rs/pasetors/badge.svg)](https://docs.rs/pasetors/) [![Crates.io](https://img.shields.io/crates/v/pasetors.svg)](https://crates.io/crates/pasetors) [![Safety Dance](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) [![MSRV](https://img.shields.io/badge/MSRV-1.72.0-informational.svg)](https://img.shields.io/badge/MSRV-1.72.0-informational) [![codecov](https://codecov.io/gh/brycx/pasetors/branch/master/graph/badge.svg)](https://codecov.io/gh/brycx/pasetors)
1+
![Tests](https://github.com/brycx/pasetors/workflows/Tests/badge.svg) [![Documentation](https://docs.rs/pasetors/badge.svg)](https://docs.rs/pasetors/) [![Crates.io](https://img.shields.io/crates/v/pasetors.svg)](https://crates.io/crates/pasetors) [![Safety Dance](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) [![MSRV](https://img.shields.io/badge/MSRV-1.80.0-informational.svg)](https://img.shields.io/badge/MSRV-1.80.0-informational) [![codecov](https://codecov.io/gh/brycx/pasetors/branch/master/graph/badge.svg)](https://codecov.io/gh/brycx/pasetors)
22

33
### PASETOrs
44

@@ -23,15 +23,15 @@ This library includes:
2323

2424
### Security
2525

26-
This library has **not undergone any third-party security audit**. Usage is at **own risk**.
26+
This library has **not undergone any third-party security audit**. Usage is at **own risk**.
2727

2828
### Minimum Supported Rust Version
29-
Rust 1.72.0 or later is supported however, the majority of testing happens with latest stable Rust.
29+
Rust 1.80.0 or later is supported however, the majority of testing happens with latest stable Rust.
3030

3131
MSRV may be changed at any point and will not be considered a SemVer breaking change.
3232

3333
### Changelog
3434
Please refer to the [CHANGELOG.md](https://github.com/brycx/pasetors/blob/master/CHANGELOG.md) list.
3535

3636
### License
37-
pasetors is licensed under the MIT license. See the `LICENSE` file for more information.
37+
pasetors is licensed under the MIT license. See the `LICENSE` file for more information.

0 commit comments

Comments
 (0)