Release 0.5.0-beta.0

pallas@0.5.0-beta.0
pallas-crypto@0.5.0-beta.0
pallas-miniprotocols@0.5.0-beta.0
pallas-multiplexer@0.5.0-beta.0
pallas-primitives@0.5.0-beta.0

Generated by cargo-workspaces
This commit is contained in:
Santiago Carmuega 2022-02-24 15:16:56 -03:00
parent 3280397c70
commit 3c6c6f3f40
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "pallas-crypto"
description = "Cryptographic primitives for Cardano"
version = "0.5.0-alpha.5"
version = "0.5.0-beta.0"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"

View file

@ -1,7 +1,7 @@
[package]
name = "pallas-miniprotocols"
description = "Implementation of the Ouroboros network mini-protocols state-machines"
version = "0.5.0-alpha.5"
version = "0.5.0-beta.0"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"

View file

@ -1,7 +1,7 @@
[package]
name = "pallas-multiplexer"
description = "Multithreaded Ouroboros multiplexer implementation using mpsc channels"
version = "0.5.0-alpha.5"
version = "0.5.0-beta.0"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"

View file

@ -1,7 +1,7 @@
[package]
name = "pallas-primitives"
description = "Ledger primitives and cbor codec for the different Cardano eras"
version = "0.5.0-alpha.5"
version = "0.5.0-beta.0"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"

View file

@ -1,7 +1,7 @@
[package]
name = "pallas"
description = "Rust-native building blocks for the Cardano blockchain ecosystem."
version = "0.5.0-alpha.5"
version = "0.5.0-beta.0"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"