We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9a8a8 commit 32e459eCopy full SHA for 32e459e
History.md
@@ -1,4 +1,14 @@
1
2
+## v1.0.10 / 2017-06-25
3
+
4
+ * Merge pull request #164 from greut/length
5
+ * Add Image.Length()
6
+ * Merge pull request #163 from greut/libvips856
7
+ * Run libvips 8.5.6 on Travis.
8
+ * Merge pull request #161 from henry-blip/master
9
+ * Expose vips cache memory management functions.
10
+ * feat(docs): add watermark image note in features
11
12
## v1.0.9 / 2017-05-25
13
14
* Merge pull request #156 from Dynom/SmartCropToGravity
version.go
@@ -1,4 +1,4 @@
package bimg
// Version represents the current package semantic version.
-const Version = "1.0.9"
+const Version = "1.0.10"
0 commit comments