Skip to content

Commit

Permalink
Bump version to 2.0.0 and update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Dec 29, 2016
1 parent 40710ca commit a16ea5f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
35 changes: 34 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,38 @@
## 2.0.0 (2016-12-28)

* [#53](https://github.com/socketry/nio4r/pull/53)
Limit lock scope to prevent recursive locking.
([@johnnyt])

* [#95](https://github.com/socketry/nio4r/pull/95)
NIO::ByteBuffer Google Summer of Code project.
([@UpeksheJay], [@tarcieri])

* [#111](https://github.com/socketry/nio4r/pull/111)
NIO::Selector#backend introspection support.
([@tarcieri])

* [#112](https://github.com/socketry/nio4r/pull/112)
Upgrade to libev 4.23.
([@tarcieri])

* [#119](https://github.com/socketry/nio4r/pull/119)
Disambiguate wakeup vs timeout (fixes #63, #66).
([@tarcieri])

* [#124](https://github.com/socketry/nio4r/pull/124)
Monitor interests API improvements.
([@tarcieri])

* Drop Ruby 2.0 and 2.1 support, require Ruby 2.2.2+.
([@tarcieri])

## 1.2.1 (2016-01-31)

* Fix bug in the JRuby backend which cases indefinite blocking when small
timeout values are passed to the selector

# 1.2.0 (2015-12-22)
## 1.2.0 (2015-12-22)

* Add NIO::Monitor#interests= API for changing interests. Contributed by
Upekshe Jayasekera as a Google Summer of Code project.
Expand Down Expand Up @@ -111,3 +140,7 @@
## 0.1.0

* Initial release. Merry Christmas!

[@tarcieri]: https://github.com/tarcieri
[@johnnyt]: https://github.com/johnnyt
[@UpeksheJay]: https://github.com/UpeksheJay
2 changes: 1 addition & 1 deletion lib/nio/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module NIO
VERSION = "2.0.0.pre"
VERSION = "2.0.0"
end

0 comments on commit a16ea5f

Please sign in to comment.