diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7cebc8f..1536691 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.2 +current_version = 0.1.3 commit = True tag = True diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bfedd2..e76b844 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.3] - 2024-01-24 ### Changed * Plugin version is now source from V mod file. * CLAP plugin functions are directly V plugin structs methods (closures).