Skip to content

Commit 6333555

Browse files
committed
chore: Release v0.2.0
1 parent 34e417d commit 6333555

19 files changed

Lines changed: 27 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66

77

8+
## [0.2.0] - 2026-06-04
9+
10+
### <!-- 0 -->🚀 Features
11+
- Add macOS-only FibFlamegraphBenchmark by @not-matthias in [#15](https://github.com/CodSpeedHQ/codspeed-jvm/pull/15)
12+
- Check that mvn is installed before running by @not-matthias in [#12](https://github.com/CodSpeedHQ/codspeed-jvm/pull/12)
13+
14+
815
## [0.1.1] - 2026-05-04
916

1017
### <!-- 0 -->🚀 Features
@@ -49,6 +56,7 @@
4956
- Add project README by @not-matthias
5057

5158
### <!-- 7 -->⚙️ Internals
59+
- Release v0.1.1 by @adriencaccia
5260
- Add release script and git-cliff config by @not-matthias in [#11](https://github.com/CodSpeedHQ/codspeed-jvm/pull/11)
5361
- Compile native libs with -O3 by @not-matthias
5462
- Skip upload for non-temurin distribution benchmarks by @not-matthias
@@ -70,6 +78,7 @@
7078
- Initial commit by @not-matthias
7179

7280

81+
[0.2.0]: https://github.com/CodSpeedHQ/codspeed-jvm/compare/v0.1.1..v0.2.0
7382
[0.1.1]: https://github.com/CodSpeedHQ/codspeed-jvm/compare/list..v0.1.1
7483

7584
<!-- generated by git-cliff -->

examples/example-gradle/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group = "io.codspeed"
77
version = "1.0-SNAPSHOT"
88

99
jmh {
10-
jmhVersion.set("0.1.1")
10+
jmhVersion.set("0.2.0")
1111

1212
benchmarkMode.set(listOf("avgt"))
1313
timeUnit.set("ns")

examples/example-maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<maven.compiler.source>21</maven.compiler.source>
1414
<maven.compiler.target>21</maven.compiler.target>
15-
<jmh.version>0.1.1</jmh.version>
15+
<jmh.version>0.2.0</jmh.version>
1616
</properties>
1717

1818
<dependencies>

jmh-fork/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ subprojects {
77
apply(plugin = "maven-publish")
88

99
group = "io.codspeed.jmh"
10-
version = "0.1.1"
10+
version = "0.2.0"
1111

1212
repositories {
1313
mavenCentral()

jmh-fork/jmh-archetypes/jmh-groovy-benchmark-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.codspeed.jmh</groupId>
77
<artifactId>jmh-archetypes</artifactId>
8-
<version>0.1.1</version>
8+
<version>0.2.0</version>
99
</parent>
1010

1111
<artifactId>jmh-groovy-benchmark-archetype</artifactId>

jmh-fork/jmh-archetypes/jmh-java-benchmark-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>io.codspeed.jmh</groupId>
3232
<artifactId>jmh-archetypes</artifactId>
33-
<version>0.1.1</version>
33+
<version>0.2.0</version>
3434
</parent>
3535

3636
<artifactId>jmh-java-benchmark-archetype</artifactId>

jmh-fork/jmh-archetypes/jmh-kotlin-benchmark-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.codspeed.jmh</groupId>
77
<artifactId>jmh-archetypes</artifactId>
8-
<version>0.1.1</version>
8+
<version>0.2.0</version>
99
</parent>
1010

1111
<artifactId>jmh-kotlin-benchmark-archetype</artifactId>

jmh-fork/jmh-archetypes/jmh-scala-benchmark-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.codspeed.jmh</groupId>
77
<artifactId>jmh-archetypes</artifactId>
8-
<version>0.1.1</version>
8+
<version>0.2.0</version>
99
</parent>
1010

1111
<artifactId>jmh-scala-benchmark-archetype</artifactId>

jmh-fork/jmh-archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>io.codspeed.jmh</groupId>
3232
<artifactId>jmh-parent</artifactId>
33-
<version>0.1.1</version>
33+
<version>0.2.0</version>
3434
</parent>
3535

3636
<name>JMH Archetypes</name>

jmh-fork/jmh-core-benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>io.codspeed.jmh</groupId>
3232
<artifactId>jmh-parent</artifactId>
33-
<version>0.1.1</version>
33+
<version>0.2.0</version>
3434
</parent>
3535

3636
<name>JMH Core Benchmarks</name>

0 commit comments

Comments
 (0)