Skip to content

Commit

Permalink
v0.3.0 (#36)
Browse files Browse the repository at this point in the history
* unclog release

* unclog build

* bump version
  • Loading branch information
melekes authored Aug 19, 2024
1 parent 6bb512a commit 27a181d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/v0.3.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*August 19, 2024*

This release bumps Go version.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## v0.3.0

*August 19, 2024*

This release bumps Go version.

### DEPENDENCIES

- bump Go version from 1.20 to 1.22
([\#35](https://github.com/cometbft/cometbft-load-test/pull/35))

## v0.2.0

*August 19, 2024*
Expand Down
2 changes: 1 addition & 1 deletion pkg/loadtest/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

// CLIVersion must be manually updated as new versions are released.
const CLIVersion = "v0.2.0"
const CLIVersion = "v0.3.0"

// cliVersionCommitID must be set through linker settings. See
// https://stackoverflow.com/a/11355611/1156132 for details.
Expand Down

0 comments on commit 27a181d

Please sign in to comment.