Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release tsmith/release-assets #59

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0.1","ontology-assets":"0.0.1",".":"0.0.1"}
{"api/python":"0.1.0","ontology-assets":"0.0.2",".":"0.0.2"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.0.2](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/v0.0.1...v0.0.2) (2024-02-26)


### Misc

* enable release-please for API and Assets ([#55](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/55)) ([9ecda79](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/9ecda79210c5563dce8d8c743cca8367f35395ff))
* move curated lists to ontology-assets ([#48](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/48)) ([77916df](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/77916df50d391c48ed0100441b1366f5013888bf))


### BugFixes

* trigger all-ontology generation if schema changes ([#46](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/46)) ([3121833](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/3121833e24e39c449457e4fbd44cfb6cec5d21d5))

## 0.0.1 (2024-02-24)


Expand Down
24 changes: 24 additions & 0 deletions api/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [0.1.0](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/python-api-v0.0.1...python-api-v0.1.0) (2024-02-26)


### Features

* Add API ontology querying module ([68f3168](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/68f3168d164a192d538c987239bc2783decd5b1e))
* Add API ontology querying module ([#39](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/39)) ([239ef2b](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/239ef2b231d2b02051c374491bfee11a7e5d9d8e))
* **API:** setup python library ([211a099](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/211a099365b4de1ab9ff2dcf0f481a34f62f13c4))
* **API:** setup python library ([f60f897](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/f60f8975584ed5e8fa9cd6dbe91bb0ba3f4e11bb))
* **API:** Setup the library for development ([1f7ce03](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/1f7ce0307db25ee553f0f924c872a73d4f0ae90f))
* implement stubbed query functions ([334deb5](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/334deb57463609d2736e369d188380686880fa9c))
* set version regex for pyton api ([3720dab](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/3720dabd593b3c6138470bd0b871f32c03f94dcf))


### Misc

* release tsmith/release-assets ([63b782d](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/63b782d2ee8a8bdbdf83e61e0d37674954c802ee))
* release tsmith/release-assets ([#57](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/57)) ([6a6b02a](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/6a6b02a96ab55f204480926ade478b197ff16e4e))


### BugFixes

* README.md ([1eae21d](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/1eae21d1143d21fe248d8067671a270e46e54b19))

## 0.0.1 (2024-02-24)


Expand Down
10 changes: 10 additions & 0 deletions ontology-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.0.2](https://github.com/chanzuckerberg/cellxgene-ontology-guide/compare/ontology-assets-v0.0.1...ontology-assets-v0.0.2) (2024-02-26)


### Misc

* move curated lists to ontology-assets ([#48](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/48)) ([77916df](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/77916df50d391c48ed0100441b1366f5013888bf))
* moving the generated artifacts ([c03c8e3](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/c03c8e353c61c69a807e80ec9d986bb652c41155))
* release tsmith/release-assets ([63b782d](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/63b782d2ee8a8bdbdf83e61e0d37674954c802ee))
* release tsmith/release-assets ([#57](https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues/57)) ([6a6b02a](https://github.com/chanzuckerberg/cellxgene-ontology-guide/commit/6a6b02a96ab55f204480926ade478b197ff16e4e))

## 0.0.1 (2024-02-24)


Expand Down