mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-16 10:55:54 -07:00
feat(version): bump minor
This commit is contained in:
parent
6e9a8a8339
commit
32e459e416
2 changed files with 11 additions and 1 deletions
10
History.md
10
History.md
|
|
@ -1,4 +1,14 @@
|
||||||
|
|
||||||
|
## v1.0.10 / 2017-06-25
|
||||||
|
|
||||||
|
* Merge pull request #164 from greut/length
|
||||||
|
* Add Image.Length()
|
||||||
|
* Merge pull request #163 from greut/libvips856
|
||||||
|
* Run libvips 8.5.6 on Travis.
|
||||||
|
* Merge pull request #161 from henry-blip/master
|
||||||
|
* Expose vips cache memory management functions.
|
||||||
|
* feat(docs): add watermark image note in features
|
||||||
|
|
||||||
## v1.0.9 / 2017-05-25
|
## v1.0.9 / 2017-05-25
|
||||||
|
|
||||||
* Merge pull request #156 from Dynom/SmartCropToGravity
|
* Merge pull request #156 from Dynom/SmartCropToGravity
|
||||||
|
|
|
||||||
|
|
@ -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.9"
|
const Version = "1.0.10"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue