Skip to content

Commit

Permalink
Prepare v3.0.0 for the javy crate (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
saulecabrera authored Jun 13, 2024
1 parent 7aa1abe commit fc0ff96
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ wasi-common = "19"
anyhow = "1.0"
once_cell = "1.19"
bitflags = "2.5.0"
javy = { path = "crates/javy", version = "3.0.0-alpha.1" }
javy-config = { path = "crates/javy-config" }
javy = { path = "crates/javy", version = "3.0.0" }

[profile.release]
lto = true
Expand Down
2 changes: 2 additions & 0 deletions crates/javy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.0.0] - 2024-06-12

### Changed

- Introduce `rquickjs` to interface with QuickJS instead of `quickjs-wasm-rs`;
Expand Down
2 changes: 1 addition & 1 deletion crates/javy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "javy"
version = "3.0.0-alpha.1"
version = "3.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit fc0ff96

Please sign in to comment.