From 650c1e2320dedede21355ee5f9992d4761db2fe5 Mon Sep 17 00:00:00 2001 From: brycx Date: Thu, 11 Nov 2021 07:42:55 +0100 Subject: [PATCH] v0.4.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- src/lib.rs | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be7b544..3468632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### 0.4.1 + +__Date:__ November 11, 2021. + +__Changelog:__ +- Enable `getrandom/js` feature and test `wasm32-unknown-unknown` in CI ([#37](https://github.com/brycx/pasetors/pull/37)) + ### 0.4.0 __Date:__ October 25, 2021. diff --git a/Cargo.toml b/Cargo.toml index eb7e454..53e8eb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pasetors" -version = "0.4.0" # Update html_root_url in lib.rs along with this. +version = "0.4.1" # 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 53628b3..c09d422 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -140,7 +140,7 @@ unused_qualifications, overflowing_literals )] -#![doc(html_root_url = "https://docs.rs/pasetors/0.4.0")] +#![doc(html_root_url = "https://docs.rs/pasetors/0.4.1")] #[macro_use] extern crate alloc;