Skip to content

Commit bb14620

Browse files
authored
Update change logs for cron change (#3155)
* initial commit * update dates
1 parent 061787f commit bb14620

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

sdks/python/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to Hatchet's Python SDK will be documented in this changelog
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

sdks/ruby/src/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

sdks/typescript/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to Hatchet's TypeScript SDK will be documented in this chang
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

0 commit comments

Comments
 (0)