Skip to content

Commit 9cfab94

Browse files
committed
Bump minor version.
1 parent 82384c7 commit 9cfab94

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

context/index.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
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.
55
metadata:
66
documentation_uri: https://socketry.github.io/async-grpc/
77
source_code_uri: https://github.com/socketry/async-grpc.git
88
files:
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.

lib/async/grpc/version.rb

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

readme.md

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

2626
Please 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.

releases.md

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

3-
## Unreleased
3+
## v0.1.0

0 commit comments

Comments
 (0)