Skip to content

Commit

Permalink
chore: release version 0.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jul 18, 2022
1 parent 8749ea0 commit e8b4297
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/Entirety/entirety/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from utils.generators import generate_secret_key

__version__ = "0.2.1"
__version__ = "0.3.0"


class Settings(BaseSettings):
Expand Down
21 changes: 21 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

<!--next-version-placeholder-->

## v0.3.0 (2022-07-18)
### Feature
* Projects create and update view with form ([`a7fc8f7`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/a7fc8f70ea810099baeddda73d1a8b55750de3a8))
* Pydantic settings setup ([`c90c031`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/c90c031e5cd85fb1659f6fd984be6259525bd1b9))
* Projects application model view ([`f2d0060`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/f2d0060ce18658f52e8365773a7de841e2c973eb))

### Fix
* Remove unused code ([`01d4ca2`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/01d4ca2a13ccd230c6be710ff34cb240eb375fb8))
* Remove extra line ([`31c9e5c`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/31c9e5caba5832ce57579600d510bf2e95bc9cc4))
* Database setting ([`bb4750c`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/bb4750c4ca31164cf216a9b73e68a2ad0745763f))
* Project reference ([`bb8f59e`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/bb8f59e5a84eb71d6838437b3c86fc7a9057e61c))
* Project card alignment ([`4c93b1c`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/4c93b1c1fad0a2a70fee4130699c37df85d633a2))
* Remove extra parameter ([`41fa198`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/41fa198a6db9152ded33bd684c976d018177d8e9))
* Corrected braces ([`aa402f9`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/aa402f92fd85a57b8b6d03981c9d1a2ba81be4b7))
* Crispy form settings bootstrap5 ([`6782418`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/678241889b7e0360a1413dfa50d27b25c658df5c))
* Fix requirements and settings ([`1848ca3`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/1848ca32b2df9b87515b074fdb8d4f8705f7018c))

### Documentation
* Update requirements for image upload ([`8940b96`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/8940b96c20e53dc72408a46b9900392857e229c1))
* Update requirements ([`3a01011`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/3a010116cd25210a3e375c7e02a91ab10f651cf4))

## v0.2.1 (2022-07-18)
### Fix
* Use oidc auth in django admin ([`d4d862d`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/d4d862de39c808cb8b8a4d2a5744aca1679423c6))
Expand Down

0 comments on commit e8b4297

Please sign in to comment.