Skip to content

Commit ef5a534

Browse files
committed
Release: prepare v1.6.0
1 parent a25dce0 commit ef5a534

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
1010

1111
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1212

13-
## [Unreleased] (1.6.0)
13+
## [1.6.0] - 2024-10-05
1414
### Changed
1515
- Paths are now compared using a platform-specific comparer by default:
1616
- case-sensitive on Linux,
@@ -137,4 +137,5 @@ This is the first published version of the package. It doesn't contain any featu
137137
[1.3.0]: https://github.com/ForNeVeR/TruePath/compare/v1.2.1...v1.3.0
138138
[1.4.0]: https://github.com/ForNeVeR/TruePath/compare/v1.3.0...v1.4.0
139139
[1.5.0]: https://github.com/ForNeVeR/TruePath/compare/v1.4.0...v1.5.0
140-
[Unreleased]: https://github.com/ForNeVeR/TruePath/compare/v1.5.0...HEAD
140+
[1.5.0]: https://github.com/ForNeVeR/TruePath/compare/v1.5.0...v1.6.0
141+
[Unreleased]: https://github.com/ForNeVeR/TruePath/compare/v1.6.0...HEAD

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT
66

77
<Project>
88
<PropertyGroup Label="Packaging">
9-
<Version>1.5.0</Version>
9+
<Version>1.6.0</Version>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<Copyright>2024 TruePath contributors &lt;https://github.com/ForNeVeR/TruePath&gt;</Copyright>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)