Skip to content

Commit

Permalink
release: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Feb 11, 2024
1 parent 03ec8f7 commit 47e53d6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.2.0"
current_version = "0.3.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion gen/dotnet/Utxorpc.Spec.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Utxorpc.Spec</PackageId>
<Version>0.2.0-alpha</Version>
<Version>0.3.0-alpha</Version>
<Authors>[email protected]</Authors>
<Company>TxPipe LLC</Company>
<PackageDescription>
Expand Down
2 changes: 1 addition & 1 deletion gen/haskell/utxorpc.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: utxorpc
version: 0.0.2.0
version: 0.0.3.0
synopsis: A gRPC interface for UTxO Blockchains
description: UTxO RPC (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:
.
Expand Down
2 changes: 1 addition & 1 deletion gen/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utxorpc/spec",
"version": "0.2.0",
"version": "0.3.0",
"description": "UTxO RPC auto-generated spec types & stubs",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion gen/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "utxorpc-spec"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "Auto-generated structs for the UTxO RPC spec"
repository = "https://github.com/utxorpc/spec"
Expand Down

0 comments on commit 47e53d6

Please sign in to comment.