Skip to content

Commit

Permalink
release: v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Dec 9, 2024
1 parent a169380 commit f6775e0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.13.0"
current_version = "0.14.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.13.0-alpha</Version>
<Version>0.14.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.13.0
version: 0.0.14.0
synopsis: Generated code for a gRPC interface for UTxO Blockchains
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:

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.13.0",
"version": "0.14.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/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry] # https://python-poetry.org/docs/pyproject/
name = "utxorpc-spec"
version = "0.13.0"
version = "0.14.0"
description = "Auto-generated structs for the UTxO RPC spec."
authors = ["Felipe Gonzalez <[email protected]>"]
readme = "README.md"
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.13.0"
version = "0.14.0"
edition = "2021"
description = "Auto-generated structs for the UTxO RPC spec"
repository = "https://github.com/utxorpc/spec"
Expand Down

0 comments on commit f6775e0

Please sign in to comment.