Skip to content

Commit 8374875

Browse files
authored
chore: prep v0.1.0 (#34)
1 parent 09fbc45 commit 8374875

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

CHANGELOG.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Version 0.1.0 - tbd
8+
## Version 0.1.0 - 2025-04-25
99

1010
### Added
1111

12-
- Initial release of the plugin.
13-
14-
### Changed
15-
16-
17-
### Deprecated
18-
19-
20-
### Removed
21-
22-
23-
### Fixed
24-
25-
26-
### Security
27-
28-
12+
- Initial release

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</developers>
2424

2525
<properties>
26-
<revision>0.1.0-SNAPSHOT</revision>
26+
<revision>0.1.0</revision>
2727
<java.version>17</java.version>
2828
<maven.compiler.release>${java.version}</maven.compiler.release>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)