Skip to content

Commit

Permalink
v3.1.0 of javy and v2.0.0 of javy-plugin-api crates
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles committed Nov 26, 2024
1 parent 71dabb5 commit 3f0e714
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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 @@ -23,7 +23,7 @@ wasmtime = "23"
wasmtime-wasi = "23"
wasi-common = "23"
anyhow = "1.0"
javy = { path = "crates/javy", version = "3.1.0-alpha.1" }
javy = { path = "crates/javy", version = "3.1.0" }
tempfile = "3.13.0"
uuid = { version = "1.11", features = ["v4"] }
serde = { version = "1.0", default-features = false }
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.1.0] - 2024-11-26

### Added

- `gc_threshold`, `memory_limit`, and `max_stack_size` properties for `Config`.
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.1.0-alpha.1"
version = "3.1.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 2 additions & 0 deletions crates/plugin-api/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]

## [2.0.0] - 2024-11-26

### Changed

- `initialize_runtime` accepts a `javy_plugin_api::Config` instead of a
Expand Down
2 changes: 1 addition & 1 deletion crates/plugin-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "javy-plugin-api"
version = "2.0.0-alpha.1"
version = "2.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 3f0e714

Please sign in to comment.