Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
v0.3.3
  • Loading branch information
minad committed Dec 20, 2018
1 parent 5ecc155 commit d5ebc0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Expand Up @@ -14,6 +14,10 @@ None

None

## 0.3.3 (2018-12-20)

Upgrade to shared-mime-info-1.10

## 0.3.2 (2016-08-02)

### Breaking Changes
Expand All @@ -28,9 +32,9 @@ None
### Fixed

- [#40](https://github.com/minad/mimemagic/pull/40),
[#41](https://github.com/minad/mimemagic/pull/41)
[#41](https://github.com/minad/mimemagic/pull/41)
Performance improvements
- [#38](https://github.com/minad/mimemagic/pull/38)
- [#38](https://github.com/minad/mimemagic/pull/38)
Updated to shared-mime-info 1.6

## 0.3.1 (2016-01-04)
Expand Down
2 changes: 1 addition & 1 deletion lib/mimemagic/version.rb
@@ -1,5 +1,5 @@
class MimeMagic
# MimeMagic version string
# @api public
VERSION = '0.3.2'
VERSION = '0.3.3'
end

0 comments on commit d5ebc0c

Please sign in to comment.