Skip to content

Commit f59d14c

Browse files
committed
0.1.0
1 parent af49579 commit f59d14c

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
body: "See release notes at [release_notes.md](https://github.com/WebFuzzing/overlay-jvm/blob/master/release_notes.md)."
3434
prerelease: false
3535
draft: false
36-
fail_on_unmatched_files: true
36+
# fail_on_unmatched_files: true
3737

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.webfuzzing</groupId>
66
<artifactId>overlay-jvm</artifactId>
77

8-
<version>0.0.1-SNAPSHOT</version>
8+
<version>0.1.0</version>
99

1010
<inceptionYear>2026</inceptionYear>
1111
<name>overlay-jvm</name>

release_notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# SNAPSHOT
22

3-
Under development in `master` branch.
3+
Under development in `master` branch.
4+
5+
# 0.1.0
6+
7+
First working release

0 commit comments

Comments
 (0)