Skip to content

Commit 81c993a

Browse files
chore(main): release 0.1.4 (#11)
* chore(main): release 0.1.4 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Florian R. Hölzlwimmer <git.ich@frhoelzlwimmer.de>
1 parent 6b2d52e commit 81c993a

5 files changed

Lines changed: 15 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Install uv
26-
uses: astral-sh/setup-uv@v3
26+
uses: astral-sh/setup-uv@v5
2727
with:
2828
# Install a specific version of uv and enable caching.
29-
version: "0.5.3"
29+
version: "0.6.2"
3030
enable-cache: true
3131

3232
- name: Set up Python

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Install uv
16-
uses: astral-sh/setup-uv@v4
16+
uses: astral-sh/setup-uv@v5
1717
with:
1818
# Install a specific version of uv and enable caching.
19-
version: "0.5.3"
19+
version: "0.6.2"
2020
enable-cache: true
2121

2222
- name: Set up Python

CHANGELOG.md

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

3+
## [0.1.4](https://github.com/BfArM-MVH/grz-cli/compare/v0.1.3...v0.1.4) (2025-02-21)
4+
5+
6+
### Bug Fixes
7+
8+
* Add check for duplicate lab data names ([#8](https://github.com/BfArM-MVH/grz-cli/issues/8)) ([ca6fc5d](https://github.com/BfArM-MVH/grz-cli/commit/ca6fc5d3ce679f3e063ec4aa2050703600a94d0c))
9+
* Check if oncology samples have tumor cell counts. ([#7](https://github.com/BfArM-MVH/grz-cli/issues/7)) ([9341d9f](https://github.com/BfArM-MVH/grz-cli/commit/9341d9f30a3ad114d881452710f08c84fa9789ab))
10+
* Update metadata schema ([#9](https://github.com/BfArM-MVH/grz-cli/issues/9)) ([7ca7ab0](https://github.com/BfArM-MVH/grz-cli/commit/7ca7ab0a31289706bba9217a05ba75e401d34840))
11+
312
## 0.1.3 (2024-12-16)
413

514

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "grz-cli"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
description = "Tool for validation, encryption and upload of MV submissions to GDCs."
99
readme = "README.md"
1010
license = { text = "MIT" }

uv.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.

0 commit comments

Comments
 (0)