Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 75f4c68

Browse files
authored
Updated project version (#221)
Updated: - Package.swift - Github Actions Co-authored-by: brennobemoura <[email protected]>
1 parent db55220 commit 75f4c68

File tree

7 files changed

+63
-27
lines changed

7 files changed

+63
-27
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: File a bug report
33
title: "[Bug]: "
44
labels: ["bug", "triage"]
55
assignees:
6-
- brennobemoura
6+
- o-nnerb
77
- vcolen
88
body:
99
- type: markdown

.github/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories:
1313
- 'dependencies'
1414
category-template: "### $TITLE"
1515
exclude-contributors:
16-
- 'brennobemoura'
16+
- 'o-nnerb'
1717
template: |
1818
## What’s Changed
1919

.github/workflows/no-breaking-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
breaking-changes:
1313
uses: request-dl/.github/.github/workflows/no-breaking-changes.yml@main
1414
with:
15-
xcode-version: "15.0"
15+
xcode-version: "15.2"
1616
platform: macOS-13
1717
secrets: inherit

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
platform: [macOS-latest, ubuntu-latest]
18-
swift-version: [5.7.2, 5.8]
18+
swift-version: [5.7.2, 5.8, 5.9]
1919
uses: request-dl/.github/.github/workflows/swift.yml@main
2020
with:
2121
swift-version: ${{ matrix.swift-version }}

Package.resolved

Lines changed: 48 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,27 @@ let package = Package(
2020
dependencies: [
2121
.package(
2222
url: "https://github.com/swift-server/async-http-client",
23-
from: "1.19.0"
23+
from: "1.20.1"
2424
),
2525
.package(
26-
url: "https://github.com/apple/swift-docc-plugin.git",
26+
url: "https://github.com/apple/swift-docc-plugin",
2727
from: "1.3.0"
2828
),
2929
.package(
30-
url: "https://github.com/apple/swift-nio.git",
31-
from: "2.58.0"
30+
url: "https://github.com/apple/swift-nio",
31+
from: "2.63.0"
3232
),
3333
.package(
34-
url: "https://github.com/apple/swift-nio-extras.git",
35-
from: "1.19.0"
34+
url: "https://github.com/apple/swift-nio-extras",
35+
from: "1.21.0"
3636
),
3737
.package(
38-
url: "https://github.com/apple/swift-nio-ssl.git",
39-
from: "2.25.0"
38+
url: "https://github.com/apple/swift-nio-ssl",
39+
from: "2.26.0"
4040
),
4141
.package(
42-
url: "https://github.com/apple/swift-log.git",
43-
from: "1.5.3"
42+
url: "https://github.com/apple/swift-log",
43+
from: "1.5.4"
4444
)
4545
],
4646
targets: [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Check out our comprehensive documentation to get all the necessary information t
2828

2929
### Translations
3030

31-
- [Portuguese](https://brennobemoura.github.io/request-dl-portuguese/documentation/requestdl)
31+
- [Portuguese](https://o-nnerb.github.io/request-dl-portuguese/documentation/requestdl)
3232

3333
We would be delighted to have your help in translating our documentation into your preferred language! Simply open a Pull Request on our repository with the link to your translated version. We are looking forward to receiving your contribution!
3434

0 commit comments

Comments
 (0)