docs: add release notes

This commit is contained in:
Viktor Tigerström 2025-05-22 16:34:18 +02:00
parent 78c406d67e
commit 3aaef99bec
No known key found for this signature in database
GPG key ID: B984570980684DCC

View file

@ -18,6 +18,11 @@ This file tracks release notes for the loop client.
#### Breaking Changes
* The content of the `commit_hash` field of the `GetInfo` response has been updated so that it contains the Git commit
hash the Loop binary build was based on. If the build had uncommited changes, this field will contain the most recent
commit hash, suffixed by "-dirty".
* The `Commit` part of the `--version` command output has been updated to contain the most recent git commit tag.
#### Bug Fixes
#### Maintenance