Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

## Unreleased

## [1.0.0-rc.2] - 2026-01-10

- bump: introducing rc.2
- feat: use DateTime abstraction from apalis-sql
- bump: update apalis deps to rc.2

## [1.0.0-rc.1] - 2025-12-27

- bump: introducing rc.1 (#45)
- fix: Add primary keys for database tables (#45)

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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apalis-postgres"
version = "1.0.0-rc.1"
version = "1.0.0-rc.2"
authors = ["Njuguna Mureithi <mureithinjuguna@gmail.com>"]
edition = "2024"
repository = "https://github.com/apalis-dev/apalis-postgres"
Expand Down
4 changes: 4 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
[[unpublished.apalis-postgres]]
version = "1.0.0-rc.1"
audited_as = "1.0.0-beta.3"

[[unpublished.apalis-postgres]]
version = "1.0.0-rc.2"
audited_as = "1.0.0-rc.1"
Loading