This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
github-actions
committed
May 19, 2023
1 parent
b6947e3
commit 85b45bb
Showing
3 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changelog | ||
|
||
<!--next-version-placeholder--> | ||
|
||
## v0.0.1 (2023-05-19) | ||
### Fix | ||
* :zap:Update Dockerfile to use Ubuntu instead of Python. ([`b6947e3`](https://github.com/mraniki/morpho/commit/b6947e344578e8245031840ea388b6d7c93d354f)) | ||
|
||
### Other | ||
* ⚡ dockerfile update ([`f7eb867`](https://github.com/mraniki/morpho/commit/f7eb867c3b29e26d8224816b41ee557bd5f01dfa)) | ||
* ⚡ Update data_selector range and launch message in bot.py. ([`14d44fb`](https://github.com/mraniki/morpho/commit/14d44fb3a74d3f1c5ea42faa8faf26186ff0d962)) | ||
* Update README.md ([`efd543b`](https://github.com/mraniki/morpho/commit/efd543b0e96d96821efa0e1c650ed19e8c57c7ff)) | ||
* 🐛 env var prefix ([`450a8ec`](https://github.com/mraniki/morpho/commit/450a8ec17e8f18ef2d906f3c5f56b75afaa4cf76)) | ||
* Update README.md ([`c842103`](https://github.com/mraniki/morpho/commit/c842103142e29538d8f0cd3a1f05f7d32c2de786)) | ||
* ⚡ clean up ([`3e9ee1d`](https://github.com/mraniki/morpho/commit/3e9ee1de2cbffccd84c208a61357a88f2d2cbc3b)) | ||
* 🐛 bugfix for flag settings ([`49c5481`](https://github.com/mraniki/morpho/commit/49c54812185a78a4cbffe035ed7f9b7db104236d)) | ||
* 💄 ready to rock ([`c0b3ffb`](https://github.com/mraniki/morpho/commit/c0b3ffb3618b7f815d59c2d8bec9c94bbdec6922)) | ||
* ⚡ reqq update and action update ([`3656b5e`](https://github.com/mraniki/morpho/commit/3656b5e90758fc9367201ba37bcf6660007b5d56)) | ||
* ⚡ pyproject update ([`b62d2ec`](https://github.com/mraniki/morpho/commit/b62d2ec1d9f4cf084f555806ac67d8bc5c7f7dbd)) | ||
* 🥚 prepping ([`c57923f`](https://github.com/mraniki/morpho/commit/c57923fec575d23ae8b02a360673fe484c9a7270)) | ||
* Create README.md ([`c60e205`](https://github.com/mraniki/morpho/commit/c60e20515896fc17c96df8f154c2ea52e775da3a)) | ||
* ✨ initial built ([`8bab8f9`](https://github.com/mraniki/morpho/commit/8bab8f98873be0ce1ef79a41bf4c6dcbaaf7aaa1)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "morpho" | ||
version = "0.0.0" | ||
version = "0.0.1" | ||
description = "morpho" | ||
authors = ["mraniki <[email protected]>"] | ||
license = "MIT License" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
""" | ||
navigator | ||
""" | ||
__version__ = "0.0.0" | ||
__version__ = "0.0.1" | ||
|
||
import asyncio | ||
import uvicorn | ||
|