Skip to content

Commit

Permalink
Merge tag '0.15.0' into develop
Browse files Browse the repository at this point in the history
0.15.0
  • Loading branch information
yasuhito committed Feb 12, 2015
2 parents e602bb9 + d92f696 commit 7f487d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## develop (unreleased)


## 0.15.0 (2/12/2015)
### New features
* [#126](https://github.com/trema/pio/pull/126): Add new class `Pio::PortStatus`.
* [#126](https://github.com/trema/pio/pull/126): Add new methods `Pio::Type::OpenFlow::PhyPort#up?`, `Pio::Type::OpenFlow::PhyPort#down?`, `Pio::Type::OpenFlow::PhyPort#local?`, `Pio::Type::OpenFlow::PhyPort#datapath_id` and `Pio::Type::OpenFlow::PhyPort#dpid`.
Expand Down
2 changes: 1 addition & 1 deletion lib/pio/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base module.
module Pio
# gem version.
VERSION = '0.14.0'.freeze
VERSION = '0.15.0'.freeze
end

0 comments on commit 7f487d1

Please sign in to comment.