Skip to content

Commit 6d774f6

Browse files
authored
chore(release): release main (#608)
🤖 I have created a release *beep* *boop* --- <details><summary>grzctl: 2.1.4</summary> ## [2.1.4](grzctl-v2.1.3...grzctl-v2.1.4) (2026-06-16) ### Bug Fixes * **grzctl:** take QC workflow version from the report in populate-qc ([#607](#607)) ([f1d60f8](f1d60f8)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent f1d60f8 commit 6d774f6

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"packages/grz-pydantic-models-testing": "0.1.0",
55
"packages/grz-db": "2.1.2",
66
"packages/grz-common": "2.1.0",
7-
"packages/grzctl": "2.1.3",
7+
"packages/grzctl": "2.1.4",
88
"packages/grz-check": "0.3.1"
99
}

packages/grzctl/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.4](https://github.com/BfArM-MVH/grz-tools/compare/grzctl-v2.1.3...grzctl-v2.1.4) (2026-06-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **grzctl:** take QC workflow version from the report in populate-qc ([#607](https://github.com/BfArM-MVH/grz-tools/issues/607)) ([f1d60f8](https://github.com/BfArM-MVH/grz-tools/commit/f1d60f846895abf7c7c511f565ef7c6e3e4e2e7e))
9+
310
## [2.1.3](https://github.com/BfArM-MVH/grz-tools/compare/grzctl-v2.1.2...grzctl-v2.1.3) (2026-06-08)
411

512

packages/grzctl/src/grzctl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from importlib.metadata import PackageNotFoundError, version
66

7-
__version__ = "2.1.3" # This version is managed by release-please
7+
__version__ = "2.1.4" # This version is managed by release-please
88

99

1010
def get_versions() -> dict[str, str | None]:

0 commit comments

Comments
 (0)