Skip to content

Commit e07923d

Browse files
committed
v0.1.1
1 parent db6ec1c commit e07923d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# v0.1.1 / 2019-04-27
2+
3+
## Enhancements
4+
5+
* Add catch-all handler at the bottom of routes to rescue `bad_route case.
6+
* Printing all rpc endpoints, instead of printing routes per service.
7+
8+
# v0.1.0 / 2019-04-26
9+
10+
Initial release

Diff for: lib/twirp/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Twirp
22
module Rails
3-
VERSION = "0.1.0"
3+
VERSION = "0.1.1"
44
end
55
end

0 commit comments

Comments
 (0)