Skip to content

Commit 2248f2e

Browse files
committed
feat(version): bump to v1.0.8
1 parent 1784a9b commit 2248f2e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Diff for: History.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11

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+
217
v1.0.7 / 2019-02-09
318
===================
419

Diff for: version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package filetype
22

33
// Version exposes the current package version.
4-
const Version = "1.0.7"
4+
const Version = "1.0.8"

0 commit comments

Comments
 (0)