Private
Public Access
1
0

Compare commits

..

1 Commits

Author SHA1 Message Date
8c6ddbf59e chore: bump version to 0.2.0
All checks were successful
CI Pipeline / Rust Format Check (push) Successful in 4s
CI Pipeline / Clippy Lints (push) Successful in 51s
CI Pipeline / Rust Unit Tests (push) Successful in 1m10s
CI Pipeline / Security Audit (push) Successful in 6s
CI Pipeline / Frontend Lint & Type Check (push) Successful in 15s
CI Pipeline / Build .deb & Release (push) Successful in 3m51s
2026-06-05 17:35:51 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ members = [
]
[workspace.package]
version = "0.2.1"
version = "0.2.0"
edition = "2021"
authors = ["Echo <echo@moon-dragon.us>"]
license = "MIT"

View File

@ -553,7 +553,7 @@ impl CertAuthority {
FROM certificates \
WHERE status = 'revoked'::cert_status \
AND revoked_at IS NOT NULL \
AND expires_at > NOW() \
AND not_after > NOW() \
ORDER BY revoked_at ASC",
)
.fetch_all(db)