From fdd8969167f7ee3381a3c834a18d16d02762efa8 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Sat, 23 Mar 2024 20:00:22 +0000 Subject: [PATCH] chore: release Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c99ccfef..b1dcc925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to ## [Unreleased] +## [0.15.1](https://github.com/pace-rs/pace/compare/pace-rs-v0.15.0...pace-rs-v0.15.1) - 2024-03-23 + +### Other +- update user docs pdf +- update readme for docs directory +- add documentation and embed in dist package + add updater command in justfile + ## [0.15.0](https://github.com/pace-rs/pace/compare/pace-rs-v0.14.1...pace-rs-v0.15.0) - 2024-03-23 ### Added diff --git a/Cargo.lock b/Cargo.lock index bef86063..5603ab14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1184,7 +1184,7 @@ checksum = "caff54706df99d2a78a5a4e3455ff45448d81ef1bb63c22cd14052ca0e993a3f" [[package]] name = "pace-rs" -version = "0.15.0" +version = "0.15.1" dependencies = [ "abscissa_core", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 7d440c5b..8ec96bb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ wildmatch = "2.3.3" [package] name = "pace-rs" -version = "0.15.0" +version = "0.15.1" authors = { workspace = true } categories = { workspace = true } edition = { workspace = true }