Skip to content

Commit 8e1178a

Browse files
ns-vasilevgithub-actions[bot]
authored andcommitted
[Release] Concurrency 0.3.1
1 parent a2ad966 commit 8e1178a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +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)
9+
- `0.3.x` Releases - [0.3.1](#031) | [0.3.0](#030)
1010
- `0.2.x` Releases - [0.2.0](#020)
1111
- `0.1.x` Releases - [0.1.0](#010)
1212
- `0.0.x` Releases - [0.0.3](#003) | [0.0.2](#002) | [0.0.1](#001)
1313

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

1721
### Miscellaneous Tasks
1822
- Add sortImports and sortSwitchCases rules
@@ -79,7 +83,7 @@ Released on 2024-12-25. All issues associated with this milestone can be found u
7983
- Bump the Swift version to 6.0
8084
- Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#1](https://github.com/space-code/concurrency/pull/1).
8185

82-
[unreleased]: https://github.com/space-code/concurrency/compare/0.3.0..HEAD
86+
[0.3.1]: https://github.com/space-code/concurrency/compare/0.3.0..0.3.1
8387
[0.3.0]: https://github.com/space-code/concurrency/compare/0.2.0..0.3.0
8488
[0.2.0]: https://github.com/space-code/concurrency/compare/0.1.0..0.2.0
8589
[0.1.0]: https://github.com/space-code/concurrency/compare/0.0.3..0.1.0

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.3.0")
61+
.package(url: "https://github.com/space-code/concurrency.git", from: "0.3.1")
6262
]
6363
```
6464

0 commit comments

Comments
 (0)