Skip to content

Commit 07ae0f6

Browse files
committed
chore(release): release main
1 parent 8126026 commit 07ae0f6

6 files changed

Lines changed: 19 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"packages/grz-cli": "1.6.0",
2+
"packages/grz-cli": "1.6.1",
33
"packages/grz-pydantic-models": "2.6.0",
44
"packages/grz-pydantic-models-testing": "0.1.0",
55
"packages/grz-db": "2.0.0",
66
"packages/grz-common": "2.0.1",
77
"packages/grzctl": "2.0.0",
8-
"packages/grz-check": "0.3.0"
8+
"packages/grz-check": "0.3.1"
99
}

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.3.1](https://github.com/BfArM-MVH/grz-tools/compare/grz-check-v0.3.0...grz-check-v0.3.1) (2026-05-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **grz-check:** minimum readlength check, seq len + qual len comparison ([#569](https://github.com/BfArM-MVH/grz-tools/issues/569)) ([265ce32](https://github.com/BfArM-MVH/grz-tools/commit/265ce3256ecb4fbe2b0b4253032cada17cff41f4))
9+
310
## [0.3.0](https://github.com/BfArM-MVH/grz-tools/compare/grz-check-v0.2.1...grz-check-v0.3.0) (2026-05-11)
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.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55
rust-version = "1.88"
66
license = "MIT"

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.6.1](https://github.com/BfArM-MVH/grz-tools/compare/grz-cli-v1.6.0...grz-cli-v1.6.1) (2026-05-15)
4+
5+
6+
### Documentation
7+
8+
* **repo:** add version-compatibility-check.md ([#571](https://github.com/BfArM-MVH/grz-tools/issues/571)) ([8126026](https://github.com/BfArM-MVH/grz-tools/commit/81260261d54d2ba3e314fefd28d8345f71d371d4))
9+
310
## [1.6.0](https://github.com/BfArM-MVH/grz-tools/compare/grz-cli-v1.5.1...grz-cli-v1.6.0) (2026-05-11)
411

512

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

0 commit comments

Comments
 (0)