Skip to content

Commit

Permalink
add CI + changelog (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers authored Aug 18, 2024
1 parent 10491be commit edc0f10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit edc0f10

Please sign in to comment.