Skip to content

Commit 835a4ce

Browse files
committed
chore: release v0.2.0
Signed-off-by: Dennis Zhuang <killme2008@gmail.com>
1 parent 778bb40 commit 835a4ce

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.2.0] - 2026-04-21
99

1010
### Added
1111

src/GreptimeDB.Ingester.Grpc/GreptimeDB.Ingester.Grpc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<PackageId>GreptimeDB.Ingester.Grpc</PackageId>
55
<Description>Generated gRPC client code for GreptimeDB</Description>
6-
<Version>1.0.0</Version>
6+
<Version>0.2.0</Version>
77
<!-- Disable doc generation for generated code -->
88
<GenerateDocumentationFile>false</GenerateDocumentationFile>
99
<NoWarn>$(NoWarn);CS1591;CS1570</NoWarn>

src/GreptimeDB.Ingester/GreptimeDB.Ingester.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<PackageId>GreptimeDB.Ingester</PackageId>
55
<Description>GreptimeDB .NET ingester SDK for writing time-series data via gRPC</Description>
6-
<Version>1.0.0</Version>
6+
<Version>0.2.0</Version>
77
</PropertyGroup>
88

99
<!-- Allow test project to access internal types -->

0 commit comments

Comments
 (0)