From b68a278529074d9f419d895e05e37b2a4d90d7ea Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Mon, 20 Jun 2022 22:20:13 -0300 Subject: [PATCH] Release 0.11.0-beta.0 pallas@0.11.0-beta.0 pallas-codec@0.11.0-beta.0 pallas-crypto@0.11.0-beta.0 pallas-miniprotocols@0.11.0-beta.0 pallas-multiplexer@0.11.0-beta.0 pallas-primitives@0.11.0-beta.0 pallas-traverse@0.11.0-beta.0 Generated by cargo-workspaces --- pallas-codec/Cargo.toml | 2 +- pallas-crypto/Cargo.toml | 2 +- pallas-miniprotocols/Cargo.toml | 2 +- pallas-multiplexer/Cargo.toml | 2 +- pallas-primitives/Cargo.toml | 2 +- pallas-traverse/Cargo.toml | 2 +- pallas/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pallas-codec/Cargo.toml b/pallas-codec/Cargo.toml index 686746d..b53176b 100644 --- a/pallas-codec/Cargo.toml +++ b/pallas-codec/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-codec" description = "Pallas common CBOR encoding interface and utilities" -version = "0.11.0-alpha.2" +version = "0.11.0-beta.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-crypto/Cargo.toml b/pallas-crypto/Cargo.toml index 8e86552..e0ae2b6 100644 --- a/pallas-crypto/Cargo.toml +++ b/pallas-crypto/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-crypto" description = "Cryptographic primitives for Cardano" -version = "0.11.0-alpha.2" +version = "0.11.0-beta.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-miniprotocols/Cargo.toml b/pallas-miniprotocols/Cargo.toml index ee5e8bd..3840934 100644 --- a/pallas-miniprotocols/Cargo.toml +++ b/pallas-miniprotocols/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-miniprotocols" description = "Implementation of the Ouroboros network mini-protocols state-machines" -version = "0.11.0-alpha.2" +version = "0.11.0-beta.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-multiplexer/Cargo.toml b/pallas-multiplexer/Cargo.toml index 3f1cd68..b8b6dfe 100644 --- a/pallas-multiplexer/Cargo.toml +++ b/pallas-multiplexer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-multiplexer" description = "Multithreaded Ouroboros multiplexer implementation using mpsc channels" -version = "0.11.0-alpha.2" +version = "0.11.0-beta.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-primitives/Cargo.toml b/pallas-primitives/Cargo.toml index 4757755..0f19f86 100644 --- a/pallas-primitives/Cargo.toml +++ b/pallas-primitives/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-primitives" description = "Ledger primitives and cbor codec for the different Cardano eras" -version = "0.11.0-alpha.2" +version = "0.11.0-beta.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-traverse/Cargo.toml b/pallas-traverse/Cargo.toml index 41f2d77..61871a4 100644 --- a/pallas-traverse/Cargo.toml +++ b/pallas-traverse/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-traverse" description = "Utilities to traverse over multi-era block data" -version = "0.11.0-alpha.2" +version = "0.11.0-beta.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas/Cargo.toml b/pallas/Cargo.toml index b2794c7..f7269a8 100644 --- a/pallas/Cargo.toml +++ b/pallas/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas" description = "Rust-native building blocks for the Cardano blockchain ecosystem." -version = "0.11.0-alpha.2" +version = "0.11.0-beta.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"