Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ytanimura committed Sep 20, 2024
1 parent 624c5b5 commit cf2b604
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In addition to original Keep-a-Changelog, we use following rules:
- This will be checked by GitHub Actions
- Each Pull Request MAY correspond to one or more lines in this file

## Unreleased
## 0.4.0 - 2024-09-20

### Added
- Deserialize `LOGICAL` and `BOOLEAN` by `.T.`, `.F.`, and `.U.` notations. https://github.com/ricosjp/ruststep/pull/231
Expand Down
5 changes: 3 additions & 2 deletions espr-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "espr-derive"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Toshiki Teramura <[email protected]"]
authors = ["Yoshinori Tanimura <[email protected]>", "Toshiki Teramura <[email protected]"]
rust-version = "1.75.0"

description = "Procedual macro for running espr compiler"
documentation = "https://ricosjp.github.io/ruststep/espr_derive/index.html"
Expand Down
4 changes: 2 additions & 2 deletions espr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "espr"
version = "0.3.0"
version = "0.4.0"
authors = ["Yoshinori Tanimura <[email protected]>", "Toshiki Teramura <[email protected]"]
edition = "2021"
rust-version = "1.56.0"
rust-version = "1.75.0"

description = "EXPRESS Language compiler"
documentation = "https://ricosjp.github.io/ruststep/espr/index.html"
Expand Down
6 changes: 3 additions & 3 deletions ruststep-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "ruststep-derive"
version = "0.3.0"
authors = ["Toshiki Teramura <[email protected]>"]
version = "0.4.0"
authors = ["Yoshinori Tanimura <[email protected]>", "Toshiki Teramura <[email protected]>"]
edition = "2021"
rust-version = "1.56.0"
rust-version = "1.75.0"

description = "proc-macro for ruststep"
documentation = "https://ricosjp.github.io/ruststep/ruststep_derive/index.html"
Expand Down
4 changes: 2 additions & 2 deletions ruststep/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "ruststep"
version = "0.3.0"
version = "0.4.0"
authors = ["Toshiki Teramura <[email protected]>", "Yoshinori Tanimura <[email protected]>"]
edition = "2021"
rust-version = "1.56.0"
rust-version = "1.75.0"

description = "A STEP toolkit for Rust"
documentation = "https://ricosjp.github.io/ruststep/ruststep/index.html"
Expand Down

0 comments on commit cf2b604

Please sign in to comment.