Skip to content

Commit

Permalink
chore: release main (#243)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>python-api: 1.3.0</summary>

##
[1.3.0](python-api-v1.2.0...python-api-v1.3.0)
(2024-11-14)


### Features

* query cross-ontology terms imported into a supported ontology
([#232](#232))
([2e1a834](2e1a834))
* update EFO to 3.71.0
([#242](#242))
([7a92c0f](7a92c0f))


### Misc

* add test to ensure all supported ontologies are supported by COG API
([#236](#236))
([56051f9](56051f9))
</details>

<details><summary>ontology-assets: 1.2.0</summary>

##
[1.2.0](ontology-assets-v1.1.0...ontology-assets-v1.2.0)
(2024-11-14)


### Features

* prototype to support multiple prefixes
([#225](#225))
([dbcdd29](dbcdd29))
* update EFO to 3.71.0
([#242](#242))
([7a92c0f](7a92c0f))
</details>

---
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>
  • Loading branch information
github-actions[bot] authored Nov 18, 2024
1 parent 7a92c0f commit 7c2ff4d
Show file tree
Hide file tree
Showing 5 changed files with 24 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":"1.2.0","ontology-assets":"1.1.0",".":"0.0.1"}
{"api/python":"1.3.0","ontology-assets":"1.2.0",".":"0.0.1"}
13 changes: 13 additions & 0 deletions api/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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 = "1.2.0"
version = "1.3.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__ = "1.2.0"
__version__ = "1.3.0"
__all__ = ["curated_ontology_term_lists", "entities", "ontology_parser", "supported_versions"]
8 changes: 8 additions & 0 deletions ontology-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit 7c2ff4d

Please sign in to comment.