Skip to content

Commit

Permalink
chore: release main (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 15, 2024
1 parent 89c1725 commit a8f5991
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"}
7 changes: 7 additions & 0 deletions api/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion api/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" }
Expand Down
2 changes: 1 addition & 1 deletion api/python/src/cellxgene_ontology_guide/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
7 changes: 7 additions & 0 deletions ontology-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit a8f5991

Please sign in to comment.