Skip to content

Commit

Permalink
chore: creating version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Dec 13, 2023
1 parent 6bf798a commit e60ea62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## [2.0] - 2023-12-13

### Added
- 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)
- Ability to subtract `NSStringCharAccess::iterator`s
Expand All @@ -28,4 +30,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Initial version

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

0 comments on commit e60ea62

Please sign in to comment.