Skip to content

Commit 5e2f5a5

Browse files
ns-vasilevgithub-actions[bot]
authored andcommitted
[Release] FlexUI 1.5.0
1 parent c558a63 commit 5e2f5a5

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,14 +6,19 @@ 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.5.x` Releases - [1.5.0](#150)
910
- `1.4.x` Releases - [1.4.0](#140)
1011
- `1.3.x` Releases - [1.3.0](#130)
1112
- `1.2.x` Releases - [1.2.0](#120)
1213
- `1.1.x` Releases - [1.1.0](#110)
1314
- `1.0.x` Releases - [1.0.0](#100)
1415

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

1823
### Documentation
1924
- Update `README.md`
@@ -113,7 +118,7 @@ Released on 2025-01-07. All issues associated with this milestone can be found u
113118
### New Contributors
114119
* @dependabot[bot] made their first contribution in [#1](https://github.com/space-code/flex-ui/pull/1)
115120

116-
[unreleased]: https://github.com/space-code/flex-ui/compare/1.4.0..HEAD
121+
[1.5.0]: https://github.com/space-code/flex-ui/compare/1.4.0..1.5.0
117122
[1.4.0]: https://github.com/space-code/flex-ui/compare/1.3.0..1.4.0
118123
[1.3.0]: https://github.com/space-code/flex-ui/compare/1.2.0..1.3.0
119124
[1.2.0]: https://github.com/space-code/flex-ui/compare/1.1.0..1.2.0

README.md

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

5656
```swift
5757
dependencies: [
58-
.package(url: "https://github.com/space-code/flex-ui.git", from: "1.0.0")
58+
.package(url: "https://github.com/space-code/flex-ui.git", from: "1.5.0")
5959
]
6060
```
6161

0 commit comments

Comments
 (0)