From 68306988f9e1a5695482479acaabdd179af3151a Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Tue, 30 Jan 2024 15:07:01 +0100 Subject: [PATCH] chore: release v0.3.12 (#89) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `bos-cli`: 0.3.11 -> 0.3.12
Changelog

## [0.3.12](https://github.com/bos-cli-rs/bos-cli-rs/compare/v0.3.11...v0.3.12) - 2024-01-30 ### Other - Create releases using a private access token to trigger downstream workflows (publish-to-npm)

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5479eaa..f9579dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.12](https://github.com/bos-cli-rs/bos-cli-rs/compare/v0.3.11...v0.3.12) - 2024-01-30 + +### Other +- Create releases using a private access token to trigger downstream workflows (publish-to-npm) + ## [0.3.11](https://github.com/bos-cli-rs/bos-cli-rs/compare/v0.3.10...v0.3.11) - 2024-01-23 ### Other diff --git a/Cargo.lock b/Cargo.lock index 1e831f1..b39d303 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -534,7 +534,7 @@ dependencies = [ [[package]] name = "bos-cli" -version = "0.3.11" +version = "0.3.12" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 6385020..7179936 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bos-cli" -version = "0.3.11" +version = "0.3.12" authors = ["FroVolod ", "frol "] license = "MIT OR Apache-2.0" edition = "2021"