We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6860355 commit 4bc8212Copy full SHA for 4bc8212
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.0
+current_version = 0.1.1
3
commit = True
4
tag = True
5
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/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [Unreleased]
+## [0.1.1] - 2024-02-28
9
### Changed
10
* Main headers ported from C.
11
v.mod
@@ -1,7 +1,7 @@
Module {
name: 'clap'
description: 'Low-level wrapper for CLAP plugin API'
- version: '0.1.0'
+ version: '0.1.1'
license: 'MIT'
dependencies: []
}
0 commit comments