Skip to content

Commit 6e292d2

Browse files
committed
prepare release
1 parent 4ae167f commit 6e292d2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [1.1.7] - 2024-05-14
7+
8+
### Fixed
9+
10+
- Resolve `unexpected_cfg` warnings.
11+
612
## [1.1.6] - 2023-07-11
713

814
### Added
@@ -63,7 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6369
- 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.
6470
- New feature `proptest1` introduces proptest `Arbitrary` impls for `Utf8PathBuf` and
6571
`Box<Utf8Path>` ([#18], thanks [mcronce](https://github.com/mcronce) for your first contribution!)
66-
72+
6773
[#18]: https://github.com/camino-rs/camino/pull/18
6874

6975
## [1.0.7] - 2022-01-16
@@ -130,6 +136,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
130136

131137
Initial release.
132138

139+
[1.1.7]: https://github.com/camino-rs/camino/releases/tag/camino-1.1.7
133140
[1.1.6]: https://github.com/camino-rs/camino/releases/tag/camino-1.1.6
134141
[1.1.5]: https://github.com/camino-rs/camino/releases/tag/camino-1.1.5
135142
[1.1.4]: https://github.com/camino-rs/camino/releases/tag/camino-1.1.4

0 commit comments

Comments
 (0)