Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-06-03)

### Bug Fixes

* **database:** fix migration code usage ([fadcb1e](fadcb1e))

### Features

* **database:** add check of a table on start ([8563ee5](8563ee5))
* **database:** add eddn_message table declaration ([7fe1a79](7fe1a79))
* **database:** moving db migration scripts in lib src ([8db3de8](8db3de8))
* **database:** moving db migration scripts in lib src ([ca8f67c](ca8f67c))
  • Loading branch information
semantic-release-bot committed Jun 3, 2024
1 parent 3eaae7a commit 68806a6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 1.0.0 (2024-06-03)


### Bug Fixes

* **database:** fix migration code usage ([fadcb1e](https://github.com/sylvain-lavazais/astraeus-common/commit/fadcb1e6e4be91bb036c0f8fdd8ff8ebcea93db5))


### Features

* **database:** add check of a table on start ([8563ee5](https://github.com/sylvain-lavazais/astraeus-common/commit/8563ee5603837190e7b15ee1eaf4d49f64fd62cb))
* **database:** add eddn_message table declaration ([7fe1a79](https://github.com/sylvain-lavazais/astraeus-common/commit/7fe1a79059e0c6d6371b6061d902a387b745a055))
* **database:** moving db migration scripts in lib src ([8db3de8](https://github.com/sylvain-lavazais/astraeus-common/commit/8db3de857dd4714d635bafcd5fabde9bc495c02b))
* **database:** moving db migration scripts in lib src ([ca8f67c](https://github.com/sylvain-lavazais/astraeus-common/commit/ca8f67c17e63d4e8a4e0e0174fbfd35b90267347))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name = "astraeus-common" # Required
#
# For a discussion on single-sourcing the version, see
# https://packaging.python.org/guides/single-sourcing-package-version/
version = "0.0.1" # Required
version = "1.0.0"

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down

0 comments on commit 68806a6

Please # to comment.