From 6e0ead2185d02c1138a9abe695850a0086a4aecd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:00:21 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- api/python/CHANGELOG.md | 19 +++++++++++++++++++ ontology-assets/CHANGELOG.md | 12 ++++++++++++ 3 files changed, 32 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d6d475f7..b2a81fd8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"api/python":"0.1.2","ontology-assets":"0.1.0",".":"0.0.1"} +{"api/python":"0.2.0","ontology-assets":"0.2.0",".":"0.0.1"} diff --git a/api/python/CHANGELOG.md b/api/python/CHANGELOG.md index 6cf206f9..a0f89472 100644 --- a/api/python/CHANGELOG.md +++ b/api/python/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.2.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v0.1.2...python-api-v0.2.0) (2024-03-25) + + +### Features + +* add function to fetch curated ontology term lists ([#141](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/141)) ([5c7db62](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/5c7db62672512f1b00b1380db77b8f06dbbfb000)) + + +### Misc + +* enable code coverage ([#143](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/143)) ([c52c436](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/c52c436de8b7c919bcf063dc2c4be79a146ad0f4)) +* use trusted publisher to publish pypi package. ([#137](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/137)) ([5fc917b](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/5fc917bc49211acb3c4988e1729a6610b111ffe3)) + + +### BugFixes + +* make constant.py private ([46d04a4](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/46d04a450f07e7a45e607d379a061f237df2e771)) +* typos ([76ae9fa](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/76ae9fa17862e6087e327892396c3e31905a452a)) + ## [0.1.2](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v0.1.1...python-api-v0.1.2) (2024-03-18) diff --git a/ontology-assets/CHANGELOG.md b/ontology-assets/CHANGELOG.md index 3c2e6e35..3759e55d 100644 --- a/ontology-assets/CHANGELOG.md +++ b/ontology-assets/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/ontology-assets-v0.1.0...ontology-assets-v0.2.0) (2024-03-25) + + +### Features + +* add function to fetch curated ontology term lists ([#141](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/141)) ([5c7db62](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/5c7db62672512f1b00b1380db77b8f06dbbfb000)) + + +### Misc + +* update ontology decendant mappings ([#142](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/142)) ([fb23618](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/fb2361810c227427a5ba50156328aeee74796aac)) + ## [0.1.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/ontology-assets-v0.0.1...ontology-assets-v0.1.0) (2024-03-15)