From edc0f1011f54fead39bc47e854b0bbec4ec18729 Mon Sep 17 00:00:00 2001 From: Rain Date: Sat, 17 Aug 2024 19:00:48 -0700 Subject: [PATCH] add CI + changelog (#96) --- .github/workflows/ci.yml | 1 + CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9cc6994c..8eab6db4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,6 +58,7 @@ jobs: - nightly-2022-12-14 - 1.68 - 1.74 + - 1.79 - stable exclude: # These versions started failing with "archive member 'lib.rmeta' with length 26456 is not diff --git a/CHANGELOG.md b/CHANGELOG.md index d887dced1..455e8d256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ 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). +## [1.1.9] - 2024-08-17 + +### Added + +- Top-level function `absolute_utf8` wraps `std::path::absolute`, converting paths to UTF-8. + Requires Rust 1.79 and above. + ## [1.1.8] - 2024-08-15 ### Changed @@ -142,6 +149,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release. +[1.1.9]: https://github.com/camino-rs/camino/releases/tag/camino-1.1.9 [1.1.8]: https://github.com/camino-rs/camino/releases/tag/camino-1.1.8 [1.1.7]: https://github.com/camino-rs/camino/releases/tag/camino-1.1.7 [1.1.6]: https://github.com/camino-rs/camino/releases/tag/camino-1.1.6