Skip to content

Commit

Permalink
feat(version): v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Nov 21, 2021
1 parent 49bacff commit a977222
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@

v1.0.3 / 2021-11-21
===================

* fix(#108): add application file matchers
* Merge pull request #106 from hannesbraun/aiff-support
* Add AIFF support
* fix(archive): format issue indentation
* feat(version): bump patch
* Merge pull request #100 from da2018/master
* Enhance Zstd support
* Merge pull request #98 from cfergeau/zstd
* Add zstd support
* Merge pull request #99 from cfergeau/byteprefixmatcher
* Introduce bytePrefixMatcher helper

v1.1.0 / 2020-06-06
===================

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package filetype

// Version exposes the current package version.
const Version = "1.1.2"
const Version = "1.1.3"

0 comments on commit a977222

Please sign in to comment.