Release 2.12

This commit is contained in:
Yorick Peterse 2017-12-29 20:40:24 +01:00
parent f574197ea6
commit db00fcdd55
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
4 changed files with 10 additions and 1 deletions

View File

@ -3,6 +3,13 @@
This document contains details of the various releases and their release dates.
Dates are in the format `yyyy-mm-dd`.
## 2.12 - 2017-12-29
Element start tags containing other start tags (e.g. `<script<script>`) are now
parser correctly.
See f574197ea657cf09405336ca618a22e32c94d0d0 for more information.
## 2.11 - 2017-09-07
Various Ruby warnings have been resolved by Loic Nageleisen. See pull request

View File

@ -0,0 +1 @@
5389228f4c92851e74396e507c37b0fbe8659522fad0932954a710640268cd51926185b0d4c7887b6d5c13f11af0dbde45fb43d0dd1adce5d8688f050d2de1ed

View File

@ -0,0 +1 @@
ab7a64c63bf2f03ecfe42f45199c943d60240eed0ee57f71e1d05fe8d29264c942f12bba8c34d3e3c22f4cb502611d3c65bda17a8c4afec9a593599537c143b6

View File

@ -1,3 +1,3 @@
module Oga
VERSION = '2.11'
VERSION = '2.12'
end # Oga