Commit 5cbcb91 1 parent 783c3ea commit 5cbcb91 Copy full SHA for 5cbcb91
File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.3.0] - 2020-07-12
11
+
10
12
### Fixed
11
13
* Changed ` to_path ` to ignore platform-specific absolute components ([ #18 ] ).
12
14
@@ -41,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
41
43
[ #15 ] : https://github.com/udoprog/relative-path/pull/15
42
44
[ #14 ] : https://github.com/udoprog/relative-path/pull/14
43
45
44
- [ Unreleased ] : https://github.com/udoprog/relative-path/compare/1.2.1...master
46
+ [ Unreleased ] : https://github.com/udoprog/relative-path/compare/1.3.0...master
47
+ [ 1.3.0 ] : https://github.com/udoprog/relative-path/compare/1.2.1...1.3.0
45
48
[ 1.2.1 ] : https://github.com/udoprog/relative-path/compare/1.2.0...1.2.1
46
49
[ 1.2.0 ] : https://github.com/udoprog/relative-path/compare/1.1.1...1.2.0
47
50
[ 1.1.1 ] : https://github.com/udoprog/relative-path/compare/1.1.0...1.1.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " relative-path"
3
- version = " 1.2.1 "
3
+ version = " 1.3.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"
Original file line number Diff line number Diff line change 150
150
// https://github.com/rust-lang/rust
151
151
// cb2a656cdfb6400ac0200c661267f91fabf237e2 src/libstd/path.rs
152
152
153
- #![ doc( html_root_url = "https://docs.rs/relative-path/1.2.1 " ) ]
153
+ #![ doc( html_root_url = "https://docs.rs/relative-path/1.3.0 " ) ]
154
154
#![ deny( missing_docs) ]
155
155
#![ deny( intra_doc_link_resolution_failure) ]
156
156
You can’t perform that action at this time.
0 commit comments