diff --git a/.github/workflows/release_workflow.yml b/.github/workflows/release_workflow.yml index 90cc62a..7d82401 100644 --- a/.github/workflows/release_workflow.yml +++ b/.github/workflows/release_workflow.yml @@ -30,7 +30,7 @@ jobs: with: homeserver: 'matrix.org' token: ${{ secrets.MATRIX_TOKEN }} - channel: '!WjxEKjjINpyBRPFgxl:krbel.duckdns.org' + channel: '!jImYhOcJWVpvCRsDjc:matrix.org' message: | new ${{ github.event.repository.name }} PR merged! https://github.com/${{ github.repository }}/pull/${{ github.event.number }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c11164..ad93da3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,12 @@ # Changelog -## [0.0.3a1](https://github.com/JarbasHiveMind/hivemind-sqlite-database/tree/0.0.3a1) (2024-12-29) +## [0.0.4a1](https://github.com/JarbasHiveMind/hivemind-sqlite-database/tree/0.0.4a1) (2025-12-18) -[Full Changelog](https://github.com/JarbasHiveMind/hivemind-sqlite-database/compare/0.0.2a1...0.0.3a1) +[Full Changelog](https://github.com/JarbasHiveMind/hivemind-sqlite-database/compare/0.0.3...0.0.4a1) **Merged pull requests:** -- fix: move to dataclass + requirements.txt [\#5](https://github.com/JarbasHiveMind/hivemind-sqlite-database/pull/5) ([JarbasAl](https://github.com/JarbasAl)) - -## [0.0.2a1](https://github.com/JarbasHiveMind/hivemind-sqlite-database/tree/0.0.2a1) (2024-12-29) - -[Full Changelog](https://github.com/JarbasHiveMind/hivemind-sqlite-database/compare/0.0.1...0.0.2a1) - -**Merged pull requests:** - -- fix: missing hivemind entrypoint in setup.py [\#3](https://github.com/JarbasHiveMind/hivemind-sqlite-database/pull/3) ([JarbasAl](https://github.com/JarbasAl)) +- chore: Configure Renovate [\#7](https://github.com/JarbasHiveMind/hivemind-sqlite-database/pull/7) ([renovate[bot]](https://github.com/apps/renovate)) diff --git a/hivemind_sqlite_database/version.py b/hivemind_sqlite_database/version.py index 23532c1..441e978 100644 --- a/hivemind_sqlite_database/version.py +++ b/hivemind_sqlite_database/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 0 -VERSION_BUILD = 3 -VERSION_ALPHA = 0 +VERSION_BUILD = 4 +VERSION_ALPHA = 1 # END_VERSION_BLOCK diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..5db72dd --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +}