Skip to content

Commit 7b10472

Browse files
committed
chore: Bump version to v0.8.0
1 parent 3eb44bd commit 7b10472

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.8.0 - 2026-03-06
9+
10+
### Added
11+
12+
- **`enable_checks` config option** — Whitelist specific checks to run exclusively. Set `enable_checks` in `diesel-guard.toml` to run only the checks you care about. Cannot be combined with `disable_checks`.
13+
- **Stdin input** — Pipe SQL directly into diesel-guard with `diesel-guard check -`. Useful for editor integrations and shell pipelines.
14+
15+
### Changed
16+
17+
- **Prebuilt binaries** — Releases now ship prebuilt binaries for all supported platforms (Linux x86_64/ARM64, macOS x86_64/ARM64, Windows x86_64) via GitHub Releases, Homebrew tap (`brew install ayarotsky/tap/diesel-guard`), and shell/PowerShell installers. No Rust toolchain required.
18+
819
## 0.7.0 - 2026-02-23
920

1021
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diesel-guard"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2024"
55
authors = ["Alex Yarotsky <https://github.com/ayarotsky>"]
66
description = "Linter for dangerous Postgres migration patterns in Diesel and SQLx"

0 commit comments

Comments
 (0)