Skip to content

Commit 11c640d

Browse files
committed
Add changelog and release 0.3.0
1 parent d2e6f1e commit 11c640d

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
@@ -0,0 +1,13 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [0.3.0] - 2020-05-31
8+
### ℹ Changed
9+
- Switched error handling library from `failure` to `thiserror`
10+
- Updated to Rust 2018 edition
11+
12+
### 🐛 Fixed
13+
- Fixed possible corrupt header when compressing incompressible data with specific input lengths (found by libfuzz)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quicklz"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Flakebi <[email protected]>"]
55
description = """
66
QuickLZ is a fast compression algorithm.

0 commit comments

Comments
 (0)