Skip to content

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikz committed Mar 16, 2016
1 parent 68d4473 commit 037eb11
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: ruby
cache: bundler
before_install:
- gem install bundler -v 1.11.2
rvm:
- 2.3.0
- 2.2.4
- 2.1.8
- jruby-9.0.5.0
- rbx-3.19
matrix:
allow_failures:
- rvm: rbx-3.19
script:
- rake install
- 3scale help
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
### Changed

## [0.1.1] - 2016-03-16
### Added
- `3scale copy service` now copies Proxy and Mapping Rules

## [0.1.0] - 2016-03-11
### Added
- `3scale` command
- `3scale copy service` command to copy a service
including its metrics, methods, application plans and their usage limits

[Unreleased]: https://github.com/3scale/3scale_toolbox/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/3scale/3scale_toolbox/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.1.1
[0.1.0]: https://github.com/3scale/3scale_toolbox/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion lib/3scale_toolbox/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ThreeScaleToolbox
VERSION = '0.1.0'
VERSION = '0.1.1'
end

0 comments on commit 037eb11

Please sign in to comment.