Skip to content

Commit df90a60

Browse files
committed
Release: prepare v1.2.1
1 parent 93ed927 commit df90a60

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

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.2.1)
13+
## [1.2.1] - 2024-05-25
1414
### Fixed
1515
- [#60: `PathStrings.Normalize("../../foo")` is broken].
1616

@@ -67,4 +67,5 @@ This is the first published version of the package. It doesn't contain any featu
6767
[1.0.0]: https://github.com/ForNeVeR/TruePath/compare/v0.0.0...v1.0.0
6868
[1.1.0]: https://github.com/ForNeVeR/TruePath/compare/v1.0.0...v1.1.0
6969
[1.2.0]: https://github.com/ForNeVeR/TruePath/compare/v1.1.0...v1.2.0
70-
[Unreleased]: https://github.com/ForNeVeR/TruePath/compare/v1.2.0...HEAD
70+
[1.2.1]: https://github.com/ForNeVeR/TruePath/compare/v1.2.0...v1.2.1
71+
[Unreleased]: https://github.com/ForNeVeR/TruePath/compare/v1.2.1...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.2.0</Version>
9+
<Version>1.2.1</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)