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 37aea4b commit 276e054Copy full SHA for 276e054
History.md
@@ -1,4 +1,11 @@
1
2
+## v1.0.14 / 2017-09-12
3
+
4
+ * Merge pull request #192 from greut/trim
5
+ * Adding trim operation.
6
+ * Merge pull request #191 from greut/alpha4
7
+ * Update 8.6 to alpha4.
8
9
## v1.0.13 / 2017-09-11
10
11
* Merge pull request #190 from greut/typos
version.go
@@ -1,4 +1,4 @@
package bimg
// Version represents the current package semantic version.
-const Version = "1.0.13"
+const Version = "1.0.14"
0 commit comments