Skip to content

Commit 47c93d9

Browse files
ns-vasilevgithub-actions[bot]
authored andcommitted
[Release] Concurrency 0.3.0
1 parent 90cba56 commit 47c93d9

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,17 @@ 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
#### 0.x Releases
9+
- `0.3.x` Releases - [0.3.0](#030)
910
- `0.2.x` Releases - [0.2.0](#020)
1011
- `0.1.x` Releases - [0.1.0](#010)
1112
- `0.0.x` Releases - [0.0.3](#003) | [0.0.2](#002) | [0.0.1](#001)
1213

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

1621
### Documentation
1722
- Add a documentation
@@ -66,7 +71,7 @@ Released on 2024-12-25. All issues associated with this milestone can be found u
6671
- Bump the Swift version to 6.0
6772
- Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#1](https://github.com/space-code/concurrency/pull/1).
6873

69-
[unreleased]: https://github.com/space-code/concurrency/compare/0.2.0..HEAD
74+
[0.3.0]: https://github.com/space-code/concurrency/compare/0.2.0..0.3.0
7075
[0.2.0]: https://github.com/space-code/concurrency/compare/0.1.0..0.2.0
7176
[0.1.0]: https://github.com/space-code/concurrency/compare/0.0.3..0.1.0
7277
[0.0.3]: https://github.com/space-code/concurrency/compare/0.0.2..0.0.3

README.md

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

5959
```swift
6060
dependencies: [
61-
.package(url: "https://github.com/space-code/concurrency.git", from: "0.2.0")
61+
.package(url: "https://github.com/space-code/concurrency.git", from: "0.3.0")
6262
]
6363
```
6464

0 commit comments

Comments
 (0)