Skip to content

Commit

Permalink
Prepare for v3-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
ksol committed Dec 2, 2020
1 parent aa660b0 commit d31d81e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cache: bundler
rvm:
- 2.5.8
- 2.6.6
- 2.7.1
- 2.7.2
before_install:
- gem install bundler
install: bundle update --jobs=3 --retry=3
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 3.0.0

* New: Regional API autoscalers endpoints
* New: User#stop_free_trial method

Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,10 @@ will therefore be `3.x.x`.

You can check the version 2 at [the v2 branch of this repository](https://github.com/Scalingo/scalingo-ruby-api/tree/v2)

### The road to 3.0.0

This gem is still in beta version, but its API should not change a lot until a final release.
[This issue tracks the remaining work](https://github.com/Scalingo/scalingo-ruby-api/issues/13).

## Installation

```ruby
gem "scalingo", "3.0.0.beta.2"
gem "scalingo", "3.0.0"
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/scalingo/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Scalingo
VERSION = "3.0.0.beta.3"
VERSION = "3.0.0"
end

0 comments on commit d31d81e

Please sign in to comment.