Skip to content

Commit

Permalink
Update to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chipsenkbeil committed Oct 15, 2024
1 parent 20e1c86 commit 08cae85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.3] - 2024-10-15

* Fix `lib.rs` file permissions to not be executable
([#33](https://github.com/chipsenkbeil/typed-path/pull/33)).

## [0.9.2] - 2024-09-15

* Fix `windows()` function of `TypedPathBuf` and `Utf8TypedPathBuf` to properly
Expand Down Expand Up @@ -137,7 +142,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release of the library!

[Unreleased]: https://github.com/chipsenkbeil/typed-path/compare/v0.9.2...HEAD
[Unreleased]: https://github.com/chipsenkbeil/typed-path/compare/v0.9.3...HEAD
[0.9.3]: https://github.com/chipsenkbeil/typed-path/compare/v0.9.2...v0.9.3
[0.9.2]: https://github.com/chipsenkbeil/typed-path/compare/v0.9.1...v0.9.2
[0.9.1]: https://github.com/chipsenkbeil/typed-path/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/chipsenkbeil/typed-path/compare/v0.8.0...v0.9.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "typed-path"
description = "Provides typed variants of Path and PathBuf for Unix and Windows"
version = "0.9.2"
version = "0.9.3"
edition = "2021"
rust-version = "1.58.1"
authors = ["Chip Senkbeil <[email protected]>"]
Expand Down

0 comments on commit 08cae85

Please sign in to comment.