Skip to content

Commit

Permalink
chore: release v0.3.13 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
frol committed Feb 3, 2024
1 parent ba91a1d commit 030c4c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.13](https://github.com/bos-cli-rs/bos-cli-rs/compare/v0.3.12...v0.3.13) - 2024-02-03

### Other
- Updated binary releases pipeline to use cargo-dist v0.9.0 (previously v0.7.2) ([#91](https://github.com/bos-cli-rs/bos-cli-rs/pull/91))
- Fixed NPM_PACKAGE_NAME configuration in publish-to-npm.yml
- Enable manual triggering for publish-to-npm.yml

## [0.3.12](https://github.com/bos-cli-rs/bos-cli-rs/compare/v0.3.11...v0.3.12) - 2024-01-30

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bos-cli"
version = "0.3.12"
version = "0.3.13"
authors = ["FroVolod <frol_off@meta.ua>", "frol <frolvlad@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit 030c4c1

Please sign in to comment.