File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
189193Initial 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
Original file line number Diff line number Diff line change 11[package ]
22name = " typed-path"
33description = " Provides typed variants of Path and PathBuf for Unix and Windows"
4- version = " 0.12.2 "
4+ version = " 0.12.3 "
55edition = " 2021"
66rust-version = " 1.65.0"
77authors = [" Chip Senkbeil <chip@senkbeil.org>" ]
You can’t perform that action at this time.
0 commit comments