Skip to content

Commit 1e4021a

Browse files
committed
Bump minor version.
1 parent 9365759 commit 1e4021a

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

lib/async/grpc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module Async
88
# @namespace
99
module GRPC
10-
VERSION = "0.3.0"
10+
VERSION = "0.4.0"
1111
end
1212
end
1313

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Please see the [project documentation](https://socketry.github.io/async-grpc/) f
2424

2525
Please see the [project releases](https://socketry.github.io/async-grpc/releases/index) for all releases.
2626

27+
### v0.4.0
28+
29+
- Fix handling of trailers.
30+
2731
### v0.3.0
2832

2933
- **Breaking**: Renamed `DispatcherMiddleware` to `Dispatcher` for cleaner API.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.4.0
44

55
- Fix handling of trailers.
66

0 commit comments

Comments
 (0)