Skip to content

Commit 8332fba

Browse files
authored
Update versions, in preparation for a release (#1155)
1 parent 4672408 commit 8332fba

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ members = [
1616
resolver = "2"
1717

1818
[workspace.package]
19-
version = "8.0.0"
19+
version = "8.1.0"
2020
authors = ["The Javy Project Developers"]
2121
edition = "2024"
2222
license = "Apache-2.0 WITH LLVM-exception"

crates/codegen/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic
77
Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [Unreleased]
9+
## [4.0.0] - 2026-03-17
1010

1111
### Changed
1212

crates/codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "javy-codegen"
3-
version = "4.0.0-alpha.2"
3+
version = "4.0.0"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

crates/javy/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic
77
Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [Unreleased]
9+
## [7.0.0] - 2026-03-17
1010

1111
### Changed
1212

crates/javy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "javy"
3-
version = "7.0.0-alpha.1"
3+
version = "7.0.0"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

crates/plugin-api/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic
77
Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [Unreleased]
9+
## [6.0.0] - 2026-03-17
1010

1111
### Changed
1212

crates/plugin-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "javy-plugin-api"
3-
version = "6.0.0-alpha.1"
3+
version = "6.0.0"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)