Skip to content

Commit 8b7f48b

Browse files
authored
chore(release): release main (#458)
🤖 I have created a release *beep* *boop* --- <details><summary>grzctl: 1.4.0</summary> ## [1.4.0](grzctl-v1.3.0...grzctl-v1.4.0) (2025-12-04) ### Features * **grz-db,grzctl:** add PostgreSQL support ([#459](#459)) ([9c0f941](9c0f941)) * **grz-pydantic-models:** add quarter date calculation functions ([d6a9618](d6a9618)) * **grzctl,grz-db:** add should-qc as db subcommand ([#473](#473)) ([d6a9618](d6a9618)) * **grzctl:** add grzctl db sync-from-inbox subcommand ([#472](#472)) ([57c49e1](57c49e1)), closes [#409](#409) ### Bug Fixes * **grzctl:** ignore submissions with null IDs in quarterly reports ([#466](#466)) ([0bd31aa](0bd31aa)) </details> <details><summary>grz-common: 1.6.0</summary> ## [1.6.0](grz-common-v1.5.0...grz-common-v1.6.0) (2025-12-04) ### Features * **grz-pydantic-models:** Add a thresholds model and implement check for oncomine panel submissions ([#469](#469)) ([165a37c](165a37c)), closes [#462](#462) ### Bug Fixes * **grz-common,grzctl:** submission date should be date of finished upload ([#460](#460)) ([907f194](907f194)) </details> <details><summary>grz-db: 1.2.0</summary> ## [1.2.0](grz-db-v1.1.0...grz-db-v1.2.0) (2025-12-04) ### Features * **grz-db,grzctl:** add PostgreSQL support ([#459](#459)) ([9c0f941](9c0f941)) * **grz-pydantic-models:** add quarter date calculation functions ([d6a9618](d6a9618)) * **grzctl,grz-db:** add should-qc as db subcommand ([#473](#473)) ([d6a9618](d6a9618)) ### Bug Fixes * **grz-db:** fix relation SQL Enum values ([#465](#465)) ([8bb7330](8bb7330)) </details> <details><summary>grz-pydantic-models: 2.5.0</summary> ## [2.5.0](grz-pydantic-models-v2.4.0...grz-pydantic-models-v2.5.0) (2025-12-04) ### Features * **grz-pydantic-models:** Add a thresholds model and implement check for oncomine panel submissions ([#469](#469)) ([165a37c](165a37c)), closes [#462](#462) * **grz-pydantic-models:** add quarter date calculation functions ([d6a9618](d6a9618)) * **grz-pydantic-models:** lower long-read base quality thresholds to match BfArM ([#461](#461)) ([d55800b](d55800b)) * **grzctl,grz-db:** add should-qc as db subcommand ([#473](#473)) ([d6a9618](d6a9618)) ### Bug Fixes * **grz-pydantic-models:** Check for presence of necessary labData depending on the genomicStudySubtype ([#443](#443)) ([6eac517](6eac517)) </details> <details><summary>grz-check: 0.2.1</summary> ## [0.2.1](grz-check-v0.2.0...grz-check-v0.2.1) (2025-12-04) ### Bug Fixes * **grz-check:** add minimum required rust version to pacakge definition ([253e618](253e618)), closes [#456](#456) * **grz-check:** add minimum required rust version to package definition ([#457](#457)) ([253e618](253e618)) </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 d6a9618 commit 8b7f48b

12 files changed

Lines changed: 75 additions & 11 deletions

File tree

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"packages/grz-cli": "1.5.0",
3-
"packages/grz-pydantic-models": "2.4.0",
4-
"packages/grz-db": "1.1.0",
5-
"packages/grz-common": "1.5.0",
6-
"packages/grzctl": "1.3.0",
7-
"packages/grz-check": "0.2.0"
3+
"packages/grz-pydantic-models": "2.5.0",
4+
"packages/grz-db": "1.2.0",
5+
"packages/grz-common": "1.6.0",
6+
"packages/grzctl": "1.4.0",
7+
"packages/grz-check": "0.2.1"
88
}

packages/grz-check/CHANGELOG.md

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

