mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-16 19:05:54 -07:00
feat(version): bump to v1.0.17
This commit is contained in:
parent
0885d7e93e
commit
8aff78e4ec
2 changed files with 10 additions and 1 deletions
|
|
@ -1,4 +1,13 @@
|
||||||
|
|
||||||
|
## v1.0.17 / 2017-11-14
|
||||||
|
|
||||||
|
* refactor(resizer): remove fmt statement
|
||||||
|
* fix(type_test): use string formatting
|
||||||
|
* Merge pull request #207 from traum-ferienwohnungen/nearest-neighbour
|
||||||
|
* Add nearest-neighbour interpolation
|
||||||
|
* Merge pull request #203 from traum-ferienwohnungen/fix_icc_memory_leak
|
||||||
|
* Fix memory leak on icc_transform
|
||||||
|
|
||||||
## v1.0.16 / 2017-10-30
|
## v1.0.16 / 2017-10-30
|
||||||
|
|
||||||
* fix(travis): use install directive
|
* fix(travis): use install directive
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
package bimg
|
package bimg
|
||||||
|
|
||||||
// Version represents the current package semantic version.
|
// Version represents the current package semantic version.
|
||||||
const Version = "1.0.16"
|
const Version = "1.0.17"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue