Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 25, 2024
1 parent c52c436 commit 6e0ead2
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
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.1.2","ontology-assets":"0.1.0",".":"0.0.1"}
{"api/python":"0.2.0","ontology-assets":"0.2.0",".":"0.0.1"}
19 changes: 19 additions & 0 deletions api/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
12 changes: 12 additions & 0 deletions ontology-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit 6e0ead2

Please sign in to comment.