Skip to content

Commit cfb64b4

Browse files
ns-vasilevgithub-actions[bot]
authored andcommitted
[Release] Typhoon 1.4.0
1 parent 6339630 commit cfb64b4

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@ 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

88
#### 1.x Releases
9+
- `1.4.x` Releases - [1.4.0](#140)
910
- `1.3.x` Releases - [1.3.0](#130)
1011
- `1.2.x` Releases - [1.2.1](#121) | [1.2.0](#120)
1112
- `1.1.x` Releases - [1.1.1](#111) | [1.1.0](#110)
1213
- `1.0.x` Releases - [1.0.0](#100)
1314

1415
---
15-
## [Unreleased]
16+
17+
18+
## [1.4.0](https://github.com/space-code/typhoon/releases/tag/1.4.0)
19+
20+
Released on 2025-12-17. All issues associated with this milestone can be found using this [filter](https://github.com/space-code/typhoon/milestones?state=closed&q=1.4.0).
1621

1722
### Bug Fixes
1823
- Safely handle UInt64 overflow and standardize max interval unit
@@ -152,7 +157,7 @@ Released on 2023-11-12. All issues associated with this milestone can be found u
152157
- Release `1.0.0`
153158
- Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#1](https://github.com/space-code/typhoon/pull/1).
154159

155-
[unreleased]: https://github.com/space-code/typhoon/compare/1.3.0..HEAD
160+
[1.4.0]: https://github.com/space-code/typhoon/compare/1.3.0..1.4.0
156161
[1.3.0]: https://github.com/space-code/typhoon/compare/1.2.1..1.3.0
157162
[1.2.1]: https://github.com/space-code/typhoon/compare/1.2.0..1.2.1
158163
[1.2.0]: https://github.com/space-code/typhoon/compare/1.1.1..1.2.0

README.md

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

6363
```swift
6464
dependencies: [
65-
.package(url: "https://github.com/space-code/typhoon.git", from: "1.3.0")
65+
.package(url: "https://github.com/space-code/typhoon.git", from: "1.4.0")
6666
]
6767
```
6868

0 commit comments

Comments
 (0)