mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-16 02:45:54 -07:00
feat(version): bump
This commit is contained in:
parent
25c7e9b904
commit
96a6384797
2 changed files with 8 additions and 1 deletions
|
|
@ -1,4 +1,11 @@
|
||||||
|
|
||||||
|
v1.1.7 / 2022-02-23
|
||||||
|
===================
|
||||||
|
|
||||||
|
* Merge pull request #398 from vaibsharma/vaibsharma/feature/speed_for_png_buffer
|
||||||
|
* reason for speed=3 added
|
||||||
|
* allow effort param for png encoding when palette is true
|
||||||
|
|
||||||
v1.1.6 / 2022-01-28
|
v1.1.6 / 2022-01-28
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.1.6"
|
const Version = "1.1.7"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue