Release 0.3.9
This commit is contained in:
parent
9c5ba5d9f3
commit
71ac185d63
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
class MimeMagic
|
||||
# MimeMagic version string
|
||||
# @api public
|
||||
VERSION = '0.3.8'
|
||||
VERSION = '0.3.9'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue