Skip to content

Commit

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


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

##
[1.0.0](python-api-v0.8.0...python-api-v1.0.0)
(2024-05-15)


### Features

* update ontology_info.json for 5.1
([#207](#207))
([d5c8ae3](d5c8ae3))


### Misc

* release 1.0.0
([60eef67](60eef67))
</details>

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

##
[1.0.0](ontology-assets-v0.5.0...ontology-assets-v1.0.0)
(2024-05-15)


### Features

* update ontology_info.json for 5.1
([#207](#207))
([d5c8ae3](d5c8ae3))


### Misc

* release 1.0.0
([60eef67](60eef67))
* update ontology descendant mappings
([#202](#202))
([b41948b](b41948b))
* update ontology descendant mappings
([#205](#205))
([94157d0](94157d0))
</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 May 15, 2024
1 parent 60eef67 commit dfc8d8e
Show file tree
Hide file tree
Showing 5 changed files with 29 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.8.0","ontology-assets":"0.5.0",".":"0.0.1"}
{"api/python":"1.0.0","ontology-assets":"1.0.0",".":"0.0.1"}
12 changes: 12 additions & 0 deletions api/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v0.8.0...python-api-v1.0.0) (2024-05-15)


### Features

* update ontology_info.json for 5.1 ([#207](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/207)) ([d5c8ae3](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/d5c8ae3f0502f0ca7165f821f384d553e2ed3e0b))


### Misc

* release 1.0.0 ([60eef67](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/60eef67d69fa3f4f776e67eeefef27391a307785))

## [0.8.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v0.7.1...python-api-v0.8.0) (2024-04-15)


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.8.0"
version = "1.0.0"
description = "Access ontology metadata used by CZ cellxgene"
authors = [
{ name = "Chan Zuckerberg Initiative Foundation", email = "cellxgene@chanzuckerberg.com" }
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.8.0"
__version__ = "1.0.0"
__all__ = ["curated_ontology_term_lists", "entities", "ontology_parser", "supported_versions"]
14 changes: 14 additions & 0 deletions ontology-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.0.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/ontology-assets-v0.5.0...ontology-assets-v1.0.0) (2024-05-15)


### Features

* update ontology_info.json for 5.1 ([#207](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/207)) ([d5c8ae3](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/d5c8ae3f0502f0ca7165f821f384d553e2ed3e0b))


### Misc

* release 1.0.0 ([60eef67](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/60eef67d69fa3f4f776e67eeefef27391a307785))
* update ontology descendant mappings ([#202](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/202)) ([b41948b](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/b41948b5ca97888e4107c487f99cb120a68c9932))
* update ontology descendant mappings ([#205](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/205)) ([94157d0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/94157d072afd094393365a8610e85fb26b55f3ef))

## [0.5.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/ontology-assets-v0.4.0...ontology-assets-v0.5.0) (2024-04-15)


Expand Down

0 comments on commit dfc8d8e

Please sign in to comment.