Skip to content

Commit

Permalink
🔖 Chasm.SemanticVersioning v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasmical committed Jun 10, 2024
1 parent 0391013 commit 1e726d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Chasm.SemanticVersioning/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Chasm.SemanticVersioning Changelog

### v2.5.1
- ✨ Added `VersionRange.GetEnumerator()`;
- ✨ Added `VersionRange.this[int]`;
- ✨ Added `ComparatorSet.GetEnumerator()`;
- ✨ Added `ComparatorSet.this[int]`;

### v2.5.0
- ✨ Added `TypeConverter` support for types: `SemanticVersion`, `SemverPreRelease`, `PartialVersion`, `PartialComponent`, `VersionRange`;
- ✨ Added `JsonConverter` support for types: `SemanticVersion`, `SemverPreRelease`, `PartialVersion`, `PartialComponent`, `VersionRange`;
Expand Down
2 changes: 1 addition & 1 deletion Chasm.SemanticVersioning/Chasm.SemanticVersioning.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<!-- Header -->
<AssemblyName>Chasm.SemanticVersioning</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>
<Version>2.5.0</Version>
<Version>2.5.1</Version>

<!-- Title, Description, Tags -->
<Title>$(AssemblyName)</Title>
Expand Down

0 comments on commit 1e726d9

Please sign in to comment.