From 7c2ff4d07ff6794d06cab6227b0bf5c87d66ec80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:05:21 -0800 Subject: [PATCH] chore: release main (#243) :robot: I have created a release *beep* *boop* ---
python-api: 1.3.0 ## [1.3.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v1.2.0...python-api-v1.3.0) (2024-11-14) ### Features * query cross-ontology terms imported into a supported ontology ([#232](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/232)) ([2e1a834](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/2e1a834ad87f5ca8097b5943727a768f7fadbcd3)) * update EFO to 3.71.0 ([#242](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/242)) ([7a92c0f](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/7a92c0fdb72b983c308da257594dc6be89f5c992)) ### Misc * add test to ensure all supported ontologies are supported by COG API ([#236](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/236)) ([56051f9](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/56051f97015ca0bf0ebbd9992ab6d66a9d3abec6))
ontology-assets: 1.2.0 ## [1.2.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/ontology-assets-v1.1.0...ontology-assets-v1.2.0) (2024-11-14) ### Features * prototype to support multiple prefixes ([#225](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/225)) ([dbcdd29](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/dbcdd297e2f06ca0f833cb293a7bc584d06ae738)) * update EFO to 3.71.0 ([#242](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/242)) ([7a92c0f](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/7a92c0fdb72b983c308da257594dc6be89f5c992))
--- 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 | 13 +++++++++++++ api/python/pyproject.toml | 2 +- api/python/src/cellxgene_ontology_guide/__init__.py | 2 +- ontology-assets/CHANGELOG.md | 8 ++++++++ 5 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 70c9ae08..7cfdfa76 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"api/python":"1.2.0","ontology-assets":"1.1.0",".":"0.0.1"} +{"api/python":"1.3.0","ontology-assets":"1.2.0",".":"0.0.1"} diff --git a/api/python/CHANGELOG.md b/api/python/CHANGELOG.md index 0a135629..75197ad7 100644 --- a/api/python/CHANGELOG.md +++ b/api/python/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.3.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v1.2.0...python-api-v1.3.0) (2024-11-14) + + +### Features + +* query cross-ontology terms imported into a supported ontology ([#232](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/232)) ([2e1a834](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/2e1a834ad87f5ca8097b5943727a768f7fadbcd3)) +* update EFO to 3.71.0 ([#242](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/242)) ([7a92c0f](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/7a92c0fdb72b983c308da257594dc6be89f5c992)) + + +### Misc + +* add test to ensure all supported ontologies are supported by COG API ([#236](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/236)) ([56051f9](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/56051f97015ca0bf0ebbd9992ab6d66a9d3abec6)) + ## [1.2.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v1.1.0...python-api-v1.2.0) (2024-09-04) diff --git a/api/python/pyproject.toml b/api/python/pyproject.toml index 88053fdc..6fb6ebd6 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 = "1.2.0" +version = "1.3.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 b10b2333..5c174a91 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__ = "1.2.0" +__version__ = "1.3.0" __all__ = ["curated_ontology_term_lists", "entities", "ontology_parser", "supported_versions"] diff --git a/ontology-assets/CHANGELOG.md b/ontology-assets/CHANGELOG.md index cec64bb7..f8586772 100644 --- a/ontology-assets/CHANGELOG.md +++ b/ontology-assets/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/ontology-assets-v1.1.0...ontology-assets-v1.2.0) (2024-11-14) + + +### Features + +* prototype to support multiple prefixes ([#225](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/225)) ([dbcdd29](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/dbcdd297e2f06ca0f833cb293a7bc584d06ae738)) +* update EFO to 3.71.0 ([#242](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/242)) ([7a92c0f](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/7a92c0fdb72b983c308da257594dc6be89f5c992)) + ## [1.1.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/ontology-assets-v1.0.2...ontology-assets-v1.1.0) (2024-09-04)