Skip to content
Merged
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
5 changes: 0 additions & 5 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ 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
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (
// Note: please update release_notes.md when you change these values.
appMajor uint = 0
appMinor uint = 31
appPatch uint = 1
appPatch uint = 2

// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
Expand Down