Skip to content

Commit c09c7f9

Browse files
committed
Put keyed reminders in the release they ship in
0.13.2 has a section and a version but was never published, so the keyed reminder entry sat under Unreleased above a release that had not happened. Anyone reading the changelog would have taken 0.13.2 for shipped and the feature for waiting on a later one. Folds the entry into 0.13.2 and dates it for the day it goes out.
1 parent 9bab99c commit c09c7f9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.13.2 - 2026-08-17
44

55
- Accept a `key:` on `schedule`, naming a reminder for the item it is waiting
66
on rather than for its operation, so one actor can hold an alarm per queued
@@ -10,9 +10,6 @@
1010
operation may no longer hold the colon that separates a key, which keeps
1111
keyed and unkeyed names disjoint, and the length is checked on the composed
1212
name rather than the key alone.
13-
14-
## 0.13.2 - 2026-08-16
15-
1613
- Add an authorized `SolidObjects.administration.processes` query for
1714
inspecting live and stale process rows through the runtime database adapter.
1815
- Document rolling-deployment overlap as a reason for the polling-only warning.

0 commit comments

Comments
 (0)