We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584e611 commit d2a1c46Copy full SHA for d2a1c46
CHANGELOG.md
@@ -5,13 +5,15 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [Unreleased][Unreleased]
+## [Unreleased]
9
+
10
+## [0.0.2-alpha] - 2025-07-12
11
12
### Fixed
13
14
- Packaging
15
-## [0.0.1-alpha][0.0.1-alpha]
16
+## [0.0.1-alpha] - 2025-07-12
17
18
### Added
19
version.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
- <VersionPrefix>0.0.1</VersionPrefix>
+ <VersionPrefix>0.0.2</VersionPrefix>
4
<VersionSuffix>alpha</VersionSuffix>
</PropertyGroup>
</Project>
0 commit comments