CHANGELOG v0.36.1

This commit is contained in:
Ivan Folgueira Bande 2026-02-13 15:32:44 +01:00
parent 3377e112bb
commit 137995bcd6
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
## v0.36.1 (2026-02-13)
### Features
- fix: Completely clean dns-discovery-name-server references [#3477](https://github.com/logos-messaging/logos-messaging-nim/pull/3477)
### Bug fixes
- Fix avoid IndexDefect if DB error message is short [#3725](https://github.com/logos-messaging/logos-messaging-nim/pull/3725)
- Fix: detach partition [#3535](https://github.com/logos-messaging/logos-messaging-nim/pull/3535)
## v0.36.0 (2025-06-20)
### Notes

View File

@ -515,7 +515,7 @@ release-notes:
-u $(shell id -u) \
docker.io/wakuorg/sv4git:latest \
release-notes |\
sed -E 's@#([0-9]+)@[#\1](https://github.com/waku-org/nwaku/issues/\1)@g'
sed -E 's@#([0-9]+)@[#\1](https://github.com/logos-messaging/logos-messaging-nim/issues/\1)@g'
# I could not get the tool to replace issue ids with links, so using sed for now,
# asked here: https://github.com/bvieira/sv4git/discussions/101