Skip to content

Commit

Permalink
Add build test
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoryv committed Jun 8, 2024
1 parent 886af92 commit 3fd414d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
This project adheres to semantic versioning and all major
changes will be noted in this file.

## [0.2.1] 2024-06-08
## [0.2.0] 2024-06-08

- Added field Version.Build
Expand Down
1 change: 1 addition & 0 deletions version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func TestMustCompare(t *testing.T) {
}
}
ok(0, "1.0.0", "1.0.0")
ok(0, "1.0.0-dev+A", "1.0.0-dev+B")
ok(1, "1.0", "0.0")
ok(1, "1.1", "1.0")
ok(1, "1.0.1", "1.0")
Expand Down

0 comments on commit 3fd414d

Please sign in to comment.