Skip to content

Commit bb0dd50

Browse files
authored
chore(release): release main (#379)
🤖 I have created a release *beep* *boop* --- <details><summary>grz-cli: 1.3.0</summary> ## [1.3.0](grz-cli-v1.2.0...grz-cli-v1.3.0) (2025-10-07) ### Features * **grzctl,grz-cli:** bump required dependencies ([#402](#402)) ([9b7e6f6](9b7e6f6)) </details> <details><summary>grzctl: 1.0.0</summary> ## [1.0.0](grzctl-v0.6.0...grzctl-v1.0.0) (2025-10-07) ### ⚠ BREAKING CHANGES * **grzctl:** make pruefbericht submission a two step process ([#399](#399)) ### Features * **grz-pydantic-models:** allow MV consent revocation on non-initial ([1179499](1179499)) * **grzctl,grz-cli:** bump required dependencies ([#402](#402)) ([9b7e6f6](9b7e6f6)) * **grzctl:** add quarterly report export ([#376](#376)) ([1179499](1179499)) * **grzctl:** add TUI for browsing submission database ([#371](#371)) ([c296a30](c296a30)) * **grzctl:** make pruefbericht submission a two step process ([#399](#399)) ([10cdc13](10cdc13)) ### Bug Fixes * **grzctl:** correctly calculate default reporting quarter ([#398](#398)) ([e502bff](e502bff)) * **grzctl:** fix TUI crash on first date of new quarter ([#393](#393)) ([ca333ae](ca333ae)) * **grzctl:** refuse submission of pruefbericht with redacted tanG ([#380](#380)) ([6b6272e](6b6272e)) </details> <details><summary>grz-db: 1.0.0</summary> ## [1.0.0](grz-db-v0.6.0...grz-db-v1.0.0) (2025-10-07) ### Features * **grz-db:** bump required dependencies ([#401](#401)) ([f62a6e1](f62a6e1)) * **grz-pydantic-models:** allow MV consent revocation on non-initial ([1179499](1179499)) * **grzctl:** add quarterly report export ([#376](#376)) ([1179499](1179499)) </details> <details><summary>grz-pydantic-models: 2.3.0</summary> ## [2.3.0](grz-pydantic-models-v2.2.1...grz-pydantic-models-v2.3.0) (2025-10-07) ### Features * **grz-pydantic-models:** accept submission metadata v1.3 in validation ([#395](#395)) ([a3fc7ab](a3fc7ab)) * **grz-pydantic-models:** allow MV consent revocation on non-initial ([1179499](1179499)) * **grz-pydantic-models:** require valid scope in metadata v1.3+ ([#396](#396)) ([521b3a5](521b3a5)) * **grz-pydantic-models:** support metadata schema v1.3 ([#378](#378)) ([21a1ad5](21a1ad5)) * **grzctl:** add quarterly report export ([#376](#376)) ([1179499](1179499)) ### Bug Fixes * **grz-pydantic-models:** accept consent objects with no subprovisions ([#397](#397)) ([916ff64](916ff64)) </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 9b7e6f6 commit bb0dd50

9 files changed

Lines changed: 62 additions & 8 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
{
2-
"packages/grz-cli": "1.2.0",
3-
"packages/grz-pydantic-models": "2.2.1",
4-
"packages/grz-db": "0.6.0",
2+
"packages/grz-cli": "1.3.0",
3+
"packages/grz-pydantic-models": "2.3.0",
4+
"packages/grz-db": "1.0.0",
55
"packages/grz-common": "1.3.0",
6-
"packages/grzctl": "0.6.0",
6+
"packages/grzctl": "1.0.0",
77
"packages/grz-check": "0.1.0"
88
}

packages/grz-cli/CHANGELOG.md

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

3+
## [1.3.0](https://github.com/BfArM-MVH/grz-tools/compare/grz-cli-v1.2.0...grz-cli-v1.3.0) (2025-10-07)
4+
5+
6+
### Features
7+
8+
* **grzctl,grz-cli:** bump required dependencies ([#402](https://github.com/BfArM-MVH/grz-tools/issues/402)) ([9b7e6f6](https://github.com/BfArM-MVH/grz-tools/commit/9b7e6f6e97c603efb335c0e339a3bc08ea2b2da8))
9+
310
## [1.2.0](https://github.com/BfArM-MVH/grz-tools/compare/grz-cli-v1.1.2...grz-cli-v1.2.0) (2025-08-19)
411

512

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

packages/grz-db/CHANGELOG.md

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

3+
## [1.0.0](https://github.com/BfArM-MVH/grz-tools/compare/grz-db-v0.6.0...grz-db-v1.0.0) (2025-10-07)
4+
5+
6+
### Features
7+
8+
* **grz-db:** bump required dependencies ([#401](https://github.com/BfArM-MVH/grz-tools/issues/401)) ([f62a6e1](https://github.com/BfArM-MVH/grz-tools/commit/f62a6e1982f7cd43210d9abf1856f7a46607092c))
9+
* **grz-pydantic-models:** allow MV consent revocation on non-initial ([1179499](https://github.com/BfArM-MVH/grz-tools/commit/117949907151b612251ce5680d709d335f0e9427))
10+
* **grzctl:** add quarterly report export ([#376](https://github.com/BfArM-MVH/grz-tools/issues/376)) ([1179499](https://github.com/BfArM-MVH/grz-tools/commit/117949907151b612251ce5680d709d335f0e9427))
11+
312
## [0.6.0](https://github.com/BfArM-MVH/grz-tools/compare/grz-db-v0.5.0...grz-db-v0.6.0) (2025-08-27)
413

514

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.0"
1+
__version__ = "1.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.3.0](https://github.com/BfArM-MVH/grz-tools/compare/grz-pydantic-models-v2.2.1...grz-pydantic-models-v2.3.0) (2025-10-07)
4+
5+
6+
### Features
7+
8+
* **grz-pydantic-models:** accept submission metadata v1.3 in validation ([#395](https://github.com/BfArM-MVH/grz-tools/issues/395)) ([a3fc7ab](https://github.com/BfArM-MVH/grz-tools/commit/a3fc7ab27c8834a687fa1d7078aa8557e63e0d30))
9+
* **grz-pydantic-models:** allow MV consent revocation on non-initial ([1179499](https://github.com/BfArM-MVH/grz-tools/commit/117949907151b612251ce5680d709d335f0e9427))
10+
* **grz-pydantic-models:** require valid scope in metadata v1.3+ ([#396](https://github.com/BfArM-MVH/grz-tools/issues/396)) ([521b3a5](https://github.com/BfArM-MVH/grz-tools/commit/521b3a579464ff938c3abf2a0fb1e11e8f83d79a))
11+
* **grz-pydantic-models:** support metadata schema v1.3 ([#378](https://github.com/BfArM-MVH/grz-tools/issues/378)) ([21a1ad5](https://github.com/BfArM-MVH/grz-tools/commit/21a1ad53eec40c554f6e1b3205620f6e0cb5033d))
12+
* **grzctl:** add quarterly report export ([#376](https://github.com/BfArM-MVH/grz-tools/issues/376)) ([1179499](https://github.com/BfArM-MVH/grz-tools/commit/117949907151b612251ce5680d709d335f0e9427))
13+
14+
15+
### Bug Fixes
16+
17+
* **grz-pydantic-models:** accept consent objects with no subprovisions ([#397](https://github.com/BfArM-MVH/grz-tools/issues/397)) ([916ff64](https://github.com/BfArM-MVH/grz-tools/commit/916ff644d54c51a24a0916afc23203b44bbe5150))
18+
319
## [2.2.1](https://github.com/BfArM-MVH/grz-tools/compare/grz-pydantic-models-v2.2.0...grz-pydantic-models-v2.2.1) (2025-08-19)
420

521

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

packages/grzctl/CHANGELOG.md

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

3+
## [1.0.0](https://github.com/BfArM-MVH/grz-tools/compare/grzctl-v0.6.0...grzctl-v1.0.0) (2025-10-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **grzctl:** make pruefbericht submission a two step process ([#399](https://github.com/BfArM-MVH/grz-tools/issues/399))
9+
10+
### Features
11+
12+
* **grz-pydantic-models:** allow MV consent revocation on non-initial ([1179499](https://github.com/BfArM-MVH/grz-tools/commit/117949907151b612251ce5680d709d335f0e9427))
13+
* **grzctl,grz-cli:** bump required dependencies ([#402](https://github.com/BfArM-MVH/grz-tools/issues/402)) ([9b7e6f6](https://github.com/BfArM-MVH/grz-tools/commit/9b7e6f6e97c603efb335c0e339a3bc08ea2b2da8))
14+
* **grzctl:** add quarterly report export ([#376](https://github.com/BfArM-MVH/grz-tools/issues/376)) ([1179499](https://github.com/BfArM-MVH/grz-tools/commit/117949907151b612251ce5680d709d335f0e9427))
15+
* **grzctl:** add TUI for browsing submission database ([#371](https://github.com/BfArM-MVH/grz-tools/issues/371)) ([c296a30](https://github.com/BfArM-MVH/grz-tools/commit/c296a30676adcc01281affb024da26d260476442))
16+
* **grzctl:** make pruefbericht submission a two step process ([#399](https://github.com/BfArM-MVH/grz-tools/issues/399)) ([10cdc13](https://github.com/BfArM-MVH/grz-tools/commit/10cdc13bac9b6c07616dbeffcc70537ae3dad691))
17+
18+
19+
### Bug Fixes
20+
21+
* **grzctl:** correctly calculate default reporting quarter ([#398](https://github.com/BfArM-MVH/grz-tools/issues/398)) ([e502bff](https://github.com/BfArM-MVH/grz-tools/commit/e502bff2ee863e2cf8a0e9071e3ad8b8d836c9ef))
22+
* **grzctl:** fix TUI crash on first date of new quarter ([#393](https://github.com/BfArM-MVH/grz-tools/issues/393)) ([ca333ae](https://github.com/BfArM-MVH/grz-tools/commit/ca333aea40766f2c334154a6e0c6bc27f9af5d4a))
23+
* **grzctl:** refuse submission of pruefbericht with redacted tanG ([#380](https://github.com/BfArM-MVH/grz-tools/issues/380)) ([6b6272e](https://github.com/BfArM-MVH/grz-tools/commit/6b6272e18a51d8aaf3559a3f22173852b4ce06d6))
24+
325
## [0.6.0](https://github.com/BfArM-MVH/grz-tools/compare/grzctl-v0.5.0...grzctl-v0.6.0) (2025-08-27)
426

527

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__ = "0.6.0"
5+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)