Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeyR committed Dec 24, 2017
1 parent 3a9fd36 commit 27ab482
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 0.0.2 - 2017-10-14
## [0.1.0] - 2017-12-23
### Added
- reading of maniac trees
- reading certain transformations
- YCoCg
- Bounds
- Channel Compact
- pixel data decoding

### Fixed
- Near zero decoding for negative numbers


## [0.0.2] - 2017-10-14
### Added
- reading of second header (minus transformations)
- RAC chance decoding+encoding
Expand All @@ -28,4 +41,6 @@ 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.0.2...HEAD
[Unreleased]: https://github.com/dgriffen/flif.rs/compare/v0.1.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
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[package]
name = "flif"
version = "0.0.2"
version = "0.1.0"
authors = ["Daniel Griffen <daniel@griffen.io>"]
license = "MIT"
description = "flif decoder written in pure Rust"
repository = "https://github.com/dgriffen/flif.rs"

exclude = [
"resources/*",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ The flif.rs logo is a combination of the official flif logo and Rust logo.

[CHANGELOG]: ./CHANGELOG.md
[LICENSE]: ./LICENSE
[version-badge]: https://img.shields.io/badge/version-0.0.2-blue.svg
[version-badge]: https://img.shields.io/badge/version-0.1.0-blue.svg
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[logo]: ./flif.rs.png

0 comments on commit 27ab482

Please sign in to comment.