Skip to content

Commit ce1647d

Browse files
committed
release: v0.9.0
1 parent 96be507 commit ce1647d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.8.0"
2+
current_version = "0.9.0"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

gen/dotnet/Utxorpc.Spec.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<PackageId>Utxorpc.Spec</PackageId>
8-
<Version>0.8.0-alpha</Version>
8+
<Version>0.9.0-alpha</Version>
99
<Authors>[email protected]</Authors>
1010
<Company>TxPipe LLC</Company>
1111
<PackageDescription>

gen/haskell/utxorpc.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: utxorpc
4-
version: 0.0.8.0
4+
version: 0.0.9.0
55
synopsis: Generated code for a gRPC interface for UTxO Blockchains
66
description: [UTxO RPC](https://utxorpc.org/) (u5c for short) is an interface tailored for interactions with UTxO-based blockchains, prioritizing performance and developer experience. By providing a common contract, a range of SDKs, and thorough documentation, UTxO RPC aims to facilitate:
77

gen/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@utxorpc/spec",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "UTxO RPC auto-generated spec types & stubs",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

gen/rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "utxorpc-spec"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2021"
55
description = "Auto-generated structs for the UTxO RPC spec"
66
repository = "https://github.com/utxorpc/spec"

0 commit comments

Comments
 (0)