From 8e7794cd179fd6c36d76af1265ea23ed72cd5090 Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Mon, 24 Jan 2022 20:15:47 +0100 Subject: [PATCH] chore: release 2.0.0 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a45b90e..10a560a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ Unreleased changes (if any) can be found in the latest [release pull-request]. +## [2.0.0](https://github.com/jcornaz/benimator/compare/v2.0.0-rc.1...v2.0.0) (2022-01-24) + +This is a stabilization release of `2.0.0-rc.1`. There is no new change since `2.0.0-rc.1`. + + ## [2.0.0-rc.1](https://github.com/jcornaz/benimator/compare/v1.1.0...v2.0.0-rc.1) (2022-01-19) diff --git a/Cargo.toml b/Cargo.toml index 363867f..95598b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "benimator" -version = "2.0.0-rc.1" +version = "2.0.0" edition = "2021" rust-version = "1.58" authors = ["Jonathan Cornaz"]