Skip to content

Commit 61b4edd

Browse files
committed
Bump to version 0.16.0 for release
1 parent 55a2200 commit 61b4edd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## 0.16.0 (August 21, 2022)
4+
5+
* Add "except" option to `extends` (Thanks @perryqh)
6+
* Fix `ArgumentError` when block given with keyword arguments (Thanks @kyoshidajp)
7+
* Add Ruby 3.1 to the CI matrix (Thanks @petergoldstein)
8+
* Document Rabl setting `oj`'s mode (Thanks @ghiculescu)
9+
310
## 0.15.0 (December 30, 2021)
411

512
* Support for Rails 7 (@tagliala)

lib/rabl/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Rabl
2-
VERSION = "0.15.0"
2+
VERSION = "0.16.0"
33
end

0 commit comments

Comments
 (0)