Skip to content

Commit

Permalink
Merge pull request #17 from roma/update_v0.4.5
Browse files Browse the repository at this point in the history
Bump up the version
  • Loading branch information
satoryu committed Jun 17, 2019
2 parents 69e6746 + 03d3057 commit 3e8a3d7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 16 deletions.
37 changes: 22 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,29 @@
# 0.4.4 (Aug 23 2016)
# CHANGELOG

* Started use Travis CI [#8](https://github.com/roma/roma-ruby-client/pull/8)
* Replace the deprecated method `Object.timeout` with `Timeout.timeout` [#9](https://github.com/roma/roma-ruby-client/pull/9)
## 0.4.5 (Jun 17 2019)

# 0.4.3 (Aug 19 2015)
- Remove RoutingData since it's not used [#16](https://github.com/roma/roma-ruby-client/pull/16)
- Remove dependencies on roma server from test [#15](https://github.com/roma/roma-ruby-client/pull/15)

* Change interface of Stat object and refactoring [Hiroki Matsue] 7438faf
* Add tests for argumetns of stats [Hiroki Matsue] 9939760
* Refactor codes [Hiroki Matsue] 3d37030
* Support stat command [Hiroki Matsue] 1d75694
## 0.4.4 (Aug 23 2016)

# 0.4.2 (Mar 31 2015)
- Started use Travis CI [#8](https://github.com/roma/roma-ruby-client/pull/8)
- Replace the deprecated method `Object.timeout` with `Timeout.timeout` [#9](https://github.com/roma/roma-ruby-client/pull/9)

* Add gemspec and convert "should" to "expect" on rspec tests. [Hiroki Matsue] 4c7c465
* modify to reproduce environment with Gemfile [tarr1124] 2205ed7
## 0.4.3 (Aug 19 2015)

# 0.4.1 (Feb 20 2012)
- Change interface of Stat object and refactoring [Hiroki Matsue] 7438faf
- Add tests for argumetns of stats [Hiroki Matsue] 9939760
- Refactor codes [Hiroki Matsue] 3d37030
- Support stat command [Hiroki Matsue] 1d75694

* add client plugin files. [junji torii] caa2201
* 0.4.0
* support ClientPool
## 0.4.2 (Mar 31 2015)

- Add gemspec and convert "should" to "expect" on rspec tests. [Hiroki Matsue] 4c7c465
- modify to reproduce environment with Gemfile [tarr1124] 2205ed7

## 0.4.1 (Feb 20 2012)

- add client plugin files. [junji torii] caa2201
- 0.4.0
- support ClientPool
2 changes: 1 addition & 1 deletion lib/roma/client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module VERSION

MINOR = 4

TINY = 4
TINY = 5

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 3e8a3d7

Please sign in to comment.