Skip to content

Commit 34ab4ba

Browse files
chore(main): release 0.2.0 (#16)
Co-authored-by: czi-github-helper[bot] <95879977+czi-github-helper[bot]@users.noreply.github.com>
1 parent 177ef61 commit 34ab4ba

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.1"
2+
".": "0.2.0"
33
}

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/chanzuckerberg/biohub-data-cli/compare/v0.1.1...v0.2.0) (2026-05-28)
4+
5+
6+
### Features
7+
8+
* integrate with backend endpoint ([#25](https://github.com/chanzuckerberg/biohub-data-cli/issues/25)) ([c0a36bf](https://github.com/chanzuckerberg/biohub-data-cli/commit/c0a36bf14924f596fb3f925fb0d523bb8b97d29f))
9+
* pick up backend url from build ([#19](https://github.com/chanzuckerberg/biohub-data-cli/issues/19)) ([f12d17e](https://github.com/chanzuckerberg/biohub-data-cli/commit/f12d17e1f31ca1c6294b612878a68b5250ca77c6))
10+
* update readme ([#15](https://github.com/chanzuckerberg/biohub-data-cli/issues/15)) ([254ceb8](https://github.com/chanzuckerberg/biohub-data-cli/commit/254ceb8bb55f54db321843f54894d26b7a411782))
11+
12+
13+
### Bug Fixes
14+
15+
* ctrl-c hang ([#20](https://github.com/chanzuckerberg/biohub-data-cli/issues/20)) ([46a4629](https://github.com/chanzuckerberg/biohub-data-cli/commit/46a4629418e655f4b8ceae9e84d371734fed7e93))
16+
* readme badge and ci ([#18](https://github.com/chanzuckerberg/biohub-data-cli/issues/18)) ([2abd54c](https://github.com/chanzuckerberg/biohub-data-cli/commit/2abd54c505235b4f0198cdaa4e01eed1df4c5da8))
17+
* tune s3 client retry behavior and add logging ([#22](https://github.com/chanzuckerberg/biohub-data-cli/issues/22)) ([540454a](https://github.com/chanzuckerberg/biohub-data-cli/commit/540454aefd00f0879236f2ad7f69bc05cf584fe8))
18+
319
## [0.1.1](https://github.com/chanzuckerberg/biohub-data-cli/compare/v0.1.0...v0.1.1) (2026-05-19)
420

521

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 = "biohub-data-cli"
7-
version = "0.1.1"
7+
version = "0.2.0"
88
description = "Biohub data CLI"
99
readme = "README.md"
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)