Skip to content

Commit 3295192

Browse files
authored
bump: to v1.0.0-beta.4 (#24)
* bump: to v1.0.0-beta.4 * chore: add changelog
1 parent 30da940 commit 3295192

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0-beta.4] - 2025-12-08
11+
1012
- chore: streamline the workflow steps (#22)
1113

1214
### Added

Cargo.lock

Lines changed: 5 additions & 5 deletions
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 = "apalis-sqlite"
3-
version = "1.0.0-beta.3"
3+
version = "1.0.0-beta.4"
44
authors = ["Njuguna Mureithi <[email protected]>"]
55
readme = "README.md"
66
edition = "2024"

supply-chain/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ version = "0.22.1"
9292
criteria = "safe-to-deploy"
9393

9494
[[exemptions.base64ct]]
95-
version = "1.8.0"
95+
version = "1.8.1"
9696
criteria = "safe-to-deploy"
9797

9898
[[exemptions.bitflags]]
@@ -124,7 +124,7 @@ version = "1.11.0"
124124
criteria = "safe-to-deploy"
125125

126126
[[exemptions.cc]]
127-
version = "1.2.48"
127+
version = "1.2.49"
128128
criteria = "safe-to-deploy"
129129

130130
[[exemptions.cfg-if]]

supply-chain/imports.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11

22
# cargo-vet imports lock
3+
4+
[[unpublished.apalis-sqlite]]
5+
version = "1.0.0-beta.4"
6+
audited_as = "1.0.0-beta.3"

0 commit comments

Comments
 (0)