Skip to content

Commit 475fc3b

Browse files
chore(main): release biotope 0.7.0 (#27)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 57f1872 commit 475fc3b

4 files changed

Lines changed: 10 additions & 3 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.6.1"
2+
".": "0.7.0"
33
}

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.7.0](https://github.com/biocypher/biotope/compare/biotope-v0.6.1...biotope-v0.7.0) (2026-05-25)
4+
5+
6+
### Features
7+
8+
* **API:** Croissant-driven KG workflow + agent-supported knowledge ingestion ([#23](https://github.com/biocypher/biotope/issues/23)) ([57f1872](https://github.com/biocypher/biotope/commit/57f18728b71383712f9415c99f7d07cdeb81dd5e))
9+
310
## [0.6.1](https://github.com/biocypher/biotope/compare/biotope-v0.6.0...biotope-v0.6.1) (2026-05-25)
411

512

biotope/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__all__ = ["cli"]
66

7-
__version__ = "0.6.1"
7+
__version__ = "0.7.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build-backend = "hatchling.build"
1212

1313
[project]
1414
name = "biotope"
15-
version = "0.6.1"
15+
version = "0.7.0"
1616
description = "CLI integration for BioCypher ecosystem packages"
1717
readme = "README.md"
1818
requires-python = ">=3.10,<3.13"

0 commit comments

Comments
 (0)