From efe86f7293a30bf1c18902bc06ed7a07662991ee Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Thu, 26 Jan 2023 16:40:56 -0300 Subject: [PATCH] Release v0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c730229..b050a7e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1505,7 +1505,7 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "scrolls" -version = "0.4.3" +version = "0.5.0" dependencies = [ "bech32 0.8.1", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6fe19582..b2c90928 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "scrolls" description = "Cardano Scrolls" -version = "0.4.3" +version = "0.5.0" edition = "2021" repository = "https://github.com/txpipe/scrolls" homepage = "https://github.com/txpipe/scrolls"