From 184ca59203e422136ea19b4150027df8348c7360 Mon Sep 17 00:00:00 2001 From: jangko Date: Fri, 19 Jun 2020 21:09:00 +0700 Subject: [PATCH] bump version to 0.3.1 --- nimPNG.nim | 2 +- nimPNG.nimble | 2 +- readme.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nimPNG.nim b/nimPNG.nim index 09014fc..f0449cd 100644 --- a/nimPNG.nim +++ b/nimPNG.nim @@ -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 diff --git a/nimPNG.nimble b/nimPNG.nimble index c6b642c..d8d2f0e 100644 --- a/nimPNG.nimble +++ b/nimPNG.nimble @@ -1,5 +1,5 @@ # Package -version = "0.3.0" +version = "0.3.1" author = "Andri Lim" description = "PNG encoder and decoder" license = "MIT" diff --git a/readme.md b/readme.md index 53dec38..1366ceb 100644 --- a/readme.md +++ b/readme.md @@ -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)