Skip to content

Commit fc42f02

Browse files
bors[bot]cuviper
andcommitted
Merge #31
31: Release 0.2.1 r=cuviper a=cuviper Co-authored-by: Josh Stone <[email protected]>
2 parents 5983a7a + 5c4d1b2 commit fc42f02

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = ["algorithms", "data-structures", "science", "no-std"]
88
license = "MIT/Apache-2.0"
99
name = "num-rational"
1010
repository = "https://github.com/rust-num/num-rational"
11-
version = "0.2.0"
11+
version = "0.2.1"
1212
readme = "README.md"
1313
build = "build.rs"
1414

RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Release 0.2.1 (2018-06-22)
2+
3+
- Maintenance release to fix `html_root_url`.
4+
15
# Release 0.2.0 (2018-06-19)
26

37
### Enhancements

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//!
1515
//! The `num-rational` crate is tested for rustc 1.15 and greater.
1616
17-
#![doc(html_root_url = "https://docs.rs/num-rational/0.1")]
17+
#![doc(html_root_url = "https://docs.rs/num-rational/0.2")]
1818

1919
#![no_std]
2020

0 commit comments

Comments
 (0)