We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693c790 commit 947487fCopy full SHA for 947487f
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.2.0] - 2024-12-30
11
+
12
### Changed
13
14
- setup on virtual threads (RunOnVirtualThread)
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.fugerit.java.demo</groupId>
5
<artifactId>graalkus</artifactId>
6
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.2.0</version>
<properties>
<maven.compiler.release>21</maven.compiler.release>
<surefire-plugin.version>3.3.1</surefire-plugin.version>
0 commit comments