Skip to content

Commit 2735259

Browse files
ns-vasilevgithub-actions[bot]
authored andcommitted
[Release] Typhoon 2.0.0
1 parent a419a63 commit 2735259

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
#### 2.x Releases
9+
- `2.0.x` Releases - [2.0.0](#200)
10+
811
#### 1.x Releases
912
- `1.4.x` Releases - [1.4.0](#140)
1013
- `1.3.x` Releases - [1.3.0](#130)
@@ -13,7 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1316
- `1.0.x` Releases - [1.0.0](#100)
1417

1518
---
16-
## [Unreleased]
19+
20+
21+
## [2.0.0](https://github.com/space-code/typhoon/releases/tag/2.0.0)
22+
23+
Released on 2026-03-06. All issues associated with this milestone can be found using this [filter](https://github.com/space-code/typhoon/milestones?state=closed&q=2.0.0).
1724

1825
### Documentation
1926
- Update `README.md`
@@ -191,7 +198,7 @@ Released on 2023-11-12. All issues associated with this milestone can be found u
191198
- Release `1.0.0`
192199
- Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#1](https://github.com/space-code/typhoon/pull/1).
193200

194-
[unreleased]: https://github.com/space-code/typhoon/compare/1.4.0..HEAD
201+
[2.0.0]: https://github.com/space-code/typhoon/compare/1.4.0..2.0.0
195202
[1.4.0]: https://github.com/space-code/typhoon/compare/1.3.0..1.4.0
196203
[1.3.0]: https://github.com/space-code/typhoon/compare/1.2.1..1.3.0
197204
[1.2.1]: https://github.com/space-code/typhoon/compare/1.2.0..1.2.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Add the following dependency to your `Package.swift`:
6868

6969
```swift
7070
dependencies: [
71-
.package(url: "https://github.com/space-code/typhoon.git", from: "1.4.0")
71+
.package(url: "https://github.com/space-code/typhoon.git", from: "2.0.0")
7272
]
7373
```
7474

0 commit comments

Comments
 (0)