We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1784a9b commit 2248f2eCopy full SHA for 2248f2e
History.md
@@ -1,4 +1,19 @@
1
2
+v1.0.8 / 2019-02-10
3
+===================
4
+
5
+ * refactor(images): heic -> heif
6
+ * feat(docs): add heif format
7
+ * Merge pull request #60 from rikonor/master
8
+ * add heif/heic support
9
+ * fix(docs): dicom -> dcm
10
+ * feat: add dicom type
11
+ * Merge pull request #58 from Fentonz/master
12
+ * Merge pull request #59 from kmanley/master
13
+ * fix example; related to h2non/filetype#43
14
+ * Added DICOM type to archive
15
16
17
v1.0.7 / 2019-02-09
18
===================
19
version.go
@@ -1,4 +1,4 @@
package filetype
// Version exposes the current package version.
-const Version = "1.0.7"
+const Version = "1.0.8"
0 commit comments