Skip to content

Commit ba9a639

Browse files
author
Thomas Bahn
committed
Release version 0.8.0
1 parent 0cf9d8b commit ba9a639

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ test = [{name = "tests", path = "tests.rs"}]
22

33
[package]
44
name = "ascii"
5-
version = "0.7.1"
5+
version = "0.8.0"
66
authors = ["Thomas Bahn <[email protected]>",
77
"Torbjørn Birch Moltu <[email protected]>",
88
"Simon Sapin <[email protected]>"]

RELEASES.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
1-
Unreleased
1+
Version 0.8.0 (2017-01-02)
22
==========
3+
4+
Breaking changes:
5+
36
* Return `FromAsciiError` instead of the input when `AsciiString::from_ascii()` or `into_ascii_string()` fails.
7+
* Replace the `no_std` feature with the additive `std` feature, which is part of the default features. (Issue #29)
48
* `AsciiChar::is_*()` and `::as_{byte,char}()` take `self` by value instead of by reference.
9+
10+
Additions:
11+
512
* Make `AsciiChar` comparable with `char` and `u8`.
613
* Add `AsciiChar::as_printable_char()` and the free functions `caret_encode()` and `caret_decode()`.
714
* Implement some methods from `AsciiExt` and `Error` (which are not in libcore) directly in `core` mode:
815
* `Ascii{Char,Str}::eq_ignore_ascii_case()`
916
* `AsciiChar::to_ascii_{upper,lower}case()`
1017
* `AsciiStr::make_ascii_{upper,lower}case()`
1118
* `{ToAsciiChar,AsAsciiStr}Error::description()`
12-
* Replace the `no_std` feature with the additive `std` feature, which is part of the default features. (Issue #29)
1319

1420
Version 0.7.1 (2016-08-15)
1521
==========================

0 commit comments

Comments
 (0)