Skip to content

Commit

Permalink
v3.0.2 for Javy crate
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles committed Nov 12, 2024
1 parent 42b4f6c commit 185cbd2
Show file tree
Hide file tree
Showing 4 changed files with 9 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 @@ -23,7 +23,7 @@ wasmtime = "23"
wasmtime-wasi = "23"
wasi-common = "23"
anyhow = "1.0"
javy = { path = "crates/javy", version = "3.0.2-alpha.1" }
javy = { path = "crates/javy", version = "3.0.2" }
tempfile = "3.13.0"
uuid = { version = "1.11", features = ["v4"] }
serde = { version = "1.0", default-features = false }
Expand Down
6 changes: 6 additions & 0 deletions crates/javy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.0.2] - 2024-11-12

### Changed

- Misc dependency updates

## [3.0.1] - 2024-09-18

### Changed
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.2-alpha.1"
version = "3.0.2"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 185cbd2

Please sign in to comment.