From 2cbfc5766757877312b51042f38a0525b1288557 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 16:33:02 +0200 Subject: [PATCH] chore(main): release 0.2.0 (#1) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..116de24 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.2.0 (2023-06-11) + + +### Bug Fixes + +* Adjust keywords, was invalid specifier ([95f4e16](https://github.com/alexpovel/b4s/commit/95f4e160fe56a83571f8e2363decf4d337d7010d)) diff --git a/Cargo.lock b/Cargo.lock index 186116a..3beb186 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "b4s" -version = "0.1.0" +version = "0.2.0" dependencies = [ "ascii", "criterion", diff --git a/Cargo.toml b/Cargo.toml index b420293..e406d03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "b4s" -version = "0.1.0" +version = "0.2.0" edition = "2021" rust-version = "1.64.0" authors = ["Alex Povel "]