From 986342acdeb0abd419e7c20f62bea2821ecc7496 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 13:15:41 -0700 Subject: [PATCH] chore: release main (#187) :robot: I have created a release *beep* *boop* ---
python-api: 0.6.0 ## [0.6.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v0.5.0...python-api-v0.6.0) (2024-04-09) ### Features * add get_term_children and get_term_parents ([#186](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/186)) ([dfcd2c2](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/dfcd2c26f10196adab8bc3233e0f25dc5a214534))
--- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- api/python/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5d65a8b..15bb7421 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"api/python":"0.5.0","ontology-assets":"0.3.0",".":"0.0.1"} +{"api/python":"0.6.0","ontology-assets":"0.3.0",".":"0.0.1"} diff --git a/api/python/CHANGELOG.md b/api/python/CHANGELOG.md index c6867294..96dcf242 100644 --- a/api/python/CHANGELOG.md +++ b/api/python/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v0.5.0...python-api-v0.6.0) (2024-04-09) + + +### Features + +* add get_term_children and get_term_parents ([#186](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/186)) ([dfcd2c2](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/dfcd2c26f10196adab8bc3233e0f25dc5a214534)) + ## [0.5.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v0.4.0...python-api-v0.5.0) (2024-04-09)