Skip to content

Commit 460f343

Browse files
actions-userLohni
authored andcommitted
Release v0.0.1
1 parent a3e67b7 commit 460f343

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<!-- Keep a Changelog guide -> https://keepachangelog.com -->
2+
23
# draft-release-workflow Changelog
4+
35
## [Unreleased]
46

5-
[Unreleased]: https://github.com/Lohni/draft-release-workflow/commits/HEAD
7+
## [0.0.1] - 2024-02-27
8+
9+
### Added
10+
11+
- Create initial release
12+
13+
[Unreleased]: https://github.com/Lohni/draft-release-workflow/compare/v0.0.1...HEAD
14+
[0.0.1]: https://github.com/Lohni/draft-release-workflow/commits/v0.0.1

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = 'com.lohni'
10-
version = '0.0.0'
10+
version = '0.0.1'
1111

1212
java {
1313
sourceCompatibility = '17'

0 commit comments

Comments
 (0)