Skip to content

Commit

Permalink
release: v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Jul 28, 2024
1 parent 7a34b65 commit 0f38bee
Show file tree
Hide file tree
Showing 5 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.7.0"
current_version = "0.8.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.7.0-alpha</Version>
<Version>0.8.0-alpha</Version>
<Authors>[email protected]</Authors>
<Company>TxPipe LLC</Company>
<PackageDescription>
Expand Down
4 changes: 2 additions & 2 deletions 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.7.0
version: 0.0.8.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 Expand Up @@ -43,5 +43,5 @@ library
, proto-lens >= 0.7.1 && < 0.8
-- >= 0.7.2 required as it contains support for `FieldMask`
, proto-lens-protobuf-types >= 0.7.2 && < 0.8
, proto-lens-runtime >= 0.7.0 && < 0.8
, proto-lens-runtime >= 0.8.0 && < 0.8
default-language: Haskell2010
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.7.0",
"version": "0.8.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.7.0"
version = "0.8.0"
edition = "2021"
description = "Auto-generated structs for the UTxO RPC spec"
repository = "https://github.com/utxorpc/spec"
Expand Down

0 comments on commit 0f38bee

Please sign in to comment.