Skip to content

Commit

Permalink
version bump to v1.11.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Apr 1, 2020
1 parent c602d77 commit a762738
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ We bump `Major.Minor.Patch` versions following this guidance:

## Unreleased (will be v1.11.0)

To try out release candidates, use `gem install --prerelease`.
To try out release candidates, use `gem install --prerelease`. Latest is `v1.11.0.rc2`.


### Notes

#### Experiment: Pre-Compiled Native Linux Gems

With the v1.11.0 release candidates, we are experimenting with shipping **pre-compiled native Linux gems** for the `x86-linux` and `x86_64-linux` platforms.
With the v1.11.0 release candidates, we are experimenting with shipping **pre-compiled native Linux gems** for the `x86-linux` and `x86_64-linux` platforms. Note that v1.11.0.rc2 and later also support musl systems (e.g., alpine).

If this works properly for you, it will speed up installation time on Linux.

Expand Down
2 changes: 1 addition & 1 deletion lib/nokogiri/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Nokogiri
# The version of Nokogiri you are using
VERSION = "1.11.0.rc1"
VERSION = "1.11.0.rc2"

class VersionInfo # :nodoc:
def jruby?
Expand Down

0 comments on commit a762738

Please sign in to comment.