Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
- `1.0.x` Releases - [1.0.0](#100)

## [1.3.0](https://github.com/space-code/typhoon/releases/tag/1.2.1)
Released on 2025-11-16.

#### Added
- Add support for Swift 6.2
Expand All @@ -16,18 +17,21 @@ All notable changes to this project will be documented in this file.
- Added in Pull Request [#22](https://github.com/space-code/typhoon/pull/22)

## [1.2.1](https://github.com/space-code/typhoon/releases/tag/1.2.1)
Released on 2024-12-24.

#### Added
- Mark the closures as @Sendable.
- Added in Pull Request [#18](https://github.com/space-code/typhoon/pull/18)

## [1.2.0](https://github.com/space-code/typhoon/releases/tag/1.2.0)
Released on 2024-12-23.

#### Added
- Increase the Swift version to 6.0.
- Added in Pull Request [#15](https://github.com/space-code/typhoon/pull/15)

## [1.1.1](https://github.com/space-code/typhoon/releases/tag/1.1.1)
Released on 2024-05-11.

#### Added
- Add the `upload_test_coverage_report` action
Expand Down
Loading