Skip to content

Commit 3ad7bab

Browse files
committed
Release v0.2.1
1 parent 6b152a5 commit 3ad7bab

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77

88
## [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)).
1016

1117
## [v0.2.0] - 2020-04-05
1218
[v0.2.0]: https://github.com/althonos/flips.rs/compare/v0.1.0...v0.2.0

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["flips-sys"]
33

44
[package]
55
name = "flips"
6-
version = "0.2.0"
6+
version = "0.2.1"
77
authors = ["Martin Larralde <martin.larralde@ens-paris-saclay.fr>"]
88
edition = "2018"
99
license = "GPL-3.0"
@@ -25,7 +25,7 @@ status = "actively-developed"
2525

2626
[dependencies.flips-sys]
2727
path = "./flips-sys"
28-
version = "0.2.0"
28+
version = "0.2.1"
2929
default-features = false
3030
[dependencies.err-derive]
3131
version = "0.2.3"

flips-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flips-sys"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Martin Larralde <martin.larralde@ens-paris-saclay.fr>"]
55
edition = "2018"
66
build = "build.rs"

0 commit comments

Comments
 (0)