Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Sep 19, 2020
1 parent 55138a3 commit f0ee4b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to PNG Pong will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://jeronlau.tk/semver/).

## 0.7.0 - 2020-09-19
### Added
- Sealed trait: `AsRaster`

### Changed
- `StepEnc.still()` now takes either a reference to a PngRaster or a Raster

## 0.6.0 - 2020-07-26
### Added
- `chunk::ColorType` and `PngRaster` for reading PNGs without conversion
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

[package]
name = "png_pong"
version = "0.6.0"
version = "0.7.0"
authors = ["Jeron Aldaron Lau <jeronlau@plopgrizzly.com>"]
license = "Apache-2.0 OR Zlib"

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//!
//! ```toml
//! [dependencies.png_pong]
//! version = "0.6"
//! version = "0.7"
//! ```
//!
//! ### Example
Expand Down

0 comments on commit f0ee4b1

Please sign in to comment.