From e7f76378c4d3e5bbfc13d2a503a48071eecc994e Mon Sep 17 00:00:00 2001 From: Michal Odnous Date: Wed, 17 Jan 2024 23:21:36 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 +-- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d2ee481..ddf7ed1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = True @@ -8,4 +8,3 @@ tag = True [bumpversion:file:CHANGELOG.md] search = [Unreleased] replace = [{new_version}] - {utcnow:%Y-%m-%d} - diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e050ae..83ec394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.1.1] - 2024-01-17 ### Changed - Aligned the minimal plugin example with the template from CLAP repository.