Skip to content

Releases: grongor/panicwatch

v1.2.0

09 Feb 17:01
Compare
Choose a tag to compare

Changelog

  • 8a9b61f Allow manual run of CI actions
  • 5e96ce9 Fix ignored SIGCHLD
  • 7e06725 Increase default PanicDetectorBufferSize
  • bf9809f Bump CI actions and Go version
  • a19fd6b chore(deps): update actions/setup-go action to v5
  • 500d4de Bump libs and fix deprecations

v1.1.1

12 Oct 08:36
Compare
Choose a tag to compare

Changelog

  • 4d4d46b fix(deps): update module golang.org/x/sys to v0.13.0
  • c62eaae chore(deps): update actions/checkout action to v4
  • 96e96f0 fix(deps): update module github.com/go-errors/errors to v1.5.1
  • 677cf6b chore(deps): update goreleaser/goreleaser-action action to v5

v1.1.0

11 Jun 15:36
Compare
Choose a tag to compare

Changelog

  • 9f796aa Use ubuntu-latest in CI
  • 279b96d chore(deps): update goreleaser/goreleaser-action action to v4
  • 0f5c6d8 Make the duplicate stderr be Close-on-Exec
  • 6c71abc Add renovate.json
  • 7b0acd7 Add support for fatal errors
  • b791bdd Maintenance
  • b2dc2e9 Minor documentation fixes

v1.0.0

26 Nov 20:37
Compare
Choose a tag to compare

Changelog

c21f38d Improvements to CI
71c1abd Add more config options and improve documentation
9fcf036 Use TeeReader in watcher process, drop stderr and use stdout instead
b2278a8 Return error instead of panicking

v0.4.2

17 Aug 14:59
Compare
Choose a tag to compare

Changelog

2a4b30e Use latest Go in builds
e5d1683 Disable checksums in release

v0.4.1

17 Aug 14:47
Compare
Choose a tag to compare

Changelog

99a19a2 Bump dependencies, update linter config

v0.4.0

24 May 10:23
Compare
Choose a tag to compare

Changelog

5d67993 Add AsError method to Panic

v0.3.0

21 May 11:50
Compare
Choose a tag to compare

Changelog

e13bd24 Fix wrong CI badge URL
6f1ec84 Bump libs, refactoring
bb50853 fix(README): Corrected error handling in example

v0.2.0

14 Oct 09:29
Compare
Choose a tag to compare

Changelog

adc9f4f Ignore all signals

v0.1.0

25 Aug 11:24
Compare
Choose a tag to compare

Changelog

54ec51c Add README
d874165 Change interface, enable builds on most platforms
91bfe9d Initial implementation
0e45eb2 Initial commit