Skip to content

Commit 5b908aa

Browse files
author
semantic-release
committed
0.1.0
Automatically generated by python-semantic-release
1 parent cfe657b commit 5b908aa

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# CHANGELOG
2+
3+
4+
## v0.1.0 (2025-12-09)
5+
6+
### Bug Fixes
7+
8+
- Add kwargs to widget plugins
9+
([`66ac6c9`](https://github.com/bec-project/bec_testing_plugin/commit/66ac6c9eda5430d5e5ff96571033edd66f8172dd))
10+
11+
- Add release pipeline
12+
([`9180f34`](https://github.com/bec-project/bec_testing_plugin/commit/9180f34a7e4bdd5e24601cee224581e792294cd3))
13+
14+
- Resolve merge conflict
15+
([`2ab0c49`](https://github.com/bec-project/bec_testing_plugin/commit/2ab0c493cbf6dab42c0cd6f05f2fe7533c73fb47))
16+
17+
### Chores
18+
19+
- Update release config in pyproject
20+
([`cfe657b`](https://github.com/bec-project/bec_testing_plugin/commit/cfe657b8fd16eaebba7c2c2ce980ef082433b449))
21+
22+
### Continuous Integration
23+
24+
- Rename .gitea to .github
25+
([`c3f106f`](https://github.com/bec-project/bec_testing_plugin/commit/c3f106f0e88ec3f2b742078bac63d74cfeaf98df))
26+
27+
### Documentation
28+
29+
- Add README
30+
([`cc3188f`](https://github.com/bec-project/bec_testing_plugin/commit/cc3188f66f5fddc830ea2f8afe62516739dbb2d9))
31+
32+
### Features
33+
34+
- Add a custom scan and metadata schema
35+
([`2a95393`](https://github.com/bec-project/bec_testing_plugin/commit/2a95393b1df111fe654f61bd635011b13fba692a))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bec_testing_plugin"
7-
version = "0.0.0"
7+
version = "0.1.0"
88
description = "A plugin repository for BEC"
99
requires-python = ">=3.10"
1010
classifiers = [

0 commit comments

Comments
 (0)