Skip to content

Commit

Permalink
bump version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeyR committed Jul 29, 2018
1 parent 5c15287 commit a77244a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.0] - 2018-7-28
### Added
- `Limits` struct to prevent OOM errors from malicious inputs

### Fixed
- `ChannelCompact` off by one error
- Various performance improvements

### Changed
- `Flif` and `FlifInfo` now implement `Send + Sync`
- Width an height of the image are now restricted to `u32`

## [0.2.0] - 2018-06-07
### Added
Expand Down Expand Up @@ -52,7 +62,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- readme file
- license

[Unreleased]: https://github.com/dgriffen/flif.rs/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/dgriffen/flif.rs/compare/v0.3.0...HEAD
[0.0.2]: https://github.com/dgriffen/flif.rs/compare/v0.0.1...v0.0.2
[0.1.0]: https://github.com/dgriffen/flif.rs/compare/v0.0.2...v0.1.0
[0.2.0]: https://github.com/dgriffen/flif.rs/compare/v0.1.0...v0.2.0
[0.2.0]: https://github.com/dgriffen/flif.rs/compare/v0.1.0...v0.2.0
[0.3.0]: https://github.com/dgriffen/flif.rs/compare/v0.2.0...v0.3.0
2 changes: 1 addition & 1 deletion flif-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ repository = "https://github.com/dgriffen/flif.rs"
structopt = "0.1"
structopt-derive = "0.1"
png = "0.12"
flif = { version = "0.2", path = "../flif/" }
flif = { version = "0.3", path = "../flif/" }
2 changes: 1 addition & 1 deletion flif/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flif"
version = "0.2.0"
version = "0.3.0"
authors = ["Daniel Griffen <[email protected]>"]
license = "MIT"
description = "FLIF decoder written in pure Rust"
Expand Down

0 comments on commit a77244a

Please sign in to comment.