Skip to content

Commit 8a22c71

Browse files
authored
chore(release): release main (#421)
🤖 I have created a release *beep* *boop* --- <details><summary>grzctl: 1.1.0</summary> ## [1.1.0](grzctl-v1.0.1...grzctl-v1.1.0) (2025-10-23) ### Features * **grzctl:** Adapt report paths to BfArM specs ([#424](#424)) ([a7788e8](a7788e8)), closes [#422](#422) ### Bug Fixes * **grzctl:** automatic quarter determination ([#426](#426)) ([f7a9108](f7a9108)) </details> <details><summary>grz-common: 1.4.0</summary> ## [1.4.0](grz-common-v1.3.1...grz-common-v1.4.0) (2025-10-23) ### Features * **grz-common,grz-pydantic-models,grz-check:** use mean read length threshold ([#428](#428)) ([18db996](18db996)) ### Bug Fixes * **grz-common:** meanReadLength param None vs 0 ([#435](#435)) ([90538aa](90538aa)) * **grz-common:** resolve KeyError with long-read submissions ([#432](#432)) ([81bd0cb](81bd0cb)) </details> <details><summary>grz-pydantic-models: 2.4.0</summary> ## [2.4.0](grz-pydantic-models-v2.3.1...grz-pydantic-models-v2.4.0) (2025-10-23) ### Features * **grz-common,grz-pydantic-models,grz-check:** use mean read length threshold ([#428](#428)) ([18db996](18db996)) * **grz-pydantic-models:** allow deprecated to be used with or without parentheses ([#418](#418)) ([62b2ef3](62b2ef3)) ### Bug Fixes * **grz-pydantic-models:** ignore optional fields in required consent scope/category ([#429](#429)) ([f9fad57](f9fad57)) </details> <details><summary>grz-check: 0.2.0</summary> ## [0.2.0](grz-check-v0.1.0...grz-check-v0.2.0) (2025-10-23) ### Features * **grz-common,grz-pydantic-models,grz-check:** use mean read length threshold ([#428](#428)) ([18db996](18db996)) </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 90538aa commit 8a22c71

10 files changed

Lines changed: 54 additions & 9 deletions

File tree

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"packages/grz-cli": "1.3.1",
3-
"packages/grz-pydantic-models": "2.3.1",
3+
"packages/grz-pydantic-models": "2.4.0",
44
"packages/grz-db": "1.0.1",
5-
"packages/grz-common": "1.3.1",
6-
"packages/grzctl": "1.0.1",
7-
"packages/grz-check": "0.1.0"
5+
"packages/grz-common": "1.4.0",
6+
"packages/grzctl": "1.1.0",
7+
"packages/grz-check": "0.2.0"
88
}

packages/grz-check/CHANGELOG.md

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

