bump version patch

This commit is contained in:
Santiago Carmuega 2021-12-10 07:52:27 -03:00
parent 2022d0705b
commit 988ac7af12
9 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "pallas-alonzo"
description = "Ledger primitives and cbor codec for the Alonzo era"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"

View file

@ -1,7 +1,7 @@
[package]
name = "pallas-blockfetch"
description = "Implementation of the Ouroboros network blockfetch mini-protocol"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"

View file

@ -1,7 +1,7 @@
[package]
name = "pallas-chainsync"
description = "Implementation of the Ouroboros network chainsync mini-protocol"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"

View file

@ -1,7 +1,7 @@
[package]
name = "pallas-handshake"
description = "Implementation of the Ouroboros network handshake mini-protocol"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"

View file

@ -1,7 +1,7 @@
[package]
name = "pallas-localstate"
description = "Implementation of the Ouroboros network local state query mini-protocol"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"

View file

@ -1,7 +1,7 @@
[package]
name = "pallas-machines"
description = "A framework for implementing state machines for Ouroboros network mini-protocols"
version = "0.3.0"
version = "0.3.1"
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.3.0"
version = "0.3.1"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"

View file

@ -1,7 +1,7 @@
[package]
name = "pallas-txsubmission"
description = "Implementation of the Ouroboros network txsubmission mini-protocol"
version = "0.3.0"
version = "0.3.1"
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.3.0"
version = "0.3.1"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"