Skip to content

Commit

Permalink
bump version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeyR committed Oct 15, 2017
1 parent 2883140 commit aae87aa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,19 @@ 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.0.2 - 2017-10-14
### Added
- reading of second header (minus transformations)
- RAC chance decoding+encoding

### Fixed
- RAC no longer returns Err on end of file
- previously the RAC could not read streams within 4 bytes of the end

### Changed
- reodered cli commands

## 0.0.1 - 2017-08-26
### Added
- ability to decode main flif header
Expand All @@ -16,4 +28,4 @@ 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.1...HEAD
[Unreleased]: https://github.com/dgriffen/flif.rs/compare/v0.0.2...HEAD
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flif"
version = "0.0.1"
version = "0.0.2"
authors = ["Daniel Griffen <daniel@griffen.io>"]
license = "MIT"
description = "flif decoder written in pure Rust"
Expand Down

0 comments on commit aae87aa

Please sign in to comment.