bump version to 0.3.1

This commit is contained in:
jangko 2020-06-19 21:09:00 +07:00
parent 778fee7b10
commit 184ca59203
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
3 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,7 @@ import strutils
export typetraits, results
const
NIM_PNG_VERSION = "0.3.0"
NIM_PNG_VERSION = "0.3.1"
type
PNGChunkType = distinct int32

View File

@ -1,5 +1,5 @@
# Package
version = "0.3.0"
version = "0.3.1"
author = "Andri Lim"
description = "PNG encoder and decoder"
license = "MIT"

View File

@ -5,6 +5,7 @@ Notable releases:
- 0.2.0 support Animated PNG!
- 0.2.6 compile with --gc:arc.
- 0.3.0 [new set of API](apidoc.md) using seq[uint8] and new method to handle error.
- 0.3.1 fix new API bug and add openArray API
[![Build Status (Travis)](https://img.shields.io/travis/jangko/nimPNG/master.svg?label=Linux%20/%20macOS "Linux/macOS build status (Travis)")](https://travis-ci.org/jangko/nimPNG)
[![Build status](https://ci.appveyor.com/api/projects/status/7ap5r5a41t7ea04p?svg=true)](https://ci.appveyor.com/project/jangko/nimpng)