mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-02-14 10:53:13 +00:00
CHANGELOG v0.36.1
This commit is contained in:
parent
3377e112bb
commit
137995bcd6
@ -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
|
||||
|
||||
|
||||
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user