Skip to content

Commit

Permalink
mark v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Nov 17, 2024
1 parent a3febe0 commit ffe6fb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Unreleased

# 0.1.1

- Fix: Job cancellation should lock rows to be cancelled #67

# 0.1.0

- Breaking: Worker and scheduler setters have been renamed #42
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.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["background-jobs", "job-queue", "work-queue", "sqlx", "web"]
Expand Down

0 comments on commit ffe6fb8

Please sign in to comment.