3+
## [0.2.0](https://github.com/BfArM-MVH/grz-tools/compare/grz-check-v0.1.0...grz-check-v0.2.0) (2025-10-23)
4+
5+
6+
### Features
7+
8+
* **grz-common,grz-pydantic-models,grz-check:** use mean read length threshold ([#428](https://github.com/BfArM-MVH/grz-tools/issues/428)) ([18db996](https://github.com/BfArM-MVH/grz-tools/commit/18db99663f67b8883a038c61a765bcb1d2fb9edf))
9+
310
## 0.1.0 (2025-07-21)
411

512

packages/grz-check/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/grz-check/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "grz-check"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55
license = "MIT"
66
description = "grz-check is a tool for validating incoming files of Modellvorhaben §64e submissions to Genomrechenzentren (GRZ) in Germany."

packages/grz-common/CHANGELOG.md

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

3+
## [1.4.0](https://github.com/BfArM-MVH/grz-tools/compare/grz-common-v1.3.1...grz-common-v1.4.0) (2025-10-23)
4+
5+
6+
### Features
7+
8+
* **grz-common,grz-pydantic-models,grz-check:** use mean read length threshold ([#428](https://github.com/BfArM-MVH/grz-tools/issues/428)) ([18db996](https://github.com/BfArM-MVH/grz-tools/commit/18db99663f67b8883a038c61a765bcb1d2fb9edf))
9+
10+
11+
### Bug Fixes
12+
13+
* **grz-common:** meanReadLength param None vs 0 ([#435](https://github.com/BfArM-MVH/grz-tools/issues/435)) ([90538aa](https://github.com/BfArM-MVH/grz-tools/commit/90538aa6879b5f4e7c112cb7cb36ddb2ade3918c))
14+
* **grz-common:** resolve KeyError with long-read submissions ([#432](https://github.com/BfArM-MVH/grz-tools/issues/432)) ([81bd0cb](https://github.com/BfArM-MVH/grz-tools/commit/81bd0cbf411282c69352eb86b3fc53258bfe9cc1))
15+
316
## [1.3.1](https://github.com/BfArM-MVH/grz-tools/compare/grz-common-v1.3.0...grz-common-v1.3.1) (2025-10-13)
417

518

packages/grz-common/src/grz_common/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Common library for grz applications.
33
"""
44

5-
__version__ = "1.3.1"
5+
__version__ = "1.4.0"

packages/grz-pydantic-models/CHANGELOG.md

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

3+
## [2.4.0](https://github.com/BfArM-MVH/grz-tools/compare/grz-pydantic-models-v2.3.1...grz-pydantic-models-v2.4.0) (2025-10-23)
4+
5+
6+
### Features
7+
8+
* **grz-common,grz-pydantic-models,grz-check:** use mean read length threshold ([#428](https://github.com/BfArM-MVH/grz-tools/issues/428)) ([18db996](https://github.com/BfArM-MVH/grz-tools/commit/18db99663f67b8883a038c61a765bcb1d2fb9edf))
9+
* **grz-pydantic-models:** allow deprecated to be used with or without parentheses ([#418](https://github.com/BfArM-MVH/grz-tools/issues/418)) ([62b2ef3](https://github.com/BfArM-MVH/grz-tools/commit/62b2ef359ccc87cfea86a4f8ddb34e01e227e177))
10+
11+
12+
### Bug Fixes
13+
14+
* **grz-pydantic-models:** ignore optional fields in required consent scope/category ([#429](https://github.com/BfArM-MVH/grz-tools/issues/429)) ([f9fad57](https://github.com/BfArM-MVH/grz-tools/commit/f9fad573c16056cd24c9c26db0fa6d10c2e4e755))
15+
316
## [2.3.1](https://github.com/BfArM-MVH/grz-tools/compare/grz-pydantic-models-v2.3.0...grz-pydantic-models-v2.3.1) (2025-10-13)
417

518

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.1"
1+
__version__ = "2.4.0"

packages/grzctl/CHANGELOG.md

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

3+
## [1.1.0](https://github.com/BfArM-MVH/grz-tools/compare/grzctl-v1.0.1...grzctl-v1.1.0) (2025-10-23)
4+
5+
6+
### Features
7+
8+
* **grzctl:** Adapt report paths to BfArM specs ([#424](https://github.com/BfArM-MVH/grz-tools/issues/424)) ([a7788e8](https://github.com/BfArM-MVH/grz-tools/commit/a7788e8804e557c0556b3afaf909468ea0ba6c21)), closes [#422](https://github.com/BfArM-MVH/grz-tools/issues/422)
9+
10+
11+
### Bug Fixes
12+
13+
* **grzctl:** automatic quarter determination ([#426](https://github.com/BfArM-MVH/grz-tools/issues/426)) ([f7a9108](https://github.com/BfArM-MVH/grz-tools/commit/f7a9108ad8352936c890b10af89c362f22cb6fe6))
14+
315
## [1.0.1](https://github.com/BfArM-MVH/grz-tools/compare/grzctl-v1.0.0...grzctl-v1.0.1) (2025-10-13)
416

517

packages/grzctl/src/grzctl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
GRZ Control CLI for GRZ administrators.
33
"""
44

5-
__version__ = "1.0.1"
5+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)