chore: release

This commit is contained in:
github-actions[bot] 2024-11-23 02:45:33 +00:00 committed by GitHub
parent 2f84637d23
commit ee67ae9634
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 102 additions and 42 deletions
crates/binstalk-types

View file

@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.9.2](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-types-v0.9.1...binstalk-types-v0.9.2) - 2024-11-23
### Other
- *(deps)* bump the deps group with 2 updates ([#1981](https://github.com/cargo-bins/cargo-binstall/pull/1981))
## [0.9.1](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-types-v0.9.0...binstalk-types-v0.9.1) - 2024-11-05
### Other

View file

@ -3,7 +3,7 @@ name = "binstalk-types"
description = "The binstall toolkit that contains basic types for binstalk crates"
repository = "https://github.com/cargo-bins/cargo-binstall"
documentation = "https://docs.rs/binstalk-types"
version = "0.9.1"
version = "0.9.2"
rust-version = "1.61.0"
authors = ["ryan <ryan@kurte.nz>"]
edition = "2021"