File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed
Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to Hatchet's Python SDK will be documented in this changelog
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.29.0] - 2026-03-06
9+
10+ ### Added
11+
12+ - Cron expressions now support an optional leading seconds field (6-part expressions), e.g. ` 30 * * * * * ` to trigger at 30 seconds past every minute.
13+
14+
815## [ 1.28.1] - 2026-03-05
916
1017### Changed
Original file line number Diff line number Diff line change 11## Hatchet SDK Changelog
22
3+ All notable changes to Hatchet's Ruby SDK will be documented in this changelog.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ 0.3.0] - 2026-03-06
9+
10+ ### Added
11+
12+ - Cron expressions now support an optional leading seconds field (6-part expressions), e.g. ` 30 * * * * * ` to trigger at 30 seconds past every minute.
13+
314## [ 0.2.0] - 2026-03-03
415
516### Added
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to Hatchet's TypeScript SDK will be documented in this chang
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.16.0] - 2026-03-06
9+
10+ ### Added
11+
12+ - Cron expressions now support an optional leading seconds field (6-part expressions), e.g. ` 30 * * * * * ` to trigger at 30 seconds past every minute.
13+
814## [ 1.15.2] - 2026-03-06
915
1016### Fixed
You can’t perform that action at this time.
0 commit comments