Skip to content

Commit

Permalink
Bump version to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lo48576 committed Oct 29, 2022
1 parent e671ce6 commit 3d7dad9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.9.0]

* Remove `pull_parser::reader` module and items inside.
+ Trait bounds `R: ParserSource` are now replaced with `R: std::io::Read`.
* Change type parameters of `pull_parser::any::AnyParser` and `pull_parser::v7400::Parser`.
Expand Down Expand Up @@ -371,7 +373,8 @@

Totally rewritten.

[Unreleased]: <https://github.com/lo48576/fbxcel/compare/v0.8.2...develop>
[Unreleased]: <https://github.com/lo48576/fbxcel/compare/v0.9.0...develop>
[0.9.0]: <https://github.com/lo48576/fbxcel/releases/tag/v0.9.0>
[0.8.2]: <https://github.com/lo48576/fbxcel/releases/tag/v0.8.2>
[0.8.1]: <https://github.com/lo48576/fbxcel/releases/tag/v0.8.1>
[0.8.0]: <https://github.com/lo48576/fbxcel/releases/tag/v0.8.0>
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 = "fbxcel"
version = "0.8.2"
version = "0.9.0"
authors = ["YOSHIOKA Takuma <[email protected]>"]
edition = "2021"
rust-version = "1.56"
Expand Down

0 comments on commit 3d7dad9

Please sign in to comment.