Skip to content

Commit 6e46a59

Browse files
committed
Release: prepare v1.8.0
1 parent 664ef80 commit 6e46a59

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ 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+
## [1.8.0] - 2025-05-31
14+
### Added
15+
- [#87](https://github.com/ForNeVeR/TruePath/issues/87): all the path types are now `IComparable<Self>`. Thanks to @alvkn!
16+
- `IPath<TPath>` generic interface now supports a `Create` method to create a path from its string representation. Thanks to @alvkn!
17+
- [#120](https://github.com/ForNeVeR/TruePath/issues/120): a new method on paths, `ChangeExtension`. Thanks to @alvkn!
18+
19+
### Fixed
20+
- [#134](https://github.com/ForNeVeR/TruePath/issues/134): path normalization fails when input has both dot folders and file extension. Thanks to @maxkatz6 and @kant2002 for a detailed report and a fix!
21+
1322
## [1.7.0] - 2025-04-18
1423
### Added
1524
- A new package, **TruePath.SystemIo**, with adapter for `System.IO` types.
@@ -148,4 +157,5 @@ This is the first published version of the package. It doesn't contain any featu
148157
[1.5.0]: https://github.com/ForNeVeR/TruePath/compare/v1.4.0...v1.5.0
149158
[1.6.0]: https://github.com/ForNeVeR/TruePath/compare/v1.5.0...v1.6.0
150159
[1.7.0]: https://github.com/ForNeVeR/TruePath/compare/v1.6.0...v1.7.0
151-
[Unreleased]: https://github.com/ForNeVeR/TruePath/compare/v1.7.0...HEAD
160+
[1.8.0]: https://github.com/ForNeVeR/TruePath/compare/v1.7.0...v1.8.0
161+
[Unreleased]: https://github.com/ForNeVeR/TruePath/compare/v1.8.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.7.0</Version>
9+
<Version>1.8.0</Version>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<Copyright>2024-2025 TruePath contributors &lt;https://github.com/ForNeVeR/TruePath&gt;</Copyright>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)