Skip to content

Commit 2804704

Browse files
committed
Release 0.3.0
1 parent 82c6dd5 commit 2804704

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ Then you can see,
8484
https://github.com/shootingfly/kemal-jbuilder-example
8585

8686
## Changelog
87+
+ **v0.3.0**
88+
+ Support Tuple and Named Tuple
89+
+ Support render with layout and child template
8790
+ **v0.2.0**
8891
+ Support Kilt
8992
+ Support Crystal 0.31.1

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: jbuilder
2-
version: 0.2.0
2+
version: 0.3.0
33

44
authors:
55
- shootingfly

src/jbuilder/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Jbuilder
2-
VERSION = "0.2.0"
2+
VERSION = "0.3.0"
33
end

0 commit comments

Comments
 (0)