Skip to content

Commit 21f319f

Browse files
ns-vasilevgithub-actions[bot]
authored andcommitted
[Release] Atomic 1.1.1
1 parent 2b4bfdc commit 21f319f

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,14 +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.1.x` Releases - [1.1.0](#110)
9+
- `1.1.x` Releases - [1.1.1](#111) | [1.1.0](#110)
1010
- `1.0.x` Releases - [1.0.1](#101) | [1.0.0](#100)
1111

1212
#### 0.x Releases
1313
- `0.0.x` Releases - [0.0.1](#001)
1414

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

1822
### Documentation
1923
- Update CHANGELOG
@@ -96,7 +100,7 @@ Released on 2023-06-18. All issues associated with this milestone can be found u
96100
- Implement `Atomic` package
97101
- Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#1](https://github.com/space-code/atomic/pull/1).
98102

99-
[unreleased]: https://github.com/space-code/atomic/compare/1.1.0..HEAD
103+
[1.1.1]: https://github.com/space-code/atomic/compare/1.1.0..1.1.1
100104
[1.1.0]: https://github.com/space-code/atomic/compare/1.0.1..1.1.0
101105
[1.0.1]: https://github.com/space-code/atomic/compare/1.0.0..1.0.1
102106
[1.0.0]: https://github.com/space-code/atomic/compare/0.0.1..1.0.0

README.md

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

5353
```swift
5454
dependencies: [
55-
.package(url: "https://github.com/space-code/atomic.git", from: "1.0.0")
55+
.package(url: "https://github.com/space-code/atomic.git", from: "1.1.1")
5656
]
5757
```
5858

0 commit comments

Comments
 (0)