Skip to content

Commit e60ea62

Browse files
committed
chore: creating version 2.0
1 parent 6bf798a commit e60ea62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## Unreleased
77

8+
## [2.0] - 2023-12-13
9+
810
### Added
911
- CoDispatch.h: A collection of classes and functions that allows you to write **asynchronous** C++ coroutines and generators that execute on GCD dispatch queues. Detailed guide is available [here](https://github.com/gershnik/objc-helpers/blob/v2.0/doc/CoDispatch.md)
1012
- Ability to subtract `NSStringCharAccess::iterator`s
@@ -28,4 +30,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2830
- Initial version
2931

3032
[1.0]: https://github.com/gershnik/objc-helpers/releases/tag/v1.0
31-
[1.1]: https://github.com/gershnik/objc-helpers/releases/tag/v1.1
33+
[1.1]: https://github.com/gershnik/objc-helpers/releases/tag/v1.1[2.0]: https://github.com/gershnik/objc-helpers/releases/v2.0

0 commit comments

Comments
 (0)