Skip to content

Commit ec65f79

Browse files
committed
Bump to release 0.12.3
1 parent 7dc7403 commit ec65f79

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.3] - 2026-02-10
11+
12+
* Remove AsRef<Path<T>> for Cow<[u8]> and AsRef<Utf8Path<T>> for Cow<str> as they conflict with other libraries (by Its-Just-Nans)
13+
1014
## [0.12.2] - 2026-01-27
1115

1216
* Add missing LICENSE-APACHE and LICENSE-MIT files (#58)
@@ -188,7 +192,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
188192

189193
Initial release of the library!
190194

191-
[Unreleased]: https://github.com/chipsenkbeil/typed-path/compare/v0.12.1...HEAD
195+
[Unreleased]: https://github.com/chipsenkbeil/typed-path/compare/v0.12.3...HEAD
196+
[0.12.3]: https://github.com/chipsenkbeil/typed-path/compare/v0.12.2...v0.12.3
197+
[0.12.2]: https://github.com/chipsenkbeil/typed-path/compare/v0.12.1...v0.12.2
192198
[0.12.1]: https://github.com/chipsenkbeil/typed-path/compare/v0.12.0...v0.12.1
193199
[0.12.0]: https://github.com/chipsenkbeil/typed-path/compare/v0.11.0...v0.12.0
194200
[0.11.0]: https://github.com/chipsenkbeil/typed-path/compare/v0.10.0...v0.11.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "typed-path"
33
description = "Provides typed variants of Path and PathBuf for Unix and Windows"
4-
version = "0.12.2"
4+
version = "0.12.3"
55
edition = "2021"
66
rust-version = "1.65.0"
77
authors = ["Chip Senkbeil <chip@senkbeil.org>"]

0 commit comments

Comments
 (0)