Skip to content
Open
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 .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [0.0.1a2](https://github.com/JarbasHiveMind/hivemind-http-protocol/tree/0.0.1a2) (2025-01-07)
## [0.0.2a1](https://github.com/JarbasHiveMind/hivemind-http-protocol/tree/0.0.2a1) (2025-12-18)

[Full Changelog](https://github.com/JarbasHiveMind/hivemind-http-protocol/compare/ce902ba01ef3c753f9ec837445a2ac4141d18abf...0.0.1a2)
[Full Changelog](https://github.com/JarbasHiveMind/hivemind-http-protocol/compare/0.0.1...0.0.2a1)

**Merged pull requests:**

- improve thread safety [\#1](https://github.com/JarbasHiveMind/hivemind-http-protocol/pull/1) ([JarbasAl](https://github.com/JarbasAl))
- Configure Renovate [\#2](https://github.com/JarbasHiveMind/hivemind-http-protocol/pull/2) ([renovate[bot]](https://github.com/apps/renovate))



Expand Down
4 changes: 2 additions & 2 deletions hivemind_http_protocol/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 0
VERSION_BUILD = 1
VERSION_ALPHA = 0
VERSION_BUILD = 2
VERSION_ALPHA = 1
# END_VERSION_BLOCK
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}