Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 30, 2023
1 parent 531bcb1 commit 5d4a125
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

<!--next-version-placeholder-->

## v0.2.0 (2023-10-30)

### Feature

* Disable edit mode in gui ([`531bcb1`](https://github.com/cuinixam/kspl/commit/531bcb147bcffddc40968087d3e1f86f05f27084))
* Provide a list of parsed files ([`4f63a50`](https://github.com/cuinixam/kspl/commit/4f63a50320ecf3793e115ac0089e6044c46dec6c))

### Fix

* Variant name is not complete ([`ade8686`](https://github.com/cuinixam/kspl/commit/ade86867bc44cc9c99c0f77aa79861b3a50fd496))

## v0.1.0 (2023-09-18)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kspl"
version = "0.1.0"
version = "0.2.0"
description = "KConfig GUI for Software Product Lines with multiple variants."
authors = ["Cuinixam <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/kspl/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit 5d4a125

Please sign in to comment.