Skip to content

Commit b9a4857

Browse files
committed
new release
1 parent 81666a0 commit b9a4857

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "brotli"
3-
version = "3.4.0"
3+
version = "3.5.0"
44
authors = ["Daniel Reiter Horn <[email protected]>", "The Brotli Authors"]
55
description = "A brotli compressor and decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. All included code is safe."
66
license = "BSD-3-Clause OR MIT"

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
[![crates.io](https://img.shields.io/crates/v/brotli.svg)](https://crates.io/crates/brotli)
44
[![Build Status](https://travis-ci.org/dropbox/rust-brotli.svg?branch=master)](https://travis-ci.org/dropbox/rust-brotli)
55

6+
## What's new in 3.5
7+
Updated SIMD support.
8+
Better CI integration.
9+
Cleaned up some of the clippy warnings.
10+
611
## What's new in 3.4
712
Brotli decompressor's reader and writer has better behavior when operating upon brotli streams with extra bits at the end.
813
Optional features like stdsimd are now tested or disabled for now.

0 commit comments

Comments
 (0)