From e5ee68bebe94c8b7195b7fa97297792daedd7302 Mon Sep 17 00:00:00 2001 From: sergey-shandar Date: Tue, 17 Oct 2023 15:33:04 -0700 Subject: [PATCH 1/2] 0.3.0 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9edf8892..84cf6a81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.3.0 + +- Breaking change in the repository directory structure. Issue: [#78](https://github.com/datablockset/blockset/issues/78). ## 0.2.4 diff --git a/Cargo.toml b/Cargo.toml index 5000d239..93c36e55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "blockset" description = "Data Block Set" -version = "0.2.4" +version = "0.3.0" edition = "2021" license = "GPL-3.0-or-later" authors = ["Sergey Shandar"] From 05922787b1511c4ff7b394bf67e75c1e9f01e59d Mon Sep 17 00:00:00 2001 From: sergey-shandar Date: Tue, 17 Oct 2023 16:32:30 -0700 Subject: [PATCH 2/2] minor changes in CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84cf6a81..ea9447b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + ## 0.3.0 - Breaking change in the repository directory structure. Issue: [#78](https://github.com/datablockset/blockset/issues/78).