3+
## [0.2.1](https://github.com/BfArM-MVH/grz-tools/compare/grz-check-v0.2.0...grz-check-v0.2.1) (2025-12-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **grz-check:** add minimum required rust version to pacakge definition ([253e618](https://github.com/BfArM-MVH/grz-tools/commit/253e6189c6daeffa606e63a07908c1e24819aa6a)), closes [#456](https://github.com/BfArM-MVH/grz-tools/issues/456)
9+
* **grz-check:** add minimum required rust version to package definition ([#457](https://github.com/BfArM-MVH/grz-tools/issues/457)) ([253e618](https://github.com/BfArM-MVH/grz-tools/commit/253e6189c6daeffa606e63a07908c1e24819aa6a))
10+
311
## [0.2.0](https://github.com/BfArM-MVH/grz-tools/compare/grz-check-v0.1.0...grz-check-v0.2.0) (2025-10-23)
412

513

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.2.0"
3+
version = "0.2.1"
44
edition = "2024"
55
rust-version = "1.88"
66
license = "MIT"

packages/grz-common/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.6.0](https://github.com/BfArM-MVH/grz-tools/compare/grz-common-v1.5.0...grz-common-v1.6.0) (2025-12-04)
4+
5+
6+
### Features
7+
8+
* **grz-pydantic-models:** Add a thresholds model and implement check for oncomine panel submissions ([#469](https://github.com/BfArM-MVH/grz-tools/issues/469)) ([165a37c](https://github.com/BfArM-MVH/grz-tools/commit/165a37c697e1191c6c32d4162a32e531a18e2369)), closes [#462](https://github.com/BfArM-MVH/grz-tools/issues/462)
9+
10+
11+
### Bug Fixes
12+
13+
* **grz-common,grzctl:** submission date should be date of finished upload ([#460](https://github.com/BfArM-MVH/grz-tools/issues/460)) ([907f194](https://github.com/BfArM-MVH/grz-tools/commit/907f194dda3b14ea2b69189febf3e490430f2a5d))
14+
315
## [1.5.0](https://github.com/BfArM-MVH/grz-tools/compare/grz-common-v1.4.0...grz-common-v1.5.0) (2025-10-29)
416

517

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.5.0"
5+
__version__ = "1.6.0"

packages/grz-db/CHANGELOG.md

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

3+
## [1.2.0](https://github.com/BfArM-MVH/grz-tools/compare/grz-db-v1.1.0...grz-db-v1.2.0) (2025-12-04)
4+
5+
6+
### Features
7+
8+
* **grz-db,grzctl:** add PostgreSQL support ([#459](https://github.com/BfArM-MVH/grz-tools/issues/459)) ([9c0f941](https://github.com/BfArM-MVH/grz-tools/commit/9c0f941d156d19305d1603d65793f1a7dfda4756))
9+
* **grz-pydantic-models:** add quarter date calculation functions ([d6a9618](https://github.com/BfArM-MVH/grz-tools/commit/d6a96182ecf7d827fe6d7dc12dd1efe3cf94c47a))
10+
* **grzctl,grz-db:** add should-qc as db subcommand ([#473](https://github.com/BfArM-MVH/grz-tools/issues/473)) ([d6a9618](https://github.com/BfArM-MVH/grz-tools/commit/d6a96182ecf7d827fe6d7dc12dd1efe3cf94c47a))
11+
12+
13+
### Bug Fixes
14+
15+
* **grz-db:** fix relation SQL Enum values ([#465](https://github.com/BfArM-MVH/grz-tools/issues/465)) ([8bb7330](https://github.com/BfArM-MVH/grz-tools/commit/8bb733001b50df6d645d21d252dad91917afebf1))
16+
317
## [1.1.0](https://github.com/BfArM-MVH/grz-tools/compare/grz-db-v1.0.1...grz-db-v1.1.0) (2025-10-23)
418

519

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

packages/grz-pydantic-models/CHANGELOG.md

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

3+
## [2.5.0](https://github.com/BfArM-MVH/grz-tools/compare/grz-pydantic-models-v2.4.0...grz-pydantic-models-v2.5.0) (2025-12-04)
4+
5+
6+
### Features
7+
8+
* **grz-pydantic-models:** Add a thresholds model and implement check for oncomine panel submissions ([#469](https://github.com/BfArM-MVH/grz-tools/issues/469)) ([165a37c](https://github.com/BfArM-MVH/grz-tools/commit/165a37c697e1191c6c32d4162a32e531a18e2369)), closes [#462](https://github.com/BfArM-MVH/grz-tools/issues/462)
9+
* **grz-pydantic-models:** add quarter date calculation functions ([d6a9618](https://github.com/BfArM-MVH/grz-tools/commit/d6a96182ecf7d827fe6d7dc12dd1efe3cf94c47a))
10+
* **grz-pydantic-models:** lower long-read base quality thresholds to match BfArM ([#461](https://github.com/BfArM-MVH/grz-tools/issues/461)) ([d55800b](https://github.com/BfArM-MVH/grz-tools/commit/d55800b428e97b48d753b57fe59d1e66bb0aaeaf))
11+
* **grzctl,grz-db:** add should-qc as db subcommand ([#473](https://github.com/BfArM-MVH/grz-tools/issues/473)) ([d6a9618](https://github.com/BfArM-MVH/grz-tools/commit/d6a96182ecf7d827fe6d7dc12dd1efe3cf94c47a))
12+
13+
14+
### Bug Fixes
15+
16+
* **grz-pydantic-models:** Check for presence of necessary labData depending on the genomicStudySubtype ([#443](https://github.com/BfArM-MVH/grz-tools/issues/443)) ([6eac517](https://github.com/BfArM-MVH/grz-tools/commit/6eac517322efc3d0c40994f93d6d3c9fa7f55515))
17+
318
## [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)
419

520

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

0 commit comments

Comments
 (0)