Skip to content

Commit 410a8cc

Browse files
committed
chore(release): release main
1 parent c4912e7 commit 410a8cc

11 files changed

Lines changed: 105 additions & 10 deletions

File tree

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"packages/grz-cli": "1.5.1",
3-
"packages/grz-pydantic-models": "2.5.0",
2+
"packages/grz-cli": "1.6.0",
3+
"packages/grz-pydantic-models": "2.6.0",
44
"packages/grz-pydantic-models-testing": "0.1.0",
5-
"packages/grz-db": "1.2.0",
6-
"packages/grz-common": "1.6.1",
7-
"packages/grzctl": "1.4.0",
5+
"packages/grz-db": "2.0.0",
6+
"packages/grz-common": "2.0.0",
7+
"packages/grzctl": "2.0.0",
88
"packages/grz-check": "0.2.1"
99
}

packages/grz-cli/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.6.0](https://github.com/BfArM-MVH/grz-tools/compare/grz-cli-v1.5.1...grz-cli-v1.6.0) (2026-04-27)
4+
5+
6+
### Features
7+
8+
* **grz-cli,grz-common:** Add version checks to upload/submit ([#477](https://github.com/BfArM-MVH/grz-tools/issues/477)) ([289683d](https://github.com/BfArM-MVH/grz-tools/commit/289683d6154df7fb175ad4db9671f28e1cdd0eb3))
9+
* **grzctl,grz-cli,grz-common:** Merge multiple configuration files ([#490](https://github.com/BfArM-MVH/grz-tools/issues/490)) ([8ae881d](https://github.com/BfArM-MVH/grz-tools/commit/8ae881d4f65882ae5d8823bdb00971eec246a395))
10+
11+
12+
### Bug Fixes
13+
14+
* **repo:** Update dependencies ([#498](https://github.com/BfArM-MVH/grz-tools/issues/498)) ([368dfdb](https://github.com/BfArM-MVH/grz-tools/commit/368dfdbaa703f17f0c290ea051be30f9be4bebf3))
15+
316
## [1.5.1](https://github.com/BfArM-MVH/grz-tools/compare/grz-cli-v1.5.0...grz-cli-v1.5.1) (2025-12-04)
417

518

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

packages/grz-common/CHANGELOG.md

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

3+
## [2.0.0](https://github.com/BfArM-MVH/grz-tools/compare/grz-common-v1.6.1...grz-common-v2.0.0) (2026-04-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **grzctl:** Automatically update submission state upon subcommand invocation ([#501](https://github.com/BfArM-MVH/grz-tools/issues/501))
9+
10+
### Features
11+
12+
* **grz-cli,grz-common:** Add version checks to upload/submit ([#477](https://github.com/BfArM-MVH/grz-tools/issues/477)) ([289683d](https://github.com/BfArM-MVH/grz-tools/commit/289683d6154df7fb175ad4db9671f28e1cdd0eb3))
13+
* **grzctl,grz-cli,grz-common:** Merge multiple configuration files ([#490](https://github.com/BfArM-MVH/grz-tools/issues/490)) ([8ae881d](https://github.com/BfArM-MVH/grz-tools/commit/8ae881d4f65882ae5d8823bdb00971eec246a395))
14+
* **grzctl:** Automatically update submission state upon subcommand invocation ([#501](https://github.com/BfArM-MVH/grz-tools/issues/501)) ([8953102](https://github.com/BfArM-MVH/grz-tools/commit/895310211d36796d995c37f1929a12458195d4c7))
15+
* **grzctl:** Improved redaction during archival ([#517](https://github.com/BfArM-MVH/grz-tools/issues/517)) ([a10e63f](https://github.com/BfArM-MVH/grz-tools/commit/a10e63ff4eadfc09b060509f004518dba01154df))
16+
17+
18+
### Bug Fixes
19+
20+
* **repo:** Update dependencies ([#498](https://github.com/BfArM-MVH/grz-tools/issues/498)) ([368dfdb](https://github.com/BfArM-MVH/grz-tools/commit/368dfdbaa703f17f0c290ea051be30f9be4bebf3))
21+
322
## [1.6.1](https://github.com/BfArM-MVH/grz-tools/compare/grz-common-v1.6.0...grz-common-v1.6.1) (2025-12-14)
423

524

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.6.1"
5+
__version__ = "2.0.0"

packages/grz-db/CHANGELOG.md

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

3+
## [2.0.0](https://github.com/BfArM-MVH/grz-tools/compare/grz-db-v1.2.0...grz-db-v2.0.0) (2026-04-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **grzctl:** Automatically update submission state upon subcommand invocation ([#501](https://github.com/BfArM-MVH/grz-tools/issues/501))
9+
10+
### Features
11+
12+
* **grz-db,grzctl:** add selected_for_qc submission column to submission database ([#531](https://github.com/BfArM-MVH/grz-tools/issues/531)) ([a753bd2](https://github.com/BfArM-MVH/grz-tools/commit/a753bd2f44a73fc113e10a736dd8c09f7c035b07))
13+
* **grzctl:** add state-based filtering to grzctl db list (latest by default) ([#523](https://github.com/BfArM-MVH/grz-tools/issues/523)) ([9a715f4](https://github.com/BfArM-MVH/grz-tools/commit/9a715f40ec80d149fe5ab2fbda383da9671ff332)), closes [#504](https://github.com/BfArM-MVH/grz-tools/issues/504)
14+
* **grzctl:** Automatically update submission state upon subcommand invocation ([#501](https://github.com/BfArM-MVH/grz-tools/issues/501)) ([8953102](https://github.com/BfArM-MVH/grz-tools/commit/895310211d36796d995c37f1929a12458195d4c7))
15+
16+
17+
### Bug Fixes
18+
19+
* **repo:** Update dependencies ([#498](https://github.com/BfArM-MVH/grz-tools/issues/498)) ([368dfdb](https://github.com/BfArM-MVH/grz-tools/commit/368dfdbaa703f17f0c290ea051be30f9be4bebf3))
20+
321
## [1.2.0](https://github.com/BfArM-MVH/grz-tools/compare/grz-db-v1.1.0...grz-db-v1.2.0) (2025-12-04)
422

523

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

packages/grz-pydantic-models/CHANGELOG.md

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

3+
## [2.6.0](https://github.com/BfArM-MVH/grz-tools/compare/grz-pydantic-models-v2.5.0...grz-pydantic-models-v2.6.0) (2026-04-27)
4+
5+
6+
### Features
7+
8+
* **grz-pydantic-models:** Enforce differring checksums for sequencing data ([#496](https://github.com/BfArM-MVH/grz-tools/issues/496)) ([2fc80db](https://github.com/BfArM-MVH/grz-tools/commit/2fc80db0dea956d8f820ce8f8212b6b402fd53ca)), closes [#430](https://github.com/BfArM-MVH/grz-tools/issues/430)
9+
* **grzctl:** implement Prüfbericht generation using submission ID from database ([#525](https://github.com/BfArM-MVH/grz-tools/issues/525)) ([fa09ffd](https://github.com/BfArM-MVH/grz-tools/commit/fa09ffda89a014614bbef51365ea0ac8d4af250f))
10+
* **grzctl:** Improved redaction during archival ([#517](https://github.com/BfArM-MVH/grz-tools/issues/517)) ([a10e63f](https://github.com/BfArM-MVH/grz-tools/commit/a10e63ff4eadfc09b060509f004518dba01154df))
11+
12+
13+
### Bug Fixes
14+
15+
* **grz-pydantic-models,grz-cli,grzctl:** Fix MII Consent Period to use datetime instead of date ([#491](https://github.com/BfArM-MVH/grz-tools/issues/491)) ([0eb69fd](https://github.com/BfArM-MVH/grz-tools/commit/0eb69fd9f0c63360ed19f20b1468ab0700270c81))
16+
* **grz-pydantic-models:** Change minReadLength default from 0 to -1 ([#506](https://github.com/BfArM-MVH/grz-tools/issues/506)) ([3e23d1c](https://github.com/BfArM-MVH/grz-tools/commit/3e23d1c29cdd98356a576f4da6806d89f3036c61))
17+
* **repo:** Update dependencies ([#498](https://github.com/BfArM-MVH/grz-tools/issues/498)) ([368dfdb](https://github.com/BfArM-MVH/grz-tools/commit/368dfdbaa703f17f0c290ea051be30f9be4bebf3))
18+
319
## [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)
420

521

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

packages/grzctl/CHANGELOG.md

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

3+
## [2.0.0](https://github.com/BfArM-MVH/grz-tools/compare/grzctl-v1.4.0...grzctl-v2.0.0) (2026-04-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **grzctl:** Automatically update submission state upon subcommand invocation ([#501](https://github.com/BfArM-MVH/grz-tools/issues/501))
9+
10+
### Features
11+
12+
* **grz-db,grzctl:** add selected_for_qc submission column to submission database ([#531](https://github.com/BfArM-MVH/grz-tools/issues/531)) ([a753bd2](https://github.com/BfArM-MVH/grz-tools/commit/a753bd2f44a73fc113e10a736dd8c09f7c035b07))
13+
* **grz-pydantic-models:** Enforce differring checksums for sequencing data ([#496](https://github.com/BfArM-MVH/grz-tools/issues/496)) ([2fc80db](https://github.com/BfArM-MVH/grz-tools/commit/2fc80db0dea956d8f820ce8f8212b6b402fd53ca)), closes [#430](https://github.com/BfArM-MVH/grz-tools/issues/430)
14+
* **grzctl,grz-cli,grz-common:** Merge multiple configuration files ([#490](https://github.com/BfArM-MVH/grz-tools/issues/490)) ([8ae881d](https://github.com/BfArM-MVH/grz-tools/commit/8ae881d4f65882ae5d8823bdb00971eec246a395))
15+
* **grzctl:** add --json output to db submission show ([69c398d](https://github.com/BfArM-MVH/grz-tools/commit/69c398db8591e6cf48fd0d3f2c2f288a03c6203a)), closes [#503](https://github.com/BfArM-MVH/grz-tools/issues/503)
16+
* **grzctl:** Add --json output to grzctl db submission show ([#510](https://github.com/BfArM-MVH/grz-tools/issues/510)) ([69c398d](https://github.com/BfArM-MVH/grz-tools/commit/69c398db8591e6cf48fd0d3f2c2f288a03c6203a))
17+
* **grzctl:** add state-based filtering to grzctl db list (latest by default) ([#523](https://github.com/BfArM-MVH/grz-tools/issues/523)) ([9a715f4](https://github.com/BfArM-MVH/grz-tools/commit/9a715f40ec80d149fe5ab2fbda383da9671ff332)), closes [#504](https://github.com/BfArM-MVH/grz-tools/issues/504)
18+
* **grzctl:** Automatically update submission state upon subcommand invocation ([#501](https://github.com/BfArM-MVH/grz-tools/issues/501)) ([8953102](https://github.com/BfArM-MVH/grz-tools/commit/895310211d36796d995c37f1929a12458195d4c7))
19+
* **grzctl:** implement Prüfbericht generation using submission ID from database ([#525](https://github.com/BfArM-MVH/grz-tools/issues/525)) ([fa09ffd](https://github.com/BfArM-MVH/grz-tools/commit/fa09ffda89a014614bbef51365ea0ac8d4af250f))
20+
* **grzctl:** Make 'identifiers.le' config optional for 'grzctl report' command ([#488](https://github.com/BfArM-MVH/grz-tools/issues/488)) ([f065e5a](https://github.com/BfArM-MVH/grz-tools/commit/f065e5a8115bd3ff791b0657ff2513c9e4c2f076))
21+
* **grzctl:** submission-id for grzctl report with option --with-submission-ids ([#539](https://github.com/BfArM-MVH/grz-tools/issues/539)) ([8765e88](https://github.com/BfArM-MVH/grz-tools/commit/8765e88627b0a3a7665e2711310cabd5b54d8972))
22+
23+
24+
### Bug Fixes
25+
26+
* **grz-pydantic-models,grz-cli,grzctl:** Fix MII Consent Period to use datetime instead of date ([#491](https://github.com/BfArM-MVH/grz-tools/issues/491)) ([0eb69fd](https://github.com/BfArM-MVH/grz-tools/commit/0eb69fd9f0c63360ed19f20b1468ab0700270c81))
27+
* **grzctl:** accept `THRESHOLD NOT MET` as valid QC status in populate-qc ([#529](https://github.com/BfArM-MVH/grz-tools/issues/529)) ([6dac1d4](https://github.com/BfArM-MVH/grz-tools/commit/6dac1d499947bd1f7e28adf7361dda40c6f45345))
28+
* **grzctl:** fix displayed QC stats ([#508](https://github.com/BfArM-MVH/grz-tools/issues/508)) ([4a175e7](https://github.com/BfArM-MVH/grz-tools/commit/4a175e7f8091fb3ded8e8354b89b6d2a243993cf)), closes [#451](https://github.com/BfArM-MVH/grz-tools/issues/451)
29+
* handle `THRESHOLD NOT MET` QCStatus in `populate-qc` command ([6dac1d4](https://github.com/BfArM-MVH/grz-tools/commit/6dac1d499947bd1f7e28adf7361dda40c6f45345))
30+
* **repo:** Update dependencies ([#498](https://github.com/BfArM-MVH/grz-tools/issues/498)) ([368dfdb](https://github.com/BfArM-MVH/grz-tools/commit/368dfdbaa703f17f0c290ea051be30f9be4bebf3))
31+
332
## [1.4.0](https://github.com/BfArM-MVH/grz-tools/compare/grzctl-v1.3.0...grzctl-v1.4.0) (2025-12-04)
433

534

0 commit comments

Comments
 (0)