Skip to content

Commit 92f5385

Browse files
committed
chore(release): bump version to 2.1.0
1 parent 5e05d1b commit 92f5385

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.1.0] - 2026-02-04
2+
### ✨ Features
3+
4+
- Add release manager and notes writer agents for automated release process (5e05d1b)
5+
- Add comprehensive timezone support for recurring events (5b4719d)
6+
- **(tests)**: Add tests for explicit INTERVAL=1 with ordinal BYDAY and text round-trip normalization (31a9dc0)
7+
- Update RRULE and EXRULE parsing to support array format in new schema (c632c1b)
8+
9+
110
## [2.0.0] - 2026-02-02
211
### ✨ Features
312

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.1.0

postgres-rrule.sql

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
-- postgres-rrule v2.0.0
2-
-- Generated on 2026-02-02 16:57:01 UTC
1+
-- postgres-rrule v2.1.0
2+
-- Generated on 2026-02-04 17:21:30 UTC
3+
34
DROP SCHEMA IF EXISTS _rrule CASCADE;
45

56
DROP CAST IF EXISTS (_rrule.RRULE AS TEXT);

0 commit comments

Comments
 (0)