Skip to content

Commit b6298a7

Browse files
committed
chore: Bump version to 0.1.1
1 parent 450192e commit b6298a7

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,22 @@ 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-
## [Unreleased]
8+
## 0.1.1 - 2025-12-05
99

10-
## [0.1.0] - 2024-12-05
10+
### Added
11+
12+
- Support for multiple timestamp formats in `start_after` configuration:
13+
- `YYYYMMDDHHMMSS` (no separators)
14+
- `YYYY_MM_DD_HHMMSS` (underscore separators)
15+
- `YYYY-MM-DD-HHMMSS` (dash separators)
16+
- Migration directories are now checked in alphanumeric order for deterministic results
17+
18+
### Fixed
19+
20+
- Fixed safety-assured blocks being ignored when SQL keywords appear within identifiers (e.g., `CREATE` in `CREATED_AT`)
21+
- Statement line tracking now correctly matches whole keywords instead of prefixes
22+
23+
## 0.1.0 - 2025-12-05
1124

1225
### Added
1326

@@ -33,6 +46,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3346
- `--allow-unsafe` flag to report without failing
3447
- Support for single file or directory scanning
3548
- Detailed error messages with file location and line numbers
36-
37-
[unreleased]: https://github.com/ayarotsky/diesel-guard/compare/v0.1.0...HEAD
38-
[0.1.0]: https://github.com/ayarotsky/diesel-guard/releases/tag/v0.1.0

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.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["Alex Yarotsky <https://github.com/ayarotsky>"]
66
description = "Catch unsafe PostgreSQL migrations in Diesel before they take down production"

0 commit comments

Comments
 (0)