update changelogs

This commit is contained in:
lemonsh 2025-10-12 22:20:29 +02:00
commit 468171517a
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,6 @@
Version NEXT:
* Changes
* Use thiserror for the error type. (!616)
Version 0.17, released 2025-09-17:
* Changes

View file

@ -49,6 +49,7 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
- Building with insecure-tcp and no other feature got fixed.
- Update rxml dependency to 0.13.
- Remove warnings for elided lifetimes (rustc 1.90)
- Use thiserror for the error types. (!616)
Version 4.0.0:
2024-07-26 Maxime “pep” Buquet <pep@bouah.net>