Skip to content

Commit 3399e16

Browse files
committed
version bump to v1.12.0.rc1
1 parent 71c5822 commit 3399e16

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA
44

55
---
66

7-
## next / unreleased
7+
## 1.12.0 / unreleased
8+
9+
Prereleases:
10+
11+
- 1.12.0.rc1 / 2021-07-09
12+
813

914
### Notable Addition: HTML5 Support (CRuby only)
1015

lib/nokogiri/version/constant.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
module Nokogiri
33
# The version of Nokogiri you are using
4-
VERSION = "1.11.7"
4+
VERSION = "1.12.0.rc1"
55
end

0 commit comments

Comments
 (0)