Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Jan 28, 2025
1 parent 4935514 commit 70121c0
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 10 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

---
## [0.25.1](https://github.com/beyondessential/bestool/compare/v0.25.0..0.25.1) - 2025-01-28
## [0.25.2](https://github.com/beyondessential/bestool/compare/v0.25.1..0.25.2) - 2025-01-28



### Alerts

- **Feature:** Add --timeout for alerts to avoid blocking indefinitely - ([4935514](https://github.com/beyondessential/bestool/commit/4935514778fcb82be05e512701a0d844c1896466))
- **Performance:** Run alerts in parallel - ([210ec12](https://github.com/beyondessential/bestool/commit/210ec12787124090c254d6feeb980d860f626375))

---
## [0.25.1](https://github.com/beyondessential/bestool/compare/v0.25.0..v0.25.1) - 2025-01-28



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.

14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ See `bestool <subcommand> --help` for extensive help.

## Download

Current release: 0.25.1
Current release: 0.25.2

| Platform | Variant | Download |
| -------- | ------- | -------- |
| Windows | x86 | [bestool.exe](https://tools.ops.tamanu.io/bestool/0.25.1/x86_64-pc-windows-msvc/bestool.exe) |
| Linux | x86 | [bestool](https://tools.ops.tamanu.io/bestool/0.25.1/x86_64-unknown-linux-gnu/bestool) |
| Linux | x86 static | [bestool](https://tools.ops.tamanu.io/bestool/0.25.1/x86_64-unknown-linux-musl/bestool) |
| Linux | ARM64 | [bestool](https://tools.ops.tamanu.io/bestool/0.25.1/aarch64-unknown-linux-musl/bestool) |
| Mac | Intel | [bestool](https://tools.ops.tamanu.io/bestool/0.25.1/x86_64-apple-darwin/bestool) |
| Mac | ARM64 | [bestool](https://tools.ops.tamanu.io/bestool/0.25.1/aarch64-apple-darwin/bestool) |
| Windows | x86 | [bestool.exe](https://tools.ops.tamanu.io/bestool/0.25.2/x86_64-pc-windows-msvc/bestool.exe) |
| Linux | x86 | [bestool](https://tools.ops.tamanu.io/bestool/0.25.2/x86_64-unknown-linux-gnu/bestool) |
| Linux | x86 static | [bestool](https://tools.ops.tamanu.io/bestool/0.25.2/x86_64-unknown-linux-musl/bestool) |
| Linux | ARM64 | [bestool](https://tools.ops.tamanu.io/bestool/0.25.2/aarch64-unknown-linux-musl/bestool) |
| Mac | Intel | [bestool](https://tools.ops.tamanu.io/bestool/0.25.2/x86_64-apple-darwin/bestool) |
| Mac | ARM64 | [bestool](https://tools.ops.tamanu.io/bestool/0.25.2/aarch64-apple-darwin/bestool) |

### Self-update

Expand Down
2 changes: 1 addition & 1 deletion crates/bestool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bestool"
version = "0.25.1"
version = "0.25.2"
edition = "2021"
rust-version = "1.76.0"

Expand Down

0 comments on commit 70121c0

Please sign in to comment.