Skip to content

Commit

Permalink
chore(main): release 0.4.3 (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: mikuroxina-s-helper-bot[bot] <145674520+mikuroxina-s-helper-bot[bot]@users.noreply.github.com>
  • Loading branch information
mikuroxina-s-helper-bot[bot] authored Oct 8, 2023
1 parent e26b9bb commit d8cae2d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.4.3](https://github.com/MikuroXina/bms-rs/compare/v0.4.2...v0.4.3) (2023-10-08)


### Features

* Enforce Error types with thiserror ([#39](https://github.com/MikuroXina/bms-rs/issues/39)) ([01fb306](https://github.com/MikuroXina/bms-rs/commit/01fb306a8b463d99b35fc83cf83c7d1f5bf9bf35))


### Bug Fixes

* Fix non-standard resource name can't be handled correctly. ([#37](https://github.com/MikuroXina/bms-rs/issues/37)) ([446303d](https://github.com/MikuroXina/bms-rs/commit/446303d8d678a78acdc5cb4891ddee702891e2a9))


### Miscellaneous Chores

* Release 0.4.3 ([#40](https://github.com/MikuroXina/bms-rs/issues/40)) ([e26b9bb](https://github.com/MikuroXina/bms-rs/commit/e26b9bb2779de5449936e772d5f15e44b22c4c2e))

## [0.4.2](https://github.com/MikuroXina/bms-rs/compare/v0.4.1...v0.4.2) (2023-10-04)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bms-rs"
version = "0.4.2"
version = "0.4.3"
authors = ["MikuroXina <[email protected]>"]
edition = "2021"
description = "The BMS format parser."
Expand Down

0 comments on commit d8cae2d

Please sign in to comment.