Skip to content

Commit 3f17bea

Browse files
author
Koen Zwikstra
authored
version bump 1.0.2 (#7)
1 parent 609c4ca commit 3f17bea

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.0.2] Nov 5, 2025
6+
7+
### Fixed
8+
- Fixed `resources` property type from `List<CalendarUserAddress>` to `List<String>` and use `valuesUnion()` for RFC 5545 compliance
9+
10+
### Improved
11+
- Significantly increased test coverage
12+
513
## [1.0.1] Oct 26, 2025
614

715
### Fixed
@@ -22,5 +30,6 @@ All notable changes to this project will be documented in this file.
2230
- Timezone-aware date/time handling
2331
- Two-layer architecture (document + semantic)
2432

33+
[1.0.2]: https://github.com/firstfloorsoftware/firstfloor_calendar/releases/tag/v1.0.2
2534
[1.0.1]: https://github.com/firstfloorsoftware/firstfloor_calendar/releases/tag/v1.0.1
2635
[1.0.0]: https://github.com/firstfloorsoftware/firstfloor_calendar/releases/tag/v1.0.0

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firstfloor_calendar
22
description: iCalendar parsing that just works. RFC 5545 compliant with full recurrence support.
3-
version: 1.0.1
3+
version: 1.0.2
44
repository: https://github.com/firstfloorsoftware/firstfloor_calendar
55

66
environment:

0 commit comments

Comments
 (0)