Skip to content

Commit b2fa01f

Browse files
ns-vasilevgithub-actions[bot]
authored andcommitted
[Release] Validator 1.3.0
1 parent e1786fd commit b2fa01f

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,12 +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
#### 1.x Releases
9+
- `1.3.x` Releases - [1.3.0](#130)
910
- `1.2.x` Releases - [1.2.0](#120)
1011
- `1.1.x` Releases - [1.1.0](#110)
1112
- `1.0.x` Releases - [1.0.1](#101) | [1.0.0](#100)
1213

1314
---
14-
## [Unreleased]
15+
16+
17+
## [1.3.0](https://github.com/space-code/validator/releases/tag/1.3.0)
18+
19+
Released on 2025-11-28. All issues associated with this milestone can be found using this [filter](https://github.com/space-code/validator/milestones?state=closed&q=1.3.0).
1520

1621
### Bug Fixes
1722
- Fix the lint action
@@ -163,7 +168,7 @@ Released on 2023-10-09. All issues associated with this milestone can be found u
163168
- Implement `Validator` package
164169
- Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#1](https://github.com/space-code/validator/pull/1).
165170

166-
[unreleased]: https://github.com/space-code/validator/compare/1.2.0..HEAD
171+
[1.3.0]: https://github.com/space-code/validator/compare/1.2.0..1.3.0
167172
[1.2.0]: https://github.com/space-code/validator/compare/1.1.0..1.2.0
168173
[1.1.0]: https://github.com/space-code/validator/compare/1.0.1..1.1.0
169174
[1.0.1]: https://github.com/space-code/validator/compare/1.0.0..1.0.1

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.2.0")
71+
.package(url: "https://github.com/space-code/validator.git", from: "1.3.0")
7272
]
7373
```
7474

0 commit comments

Comments
 (0)