Skip to content

Commit 052e610

Browse files
ns-vasilevgithub-actions[bot]
authored andcommitted
[Release] Log 1.3.0
1 parent 5899f0f commit 052e610

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.0](#100)
1213

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

1621
### Documentation
1722
- Update README.md
@@ -96,7 +101,7 @@ Released on 2023-10-18. All issues associated with this milestone can be found u
96101
- Release `1.0.0`
97102
- Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#1](https://github.com/space-code/log/pull/1).
98103

99-
[unreleased]: https://github.com/space-code/log/compare/1.2.0..HEAD
104+
[1.3.0]: https://github.com/space-code/log/compare/1.2.0..1.3.0
100105
[1.2.0]: https://github.com/space-code/log/compare/1.1.0..1.2.0
101106
[1.1.0]: https://github.com/space-code/log/compare/1.0.0..1.1.0
102107

README.md

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

6565
```swift
6666
dependencies: [
67-
.package(url: "https://github.com/space-code/log.git", from: "1.2.0")
67+
.package(url: "https://github.com/space-code/log.git", from: "1.3.0")
6868
]
6969
```
7070

0 commit comments

Comments
 (0)