Skip to content

Commit 7700af2

Browse files
committed
Update CHANGELOG.md
1 parent 1723d92 commit 7700af2

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ and this project adheres to [0-based versioning](https://0ver.org/).
77

88
## [Unreleased]
99

10-
## Added
10+
## v0.11.0 - July 15, 2025
11+
12+
### Added
1113

1214
- Common return type `enum am_rc`
1315
- `lib/async`, `lib/hsm` and `lib/fsm` APIs are all now return `enum am_rc`
@@ -18,28 +20,28 @@ and this project adheres to [0-based versioning](https://0ver.org/).
1820
- Unit tests for `AM_DO_ONCE()`, `AM_DO_EVERY()`, `AM_DO_EACH_MS()` macros
1921
- Extra event value invariant assert to `am_ao_publish_exclude_x()`
2022

21-
## Fixed
23+
### Fixed
2224

2325
- Event value usage as a subscript to event subscription array in `am_ao_unsubscribe()`
2426
This bug led to incorrect unsubsciption from a given event.
2527

26-
## Changed
28+
### Changed
2729

2830
- Rework `AM_DO_ONCE()`, `AM_DO_EVERY()`, `AM_DO_EACH_MS()` macros
2931

3032
## v0.10.1 - July 4, 2025
3133

32-
## Added
34+
### Added
3335

3436
- `libs/event/test.c`
3537
- Valid ranges of configuration parameters in `tools/unity/amast_config.h`
3638

37-
## Fixed
39+
### Fixed
3840

3941
- Event enum name in `apps/examples/workers/main.c`
4042
- Markup in `libs/event/README.rst`
4143

42-
## Changed
44+
### Changed
4345

4446
- Rework `am_event_free()` to take pointer to event - not double pointer
4547
- Use binary search of memory allocator in `am_event_allocate_x()`

0 commit comments

Comments
 (0)