From 4995107c6d6c89c1f9f1b5922c6259ff9f24718c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 8 Jan 2023 12:19:44 +0000 Subject: [PATCH] chore(release): 4.1.1 ## [4.1.1](https://github.com/jcornaz/benimator/compare/v4.1.0...v4.1.1) (2023-01-08) ### Documentation * **readme:** fix build badge ([6ee96e7](https://github.com/jcornaz/benimator/commit/6ee96e719de6cef82eb04d4ca86e11cef3e011a1)) * **readme:** remove build status badge ([dd9adc9](https://github.com/jcornaz/benimator/commit/dd9adc9aa0b4d47c7eabcfcbf954f9bc9e2e4ca7)) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..726b46e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +## [4.1.1](https://github.com/jcornaz/benimator/compare/v4.1.0...v4.1.1) (2023-01-08) + + +### Documentation + +* **readme:** fix build badge ([6ee96e7](https://github.com/jcornaz/benimator/commit/6ee96e719de6cef82eb04d4ca86e11cef3e011a1)) +* **readme:** remove build status badge ([dd9adc9](https://github.com/jcornaz/benimator/commit/dd9adc9aa0b4d47c7eabcfcbf954f9bc9e2e4ca7)) diff --git a/Cargo.toml b/Cargo.toml index d89b63c..62817c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "benimator" -version = "4.0.0" +version = "4.1.1" edition = "2021" rust-version = "1.62" authors = ["Jonathan Cornaz"]