File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " bec_testing_plugin"
7- version = " 0.0 .0"
7+ version = " 0.1 .0"
88description = " A plugin repository for BEC"
99requires-python = " >=3.10"
1010classifiers = [
You can’t perform that action at this time.
0 commit comments