Skip to content

Commit 8c53ff6

Browse files
committed
v0.1.18: version bump
See: #126 (comment)
1 parent 330725d commit 8c53ff6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66

7+
## v0.1.18 (2019-12-10)
8+
- Fix two bugs causing panics introduced in 0.1.17.
9+
710
## v0.1.17 (2019-12-08)
811
- Minimum supported rust version changed to 1.34
912
- Fix clippy::into_iter_on_array warning

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jpeg-decoder"
3-
version = "0.1.17"
3+
version = "0.1.18"
44
authors = ["Ulf Nilsson <kaksmet@gmail.com>"]
55
description = "JPEG decoder"
66
documentation = "https://docs.rs/jpeg-decoder"

0 commit comments

Comments
 (0)