Skip to content

Commit 9ce5fb3

Browse files
committed
Preparing for release, 1.3.0.
1 parent 0385a45 commit 9ce5fb3

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
### 1.3.0 (Next)
1+
### 1.3.0 (2020/01/11)
22

33
#### Features
44

5-
* Your contribution here.
65
* [#1949](https://github.com/ruby-grape/grape/pull/1949): Add support for Ruby 2.7 - [@nbulaj](https://github.com/nbulaj).
76
* [#1948](https://github.com/ruby-grape/grape/pull/1948): Relax `dry-types` dependency version - [@nbulaj](https://github.com/nbulaj).
87
* [#1944](https://github.com/ruby-grape/grape/pull/1944): Reduces `attribute_translator` string allocations - [@ericproulx](https://github.com/ericproulx).

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,8 @@ content negotiation, versioning and much more.
154154

155155
## Stable Release
156156

157-
You're reading the documentation for the next release of Grape, which should be **1.3.0**.
157+
You're reading the documentation for the stable release of Grape, **1.3.0**.
158158
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
159-
The current stable release is [1.2.5](https://github.com/ruby-grape/grape/blob/v1.2.5/README.md).
160159

161160
## Project Resources
162161

lib/grape/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module Grape
44
# The current version of Grape.
5-
VERSION = '1.2.6'
5+
VERSION = '1.3.0'
66
end

0 commit comments

Comments
 (0)