Skip to content

Commit 18c633b

Browse files
committed
Bump version to v0.1.0
1 parent acab8f9 commit 18c633b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.1.0] - 2020-04-10
810
### Added
911
- Initial release.
1012

11-
[Unreleased]: https://github.com/Xyaneon/Xyaneon.ComputerScience.GraphTheory/compare/03ae34a6df4db3c57eb841715010c5262a2960d4...HEAD
13+
[Unreleased]: https://github.com/Xyaneon/Xyaneon.ComputerScience.GraphTheory/compare/v0.1.0...HEAD
14+
[0.1.0]: https://github.com/Xyaneon/Xyaneon.Games.Cards/compare/03ae34a6df4db3c57eb841715010c5262a2960d4...v0.1.0

Xyaneon.Games.Dice/Xyaneon.Games.Dice.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
<RepositoryType>git</RepositoryType>
2020
<IncludeSymbols>true</IncludeSymbols>
2121
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
22+
<PackageReleaseNotes>
23+
## 0.1.0 - 2020-04-10
24+
### Added
25+
- Initial release.
26+
</PackageReleaseNotes>
2227
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2328
</PropertyGroup>
2429

0 commit comments

Comments
 (0)