Commit 5d9f813 1 parent bf307af commit 5d9f813 Copy full SHA for 5d9f813
File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
20
## [ 1.3.1] , [ 1.3.2] - 2020-07-12
11
21
12
22
### Changed
@@ -48,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
48
58
[ #15 ] : https://github.com/udoprog/relative-path/pull/15
49
59
[ #14 ] : https://github.com/udoprog/relative-path/pull/14
50
60
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
52
63
[ 1.3.2 ] : https://github.com/udoprog/relative-path/compare/1.3.1...1.3.2
53
64
[ 1.3.1 ] : https://github.com/udoprog/relative-path/compare/1.3.0...1.3.1
54
65
[ 1.3.0 ] : https://github.com/udoprog/relative-path/compare/1.2.1...1.3.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " relative-path"
3
- version = " 1.3.2 "
3
+ version = " 1.4.0 "
4
4
authors = [
" John-John Tedro <[email protected] >" ]
5
5
license = " MIT/Apache-2.0"
6
6
repository = " https://github.com/udoprog/relative-path"
You can’t perform that action at this time.
0 commit comments