Skip to content

Commit d3ec5a0

Browse files
committed
Bump version to 0.2.1
1 parent eeb38f8 commit d3ec5a0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,19 @@ Released YYYY-MM-DD.
2828

2929
--------------------------------------------------------------------------------
3030

31+
## 0.2.1
32+
33+
Released 2019-01-16.
34+
35+
### Added
36+
37+
* Added support for the `CUSTOM_LIBFUZZER_STD_CXX=<lib>` environment variable
38+
during builds that already use a custom libFuzzer checkout with
39+
`CUSTOM_LIBFUZZER_PATH`. This allows you to explicitly choose to link LLVM or
40+
GNU C++ standard libraries.
41+
42+
--------------------------------------------------------------------------------
43+
3144
## 0.2.0
3245

3346
Released 2020-01-14.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT/Apache-2.0/NCSA"
66
name = "libfuzzer-sys"
77
readme = "./README.md"
88
repository = "https://github.com/rust-fuzz/libfuzzer"
9-
version = "0.2.0"
9+
version = "0.2.1"
1010

1111
[dependencies]
1212
arbitrary = "0.3.2"

0 commit comments

Comments
 (0)