File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 3
3
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
4
4
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
5
5
6
+ ## [ 1.1.7] - 2024-05-14
7
+
8
+ ### Fixed
9
+
10
+ - Resolve ` unexpected_cfg ` warnings.
11
+
6
12
## [ 1.1.6] - 2023-07-11
7
13
8
14
### Added
@@ -63,7 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
63
69
- New methods ` canonicalize_utf8 ` , ` read_link_utf8 ` and ` read_dir_utf8 ` return ` Utf8PathBuf ` s, erroring out if a resulting path is not valid UTF-8.
64
70
- New feature ` proptest1 ` introduces proptest ` Arbitrary ` impls for ` Utf8PathBuf ` and
65
71
` Box<Utf8Path> ` ([ #18 ] , thanks [ mcronce] ( https://github.com/mcronce ) for your first contribution!)
66
-
72
+
67
73
[ #18 ] : https://github.com/camino-rs/camino/pull/18
68
74
69
75
## [ 1.0.7] - 2022-01-16
@@ -130,6 +136,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
130
136
131
137
Initial release.
132
138
139
+ [ 1.1.7 ] : https://github.com/camino-rs/camino/releases/tag/camino-1.1.7
133
140
[ 1.1.6 ] : https://github.com/camino-rs/camino/releases/tag/camino-1.1.6
134
141
[ 1.1.5 ] : https://github.com/camino-rs/camino/releases/tag/camino-1.1.5
135
142
[ 1.1.4 ] : https://github.com/camino-rs/camino/releases/tag/camino-1.1.4
You can’t perform that action at this time.
0 commit comments