Skip to content

Commit 3ef41d4

Browse files
authored
Merge pull request #2 from compas-dev/release/v0.1.1
Release v0.1.1
2 parents 31e37f6 + efbd651 commit 3ef41d4

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
### Removed
15+
16+
17+
## [0.1.1] 2026-08-13
18+
19+
### Added
20+
21+
### Changed
22+
1423
* Changed `discover_source_bundles` to skip folders that contain none of `code.py`, `icon.png` and `metadata.json`, so a build target inside the source directory no longer breaks the build.
1524

1625
### Removed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ packages = ["src/ghpython_componentizer"]
5454
include = ["src", "tests", "README.md", "CHANGELOG.md", "LICENSE"]
5555

5656
[tool.bumpversion]
57-
current_version = "0.1.0"
57+
current_version = "0.1.1"
5858
message = "Bump version to {new_version}"
5959
commit = true
6060
tag = true

src/ghpython_componentizer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
package remains usable on machines without a .NET runtime.
1313
"""
1414

15-
__version__ = "0.1.0"
15+
__version__ = "0.1.1"
1616

1717
from typing import TYPE_CHECKING
1818

0 commit comments

Comments
 (0)