Skip to content

Commit

Permalink
Publish v4.0.0 of javy crate and v3.0.0 of javy-plugin-api (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles authored Jan 8, 2025
1 parent 1fa4f05 commit 98a3c64
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 = "4.0.0-alpha.1" }
javy = { path = "crates/javy", version = "4.0.0" }
tempfile = "3.15.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]

## [4.0.0] - 2025-01-08

### Removed

- `Javy.JSON.fromStdin` and `Javy.JSON.toStdout` APIs and `javy_json` method on
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 = "4.0.0-alpha.1"
version = "4.0.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]

## [3.0.0] - 2025r-01-08

### Removed

- `javy` dependency updated to 4.0.0 which removes `javy_json` method on
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 = "3.0.0-alpha.1"
version = "3.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 98a3c64

Please sign in to comment.