mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
feat(version): bump to v1.0.18
This commit is contained in:
parent
cd21e84c71
commit
02e621739c
2 changed files with 13 additions and 1 deletions
12
History.md
12
History.md
|
|
@ -1,4 +1,16 @@
|
|||
|
||||
## v1.0.18 / 2017-12-22
|
||||
|
||||
* Merge pull request #216 from Bynder/master
|
||||
* Merge pull request #208 from mikestead/feature/webp-lossless
|
||||
* Remove go-debug usage
|
||||
* refactor(docs): remove codesponsor :(
|
||||
* fix(options): use float64 type in Options.Threshold
|
||||
* Merge pull request #206 from tstm/add-trim-options
|
||||
* Add lossless option for saving webp
|
||||
* Set the test file to write its own file
|
||||
* Add the option to use background and threshold options on trim
|
||||
|
||||
## v1.0.17 / 2017-11-14
|
||||
|
||||
* refactor(resizer): remove fmt statement
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package bimg
|
||||
|
||||
// Version represents the current package semantic version.
|
||||
const Version = "1.0.17"
|
||||
const Version = "1.0.18"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue