File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# Automatically generated context index for Utopia::Project guides.
22# Do not edit then files in this directory directly, instead edit the guides and then run `bake utopia:project:agent:context:update`.
33---
4- description : Asynchronous gRPC client and server implementation built on top of protocol-grpc and async-http .
4+ description : Client and server implementation for gRPC using Async .
55metadata :
66 documentation_uri : https://socketry.github.io/async-grpc/
77 source_code_uri : https://github.com/socketry/async-grpc.git
88files :
99- path : getting-started.md
1010 title : Getting Started
11- description : This guide explains how to get started with `Async::GRPC` for building gRPC clients and servers.
12-
13-
14-
11+ description : This guide explains how to get started with `Async::GRPC` for building
12+ gRPC clients and servers.
Original file line number Diff line number Diff line change 77module Async
88 # @namespace
99 module GRPC
10- VERSION = "0.0 .0"
10+ VERSION = "0.1 .0"
1111 end
1212end
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ Please see the [project documentation](https://socketry.github.io/async-grpc/) f
2525
2626Please see the [ project releases] ( https://socketry.github.io/async-grpc/releases/index ) for all releases.
2727
28+ ### v0.1.0
29+
2830## See Also
2931
3032 - [ protocol-grpc] ( https://github.com/socketry/protocol-grpc ) — Protocol abstractions for gRPC that this gem builds upon.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.1.0
You can’t perform that action at this time.
0 commit comments