We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e910d14 commit 910a052Copy full SHA for 910a052
RELEASE_NOTES.md
@@ -1,9 +1,9 @@
1
# Release Notes
2
3
## 0.5.0
4
-IN PROGRESS
+Released 2022-05-22
5
6
-- Add preliminary support for Java records.
+- Add preliminary support for binding to Java `record` types.
7
- JDK 17 is now required to build this project. The production artifacts are still compiled to Java 1.8 bytecode.
8
- Upgrade to Spring Framework 5.3.13
9
- Upgrade to Spring Boot 2.4.13
build.gradle.kts
@@ -32,7 +32,7 @@ subprojects {
32
apply(plugin = "jvm-test-suite")
33
34
group = "com.mattbertolini"
35
- version = "0.5.0-SNAPSHOT"
+ version = "0.5.0"
36
37
java {
38
toolchain {
0 commit comments