From a8f5991198f5825b35652f171aa4b456444a3ef4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 13:27:17 -0400 Subject: [PATCH] chore: release main (#201) --- .release-please-manifest.json | 2 +- api/python/CHANGELOG.md | 7 +++++++ api/python/pyproject.toml | 2 +- api/python/src/cellxgene_ontology_guide/__init__.py | 2 +- ontology-assets/CHANGELOG.md | 7 +++++++ 5 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f2c630fa..42c8a94f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"api/python":"0.7.1","ontology-assets":"0.4.0",".":"0.0.1"} +{"api/python":"0.8.0","ontology-assets":"0.5.0",".":"0.0.1"} diff --git a/api/python/CHANGELOG.md b/api/python/CHANGELOG.md index 33d3adb9..ea0a47a7 100644 --- a/api/python/CHANGELOG.md +++ b/api/python/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v0.7.1...python-api-v0.8.0) (2024-04-15) + + +### Features + +* fetch ontology term synonyms ([#200](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/200)) ([89c1725](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/89c1725bcb1a267229e43f136ea2d8941cb4a3bb)) + ## [0.7.1](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v0.7.0...python-api-v0.7.1) (2024-04-12) diff --git a/api/python/pyproject.toml b/api/python/pyproject.toml index 99a54808..3d2ab3fb 100644 --- a/api/python/pyproject.toml +++ b/api/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cellxgene_ontology_guide" -version = "0.7.1" +version = "0.8.0" description = "Access ontology metadata used by CZ cellxgene" authors = [ { name = "Chan Zuckerberg Initiative Foundation", email = "cellxgene@chanzuckerberg.com" } diff --git a/api/python/src/cellxgene_ontology_guide/__init__.py b/api/python/src/cellxgene_ontology_guide/__init__.py index fa2ac5d0..2d0c94d4 100644 --- a/api/python/src/cellxgene_ontology_guide/__init__.py +++ b/api/python/src/cellxgene_ontology_guide/__init__.py @@ -19,5 +19,5 @@ .. include:: ../../CHANGELOG.md """ -__version__ = "0.7.1" +__version__ = "0.8.0" __all__ = ["curated_ontology_term_lists", "entities", "ontology_parser", "supported_versions"] diff --git a/ontology-assets/CHANGELOG.md b/ontology-assets/CHANGELOG.md index 023421bc..376bd4b5 100644 --- a/ontology-assets/CHANGELOG.md +++ b/ontology-assets/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/ontology-assets-v0.4.0...ontology-assets-v0.5.0) (2024-04-15) + + +### Features + +* fetch ontology term synonyms ([#200](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/200)) ([89c1725](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/89c1725bcb1a267229e43f136ea2d8941cb4a3bb)) + ## [0.4.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/ontology-assets-v0.3.0...ontology-assets-v0.4.0) (2024-04-11)