Release 0.3.9

This commit is contained in:
Jon Wood 2021-03-25 21:55:17 +00:00
parent 9c5ba5d9f3
commit 71ac185d63
2 changed files with 8 additions and 1 deletions

View File

@ -18,6 +18,13 @@ None
None
## 0.3.9 (2021-03-25)
* Resolve issues parsing the version of freedesktop.org.xml shipped with
Ubuntu Trusty.
* Make Rake a runtime dependency.
## 0.3.8 (2021-03-25)
Relax the dependency on Nokogiri to something less specific in order

View File

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