Skip to content

Releases: bcbrookman/pbing

v1.3.0

24 Jun 19:18
6fc7c14

Choose a tag to compare

Changelog

  • f9ce982 feat: enable privileged mode by default in windows

Released by GoReleaser.

v1.2.0

24 Jun 15:59

Choose a tag to compare

Changelog

  • 866b868 build(deps): bump golangci/golangci-lint-action from 7 to 8
  • 8665a61 chore: add github-actions to dependabot updates
  • c4451e7 chore: add gomod to dependabot updates
  • 027b672 feat: add flag which prints version information
  • fcf776d style: fix dependabot yaml formatting

Released by GoReleaser.

v1.1.0

06 May 20:28

Choose a tag to compare

Changelog

  • b09afae feat: clarify usage and example text
  • 1f041d4 feat: update installation instructions

Released by GoReleaser.

v1.0.0

13 Apr 21:19
e9684ae

Choose a tag to compare

Changelog

  • 47781ef build(release): update goreleaser configuration
  • 287ff67 docs(readme): add quickstart instructions
  • e9684ae docs(readme): use go install in quickstart steps

Released by GoReleaser.

v0.1.0

13 Apr 21:19

Choose a tag to compare

Changelog

  • 7642b0d chore(deps): bump Go to v1.24
  • 0307a4b ci: add initial CI/CD and release workflows
  • ebc2134 ci: fix missing workflow lines/syntax
  • 3366863 feat: add time delta of successful responses
  • 1532334 feat: color code RTTs to highlight latency/jitter
  • 8b629ed fix: correct module name in main go.mod
  • 7e9f8e0 refactor: resolve linting issues