Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare a 0.4.9 release. #131

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# snare 0.4.9 (2024-01-08)

* Remove hyper/tokio in favour of a simple internal HTTP server. This
reduces the number of library dependencies by about 25%.

* Improve logging: errors, warnings, and information are now differentiated.
The `-v` switch increases the logging level. Defaults to "only report
errors".

* Default to `/bin/sh` if `$SHELL` isn't set when running commands.

* Add a system test suite.

* Respect `DESTDIR`, and try to pick a more appropriate location for man pages,
in installation.


# snare 0.4.8 (2023-03-08)

* Update dependencies.
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.8"
version = "0.4.9"
homepage = "https://tratt.net/laurie/src/snare/"
repository = "https://github.com/softdevteam/snare/"
authors = ["Laurence Tratt <laurie@tratt.net>"]
Expand Down