We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce3e28 commit 9d4ebb2Copy full SHA for 9d4ebb2
2 files changed
CHANGELOG.md
@@ -1,6 +1,17 @@
1
# CHANGELOG
2
3
4
+## v0.2.0 (2025-12-11)
5
+
6
+### Features
7
8
+- Add a macro function for testing
9
+ ([`7ce3e28`](https://github.com/bec-project/bec_testing_plugin/commit/7ce3e280ba95bb105d571c8fdf15552dc9830084))
10
11
12
+ ([`7c777f2`](https://github.com/bec-project/bec_testing_plugin/commit/7c777f2acd05c22239f91349f4609fa7a773e2a7))
13
14
15
## v0.1.0 (2025-12-09)
16
17
### Bug Fixes
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_testing_plugin"
-version = "0.1.0"
+version = "0.2.0"
description = "A plugin repository for BEC"
requires-python = ">=3.10"
classifiers = [
0 commit comments