diff --git a/Cargo.lock b/Cargo.lock index b038a66c6..43b920f64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1684,7 +1684,7 @@ dependencies = [ [[package]] name = "javy" -version = "3.0.0-alpha.1" +version = "3.0.0" dependencies = [ "anyhow", "bitflags", diff --git a/crates/javy/CHANGELOG.md b/crates/javy/CHANGELOG.md index ad38ee1f8..f39b58f22 100644 --- a/crates/javy/CHANGELOG.md +++ b/crates/javy/CHANGELOG.md @@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## Unreleased + +## [3.0.0] - 2024-06-12 ### Changed diff --git a/crates/javy/Cargo.toml b/crates/javy/Cargo.toml index b8c8c8ee4..8246611f6 100644 --- a/crates/javy/Cargo.toml +++ b/crates/javy/Cargo.toml @@ -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