From 981e7a492c044e95f4077fec6d62b48c88159d07 Mon Sep 17 00:00:00 2001 From: Maria Kuklina <101095419+kmd-fl@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:15:58 +0100 Subject: [PATCH] chore(main): release test-ci 1.5.0 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 4c313f9..dd8fde7 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 23a6f8e..09d3b0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/kmd-fl/test-ci-3/compare/test-ci-v1.4.0...test-ci-v1.5.0) (2024-03-18) + + +### Features + +* update readme ([2aa6cba](https://github.com/kmd-fl/test-ci-3/commit/2aa6cba011d3f473fab715c42e56014032653caf)) + ## [1.4.0](https://github.com/kmd-fl/test-ci-3/compare/test-ci-v1.3.0...test-ci-v1.4.0) (2024-03-18) diff --git a/Cargo.toml b/Cargo.toml index 6291df9..ed6e157 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-ci-2" -version = "1.4.0" +version = "1.5.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html