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

Commit

Permalink
Updated project version
Browse files Browse the repository at this point in the history
  • Loading branch information
o-nnerb committed Jan 28, 2024
1 parent db55220 commit 655e7e7
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: File a bug report
title: "[Bug]: "
labels: ["bug", "triage"]
assignees:
- brennobemoura
- o-nnerb
- vcolen
body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories:
- 'dependencies'
category-template: "### $TITLE"
exclude-contributors:
- 'brennobemoura'
- 'o-nnerb'
template: |
## What’s Changed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/no-breaking-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
breaking-changes:
uses: request-dl/.github/.github/workflows/no-breaking-changes.yml@main
with:
xcode-version: "15.0"
xcode-version: "15.2"
platform: macOS-13
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
platform: [macOS-latest, ubuntu-latest]
swift-version: [5.7.2, 5.8]
swift-version: [5.7.2, 5.8, 5.9]
uses: request-dl/.github/.github/workflows/swift.yml@main
with:
swift-version: ${{ matrix.swift-version }}
Expand Down
60 changes: 48 additions & 12 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/swift-server/async-http-client",
"state" : {
"revision" : "16f7e62c08c6969899ce6cc277041e868364e5cf",
"version" : "1.19.0"
"revision" : "291438696abdd48d2a83b52465c176efbd94512b",
"version" : "1.20.1"
}
},
{
"identity" : "swift-algorithms",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-algorithms",
"state" : {
"revision" : "f6919dfc309e7f1b56224378b11e28bab5bccc42",
"version" : "1.2.0"
}
},
{
Expand Down Expand Up @@ -45,49 +54,58 @@
"version" : "1.0.0"
}
},
{
"identity" : "swift-http-types",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-http-types",
"state" : {
"revision" : "12358d55a3824bd5fed310b999ea8cf83a9a1a65",
"version" : "1.0.3"
}
},
{
"identity" : "swift-log",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-log.git",
"state" : {
"revision" : "532d8b529501fb73a2455b179e0bbb6d49b652ed",
"version" : "1.5.3"
"revision" : "e97a6fcb1ab07462881ac165fdbb37f067e205d5",
"version" : "1.5.4"
}
},
{
"identity" : "swift-nio",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio.git",
"state" : {
"revision" : "cf281631ff10ec6111f2761052aa81896a83a007",
"version" : "2.58.0"
"revision" : "635b2589494c97e48c62514bc8b37ced762e0a62",
"version" : "2.63.0"
}
},
{
"identity" : "swift-nio-extras",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio-extras.git",
"state" : {
"revision" : "0e0d0aab665ff1a0659ce75ac003081f2b1c8997",
"version" : "1.19.0"
"revision" : "363da63c1966405764f380c627409b2f9d9e710b",
"version" : "1.21.0"
}
},
{
"identity" : "swift-nio-http2",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio-http2.git",
"state" : {
"revision" : "38feec96bcd929028939107684073554bf01abeb",
"version" : "1.25.2"
"revision" : "0904bf0feb5122b7e5c3f15db7df0eabe623dd87",
"version" : "1.30.0"
}
},
{
"identity" : "swift-nio-ssl",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio-ssl.git",
"state" : {
"revision" : "320bd978cceb8e88c125dcbb774943a92f6286e9",
"version" : "2.25.0"
"revision" : "7c381eb6083542b124a6c18fae742f55001dc2b5",
"version" : "2.26.0"
}
},
{
Expand All @@ -98,6 +116,24 @@
"revision" : "e7403c35ca6bb539a7ca353b91cc2d8ec0362d58",
"version" : "1.19.0"
}
},
{
"identity" : "swift-numerics",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-numerics.git",
"state" : {
"revision" : "0a5bc04095a675662cf24757cc0640aa2204253b",
"version" : "1.0.2"
}
},
{
"identity" : "swift-system",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-system.git",
"state" : {
"revision" : "025bcb1165deab2e20d4eaba79967ce73013f496",
"version" : "1.2.1"
}
}
],
"version" : 2
Expand Down
20 changes: 10 additions & 10 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/swift-server/async-http-client",
from: "1.19.0"
from: "1.20.1"
),
.package(
url: "https://github.com/apple/swift-docc-plugin.git",
url: "https://github.com/apple/swift-docc-plugin",
from: "1.3.0"
),
.package(
url: "https://github.com/apple/swift-nio.git",
from: "2.58.0"
url: "https://github.com/apple/swift-nio",
from: "2.63.0"
),
.package(
url: "https://github.com/apple/swift-nio-extras.git",
from: "1.19.0"
url: "https://github.com/apple/swift-nio-extras",
from: "1.21.0"
),
.package(
url: "https://github.com/apple/swift-nio-ssl.git",
from: "2.25.0"
url: "https://github.com/apple/swift-nio-ssl",
from: "2.26.0"
),
.package(
url: "https://github.com/apple/swift-log.git",
from: "1.5.3"
url: "https://github.com/apple/swift-log",
from: "1.5.4"
)
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Check out our comprehensive documentation to get all the necessary information t

### Translations

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

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!

Expand Down

0 comments on commit 655e7e7

Please sign in to comment.