Skip to content

Commit 910a052

Browse files
committed
Release 0.5.0
1 parent e910d14 commit 910a052

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Release Notes
22

33
## 0.5.0
4-
IN PROGRESS
4+
Released 2022-05-22
55

6-
- Add preliminary support for Java records.
6+
- Add preliminary support for binding to Java `record` types.
77
- JDK 17 is now required to build this project. The production artifacts are still compiled to Java 1.8 bytecode.
88
- Upgrade to Spring Framework 5.3.13
99
- Upgrade to Spring Boot 2.4.13

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ subprojects {
3232
apply(plugin = "jvm-test-suite")
3333

3434
group = "com.mattbertolini"
35-
version = "0.5.0-SNAPSHOT"
35+
version = "0.5.0"
3636

3737
java {
3838
toolchain {

0 commit comments

Comments
 (0)