Skip to content

Commit b95a328

Browse files
ns-vasilevgithub-actions[bot]
authored andcommitted
[Release] Validator 1.5.0
1 parent 0629d17 commit b95a328

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.1](#101) | [1.0.0](#100)
1415

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

1823
### Features
1924
- Add JSON validation rule
@@ -213,7 +218,7 @@ Released on 2023-10-09. All issues associated with this milestone can be found u
213218
- Implement `Validator` package
214219
- Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#1](https://github.com/space-code/validator/pull/1).
215220

216-
[unreleased]: https://github.com/space-code/validator/compare/1.4.0..HEAD
221+
[1.5.0]: https://github.com/space-code/validator/compare/1.4.0..1.5.0
217222
[1.4.0]: https://github.com/space-code/validator/compare/1.3.0..1.4.0
218223
[1.3.0]: https://github.com/space-code/validator/compare/1.2.0..1.3.0
219224
[1.2.0]: https://github.com/space-code/validator/compare/1.1.0..1.2.0

README.md

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

6969
```swift
7070
dependencies: [
71-
.package(url: "https://github.com/space-code/validator.git", from: "1.4.0")
71+
.package(url: "https://github.com/space-code/validator.git", from: "1.5.0")
7272
]
7373
```
7474

0 commit comments

Comments
 (0)