Skip to content

Commit 81c5180

Browse files
ns-vasilevgithub-actions[bot]
authored andcommitted
[Release] Transitions 1.1.0
1 parent 9b4a214 commit 81c5180

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,10 +6,15 @@ 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)
910
- `1.0.x` Releases - [1.0.1](#101) | [1.0.0](#100)
1011

1112
---
12-
## [Unreleased]
13+
14+
15+
## [1.1.0](https://github.com/space-code/transitions/releases/tag/1.1.0)
16+
17+
Released on 2026-01-18. All issues associated with this milestone can be found using this [filter](https://github.com/space-code/transitions/milestones?state=closed&q=1.1.0).
1318

1419
### Documentation
1520
- Update the `Development Setup` section
@@ -69,6 +74,6 @@ Released on 2025-01-13. All issues associated with this milestone can be found u
6974
### New Contributors
7075
* @dependabot[bot] made their first contribution in [#1](https://github.com/space-code/transitions/pull/1)
7176

72-
[unreleased]: https://github.com/space-code/transitions/compare/1.0.1..HEAD
77+
[1.1.0]: https://github.com/space-code/transitions/compare/1.0.1..1.1.0
7378
[1.0.1]: https://github.com/space-code/transitions/compare/1.0.0..1.0.1
7479

README.md

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

5555
```swift
5656
dependencies: [
57-
.package(url: "https://github.com/space-code/transitions.git", from: "1.0.0")
57+
.package(url: "https://github.com/space-code/transitions.git", from: "1.1.0")
5858
]
5959
```
6060

0 commit comments

Comments
 (0)