Skip to content

Commit

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


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

##
[0.2.0](python-api-v0.1.2...python-api-v0.2.0)
(2024-03-25)


### Features

* add function to fetch curated ontology term lists
([#141](#141))
([5c7db62](5c7db62))
* set-up docsite
([#99](#99))
([b7591bc](b7591bc))


### Misc

* enable code coverage
([#143](#143))
([c52c436](c52c436))
* use trusted publisher to publish pypi package.
([#137](#137))
([5fc917b](5fc917b))


### BugFixes

* make constant.py private
([46d04a4](46d04a4))
* typos
([76ae9fa](76ae9fa))
</details>

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

##
[0.2.0](ontology-assets-v0.1.0...ontology-assets-v0.2.0)
(2024-03-25)


### Features

* add function to fetch curated ontology term lists
([#141](#141))
([5c7db62](5c7db62))


### Misc

* update ontology decendant mappings
([#142](#142))
([fb23618](fb23618))
</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 Mar 25, 2024
1 parent b7591bc commit 4ca76f0
Show file tree
Hide file tree
Showing 3 changed files with 33 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"}
20 changes: 20 additions & 0 deletions api/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# 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))
* set-up docsite ([#99](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/99)) ([b7591bc](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/b7591bc03df28567e26569dda01b2c36fb266455))


### 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 4ca76f0

Please sign in to comment.