Skip to content

Commit

Permalink
Release 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jellybob committed Mar 26, 2021
1 parent 2839b0a commit 22c0682
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,15 @@ None

## 0.3.10

* Resolve issues parsing the version of freedesktop.org.xml shipped with
Ubuntu Trusty.
* Improve the development/test experience (@coldnebo, @kachick)

* Make Rake a runtime dependency.
* Ensure the gem works in environments with gem caching (@haines)

* Fix the test suite.
* Add support for MacPorts installed dependencies (@brlanier)

* Relax the dependency on Nokogiri to something less specific in order
to avoid conflicting with other dependencies in people's applications.

*
* Allow using a dummy XML file in cases where the gem is just a transient
dependency. (@Scharrels)

## 0.3.9 (2021-03-25)

* Resolve issues parsing the version of freedesktop.org.xml shipped with
Expand Down
2 changes: 1 addition & 1 deletion lib/mimemagic/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class MimeMagic
# MimeMagic version string
# @api public
VERSION = '0.3.9'
VERSION = '0.3.10'
end

0 comments on commit 22c0682

Please sign in to comment.