Skip to content

Commit 003a369

Browse files
committed
Version 2.6.0
1 parent 7a846a8 commit 003a369

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
2.6.0
4+
-----
5+
6+
* [Rails 5 cache! with expire support](https://github.com/rails/jbuilder/commit/d61e3354563863731bc1f358f495b1dbb7ae9d32)
7+
* [Generated view DRYed by using model partial](https://github.com/rails/jbuilder/commit/83256f4d7e9211c9dc47972feaed7fd31e4f7cac)
8+
39
2.5.0
410
-----
511

jbuilder.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'jbuilder'
3-
s.version = '2.5.0'
3+
s.version = '2.6.0'
44
s.authors = ['David Heinemeier Hansson', 'Pavel Pravosud']
55
66
s.summary = 'Create JSON structures via a Builder-style DSL'

0 commit comments

Comments
 (0)