From 30a866c799ea5da08cd8e5af8ea258107e535358 Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Sun, 11 Sep 2022 20:07:16 -0300 Subject: [PATCH] Release 0.14.0-alpha.1 pallas@0.14.0-alpha.1 pallas-addresses@0.14.0-alpha.1 pallas-codec@0.14.0-alpha.1 pallas-crypto@0.14.0-alpha.1 pallas-miniprotocols@0.14.0-alpha.1 pallas-multiplexer@0.14.0-alpha.1 pallas-primitives@0.14.0-alpha.1 pallas-traverse@0.14.0-alpha.1 Generated by cargo-workspaces --- pallas-addresses/Cargo.toml | 2 +- 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 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pallas-addresses/Cargo.toml b/pallas-addresses/Cargo.toml index 7e352a0..0be01a9 100644 --- a/pallas-addresses/Cargo.toml +++ b/pallas-addresses/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-addresses" description = "Ergonomic library to work with different Cardano addresses" -version = "0.14.0-alpha.0" +version = "0.14.0-alpha.1" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-codec/Cargo.toml b/pallas-codec/Cargo.toml index d2d7e75..0295279 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.14.0-alpha.0" +version = "0.14.0-alpha.1" 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 c7af3e6..603f979 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.14.0-alpha.0" +version = "0.14.0-alpha.1" 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 f7e7f83..815ec68 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.14.0-alpha.0" +version = "0.14.0-alpha.1" 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 d87cb56..3e259ee 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.14.0-alpha.0" +version = "0.14.0-alpha.1" 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 93318a6..9cc17c9 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.14.0-alpha.0" +version = "0.14.0-alpha.1" 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 1704024..03d1fea 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.14.0-alpha.0" +version = "0.14.0-alpha.1" 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 ed9a242..f91bc68 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.14.0-alpha.0" +version = "0.14.0-alpha.1" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"