Skip to content

Commit

Permalink
Merge pull request #136 from ltratt/snare_0_4_10
Browse files Browse the repository at this point in the history
Prepare a 0.4.10 release.
  • Loading branch information
vext01 committed Apr 2, 2024
2 parents dd4996d + bd3b331 commit 0f7998c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# snare 0.4.10 (2024-04-02)

* Change logging approach. `-vvvv` now gives more helpful output.

* Unbreak `ping` support.

* Allow `%x` and `%?` to be used in `errorcmd`. When `cmd` fails, the only clue
as to why can be its exit code. Previously, snare had no way of transmitting
this information to the user: this commit allows using `%x` and `%?` (the
latter borrowing the similarly named variable from the shell) in `errorcmd`
to access this information.


# snare 0.4.9 (2024-01-08)

* Remove hyper/tokio in favour of a simple internal HTTP server. This
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "snare"
description = "GitHub webhooks runner daemon"
version = "0.4.9"
version = "0.4.10"
homepage = "https://tratt.net/laurie/src/snare/"
repository = "https://github.com/softdevteam/snare/"
authors = ["Laurence Tratt <laurie@tratt.net>"]
Expand Down

0 comments on commit 0f7998c

Please sign in to comment.