Release 3.1

This commit is contained in:
Yorick Peterse 2020-01-08 13:57:23 +01:00
parent f00fa40e3a
commit ac3fe8f343
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
4 changed files with 9 additions and 1 deletions

View File

@ -3,6 +3,12 @@
This document contains details of the various releases and their release dates.
Dates are in the format `yyyy-mm-dd`.
## 3.1 - 2020-01-08
This release fixes a bug in the XML lexer that prevented the parsing of doctypes
using "public" or "system" instead of "PUBLIC"/"SYSTEM". See issue
<https://gitlab.com/yorickpeterse/oga/issues/199> for more information.
## 3.0 - 2019-12-03
This release bumps the Ruby version requirement to Ruby 2.3.0, as we haven't

View File

@ -0,0 +1 @@
a2246547f87d1901e280d9df915bf41a6b78ac14805c5c0f471f5dd1cf617f1e5b3e4aa05e58ae5aa816e188456ccd3638e44a7aba41ed2dfb942f509b2093af

View File

@ -0,0 +1 @@
deb03862d5263b2cb47169267aa37c41be82fcb01d048d840506d2c8924fb0bba6a4407401052e8a5f42d053c2bb3410701316fe21570b35a2981850dc05a481

View File

@ -1,3 +1,3 @@
module Oga
VERSION = '3.0'
VERSION = '3.1'
end # Oga