From db96a30c06b8cd95a210e046374fef6f1c3b01b9 Mon Sep 17 00:00:00 2001 From: Potuz Date: Thu, 15 Aug 2024 13:30:46 -0300 Subject: [PATCH] Update cargo, nim and makefile version to 0.2.0 --- Cargo.toml | 2 +- hashtree_abi.nimble | 2 +- src/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 30d5f1c..4912f9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hashtree-rs" -version = "0.1.0" +version = "0.2.0" authors = ["Potuz "] edition = "2021" description = "Rust bindings for the hashtree library" diff --git a/hashtree_abi.nimble b/hashtree_abi.nimble index 00af608..270bfcf 100644 --- a/hashtree_abi.nimble +++ b/hashtree_abi.nimble @@ -7,7 +7,7 @@ mode = ScriptMode.Verbose packageName = "hashtree_abi" -version = "0.1.0" +version = "0.2.0" author = "Prysmatic labs, Status Research and Development GmbH" description = "Low-level ABI package for hashtree, a SHA256 implementation specialized for merkle trees and 64-byte chunks" license = "MIT" diff --git a/src/Makefile b/src/Makefile index 4834ff1..ffb941b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -23,7 +23,7 @@ ############################################################################### # Constants and Configuration Variables ############################################################################### -VERSION := 0.1.0 +VERSION := 0.2.0 OUT_DIR ?= $(CURDIR)/../build BASE_DIR := $(CURDIR)/../ OBJ_DIR := $(OUT_DIR)/obj