Skip to content

Commit 74ac60c

Browse files
authored
Merge pull request #94 from fitzgen/bump-t-0.4.4
Bump to version 0.4.4
2 parents 0a4b496 + 87ca92d commit 74ac60c

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

CHANGELOG.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,7 @@ Released YYYY-MM-DD.
88

99
### Changed
1010

11-
* Updated to `libFuzzer` commit `df90d22` (`release/15.x`).
12-
* LLVM 16's [upcoming change][llvm_cxx17] to build requirements to C++17
13-
necessitate reflecting those changes. (`libFuzzer` updates contain C++14 code)
14-
* Drastically reduce build times by using parallel C++ compilation jobs
15-
* Updated `rand` dependency from 0.8.3 to 0.8.5
16-
* Updated `flate2` dependency from 1.0.20 to 1.0.24
17-
18-
[llvm_cxx17]: https://llvm.org/docs/ReleaseNotes.html#update-on-required-toolchains-to-build-llvm
11+
* TODO (or remove section if none)
1912

2013
### Deprecated
2114

@@ -35,6 +28,23 @@ Released YYYY-MM-DD.
3528

3629
--------------------------------------------------------------------------------
3730

31+
## 0.4.4
32+
33+
Released 2022-09-01.
34+
35+
### Changed
36+
37+
* Updated to `libFuzzer` commit `df90d22` (`release/15.x`).
38+
* LLVM 16's [upcoming change][llvm_cxx17] to build requirements to C++17
39+
necessitate reflecting those changes. (`libFuzzer` updates contain C++14 code)
40+
* Drastically reduce build times by using parallel C++ compilation jobs
41+
* Updated `rand` dependency from 0.8.3 to 0.8.5
42+
* Updated `flate2` dependency from 1.0.20 to 1.0.24
43+
44+
[llvm_cxx17]: https://llvm.org/docs/ReleaseNotes.html#update-on-required-toolchains-to-build-llvm
45+
46+
--------------------------------------------------------------------------------
47+
3848
## 0.4.3
3949

4050
Released 2020-03-03.

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.4.3"
9+
version = "0.4.4"
1010

1111
[dependencies]
1212
arbitrary = "1"

0 commit comments

Comments
 (0)