Release 0.3.10

This commit is contained in:
Jon Wood 2021-03-26 17:35:55 +00:00
parent 2839b0af48
commit 22c0682641
2 changed files with 7 additions and 9 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
class MimeMagic
# MimeMagic version string
# @api public
VERSION = '0.3.9'
VERSION = '0.3.10'
end