Skip to content

Commit

Permalink
mark v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Oct 27, 2024
1 parent 429d36a commit db5f613
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Unreleased

# 0.0.6

- Breaking: Queue methods now take input by reference
- Breaking: Job methods also take input by reference
- Breaking: The scheduler `run_every` method is removed
- Pending tasks are now processed upon change via a notify channel #25
- An `unschedule` method is provided on `Queue` and `Job` #40
- Graceful shutdown is now available on `JobHandle` returned from `start` #37

# 0.0.5

- Breaking: Tasks require an associated type Output
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "underway"
description = "⏳ Durable step functions via Postgres"
version = "0.0.5"
version = "0.0.6"
edition = "2021"
license = "MIT"
keywords = ["background-jobs", "job-queue", "work-queue", "sqlx", "web"]
Expand Down

0 comments on commit db5f613

Please sign in to comment.