Skip to content

Commit 5d9f813

Browse files
authored
Release 1.4.0 (#23)
1 parent bf307af commit 5d9f813

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.4.0] - 2021-05-04
11+
12+
### Added
13+
* `to_logical_path` as an alternative method of converting into a path.
14+
15+
### Changed
16+
* `set_extension` no longer needs to allocate.
17+
* `set_file_name` implementation to more closely match
18+
`std::path::PathBuf::set_file_name`.
19+
1020
## [1.3.1], [1.3.2] - 2020-07-12
1121

1222
### Changed
@@ -48,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4858
[#15]: https://github.com/udoprog/relative-path/pull/15
4959
[#14]: https://github.com/udoprog/relative-path/pull/14
5060

51-
[Unreleased]: https://github.com/udoprog/relative-path/compare/1.3.2...master
61+
[Unreleased]: https://github.com/udoprog/relative-path/compare/1.4.0...master
62+
[1.4.0]: https://github.com/udoprog/relative-path/compare/1.3.2...1.4.0
5263
[1.3.2]: https://github.com/udoprog/relative-path/compare/1.3.1...1.3.2
5364
[1.3.1]: https://github.com/udoprog/relative-path/compare/1.3.0...1.3.1
5465
[1.3.0]: https://github.com/udoprog/relative-path/compare/1.2.1...1.3.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "relative-path"
3-
version = "1.3.2"
3+
version = "1.4.0"
44
authors = ["John-John Tedro <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/udoprog/relative-path"

0 commit comments

Comments
 (0)