File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
8
8
## [ Unreleased]
9
- [ Unreleased ] : https://github.com/althonos/flips.rs/compare/v0.2.0...HEAD
9
+ [ Unreleased ] : https://github.com/althonos/flips.rs/compare/v0.2.1...HEAD
10
+
11
+ ## [ v0.2.1] - 2020-05-14
12
+ [ v0.2.1 ] : https://github.com/althonos/flips.rs/compare/v0.2.0...v0.2.1
13
+ ### Added
14
+ - Missing ` AsRef<[u8]> ` implementation for patch types
15
+ ([ #1 ] ( https://github.com/althonos/flips.rs/issues/1 ) ).
10
16
11
17
## [ v0.2.0] - 2020-04-05
12
18
[ v0.2.0 ] : https://github.com/althonos/flips.rs/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["flips-sys"]
3
3
4
4
[package ]
5
5
name = " flips"
6
- version = " 0.2.0 "
6
+ version = " 0.2.1 "
7
7
authors = [" Martin Larralde <martin.larralde@ens-paris-saclay.fr>" ]
8
8
edition = " 2018"
9
9
license = " GPL-3.0"
@@ -25,7 +25,7 @@ status = "actively-developed"
25
25
26
26
[dependencies .flips-sys ]
27
27
path = " ./flips-sys"
28
- version = " 0.2.0 "
28
+ version = " 0.2.1 "
29
29
default-features = false
30
30
[dependencies .err-derive ]
31
31
version = " 0.2.3"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " flips-sys"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
authors = [" Martin Larralde <martin.larralde@ens-paris-saclay.fr>" ]
5
5
edition = " 2018"
6
6
build = " build.rs"
You can’t perform that action at this time.
0 commit comments