Update dependency just to v1.13.0 #34

Merged
olofvndrhr merged 1 commit from renovate/just-1.x into master 2023-02-10 19:43:16 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
just minor 1.2.0 -> 1.13.0

Release Notes

casey/just

v1.13.0

Compare Source

Added
  • Add -n as a short flag for --for dry-run (#​1524 by maiha)
  • Add invocation_directory_native() (#​1507)
Changed
Fixed
  • Test passing dot as argument between justfiles (#​1530)
  • Fix install script default directory (#​1525)
Misc

v1.12.0

Compare Source

Added
Changed
Misc

v1.11.0

Compare Source

Added
Misc

v1.10.0

Compare Source

Added
Changed
  • Suppress --fmt --check diff if --quiet is passed (#​1457)
Fixed
  • Format exported variadic parameters correctly (#​1451)
Misc

v1.9.0

Compare Source

Breaking Changes to Unstable Features
  • Change fallback setting default to false (#​1425)
Added
Changed
  • Omit shebang lines on Windows (#​1417)
Misc
  • Placate clippy (#​1423)
  • Make include_shebang_line clearer (#​1418)
  • Use more secure cURL options in install.sh (#​1416)
  • Document how shebang recipes are executed (#​1412)
  • Fix typo: regec → regex (#​1409)
  • Use powershell.exe instead of pwsh.exe in readme (#​1394 by asdf8dfafjk)
  • Expand alternatives and prior art in readme (#​1401)
  • Split up CI workflow (#​1399)

v1.8.0

Compare Source

Added
  • Add OS Configuration Attributes (#​1387)
Misc
  • Link to sclu1034/vscode-just in readme (#​1396)

v1.7.0

Compare Source

Breaking Changes to Unstable Features
  • Make fallback setting default to true (#​1384)
Added
Misc
  • Credit contributors in changelog (#​1385)
  • Update asdf just plugin repository (#​1380 by kachick)
  • Prepend commit messages with - in changelog (#​1379)
  • Fail publish if <sup>master</sup> is found in README.md (#​1378)
  • Use for loop in capitalize implementation (#​1377)

v1.6.0

Compare Source

Breaking Changes to Unstable Features
  • Require set fallback := true to enable recipe fallback (#​1368)
Changed
  • Allow fallback with search directory (#​1348)
Added
Misc
  • Restore www/CNAME (#​1364)
  • Improve book config (#​1363)
  • Add kitchen sink justfile to test syntax highlighting (#​1362 by nk9)
  • Note version in which absolute path construction was added (#​1361)
  • Inline setup and cleanup functions in completion script test (#​1352)

v1.5.0

Compare Source

Changed
Misc

v1.4.0

Compare Source

Fixed
  • Fix shell setting precedence (#​1306)
Misc
  • Don't hardcode homebrew prefix (#​1295)
  • Exclude files from cargo package (#​1283)
  • Add usage note to default list recipe (#​1296 by jpbochi)
  • Add MPR/Prebuilt-MPR installation instructions to README.md (#​1280 by hwittenborn)
  • Add make and makesure to readme (#​1299)
  • Document how to configure zsh completions on MacOS (#​1285 by nk9)
  • Convert package table to HTML (#​1291)

v1.3.0

Compare Source

Added
Fixed
  • Fix multibyte codepoint crash (#​1243)
Misc

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [just](https://github.com/casey/just) | minor | `1.2.0` -> `1.13.0` | --- ### Release Notes <details> <summary>casey/just</summary> ### [`v1.13.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#&#8203;1130-httpsgithubcomcaseyjustreleasestag1130---2023-01-24) [Compare Source](https://github.com/casey/just/compare/1.12.0...1.13.0) ##### Added - Add -n as a short flag for --for dry-run ([#&#8203;1524](https://github.com/casey/just/pull/1524) by [maiha](https://github.com/maiha)) - Add invocation_directory_native() ([#&#8203;1507](https://github.com/casey/just/pull/1507)) ##### Changed - Ignore additional search path arguments ([#&#8203;1528](https://github.com/casey/just/pull/1528) by [neunenak](https://github.com/neunenak)) - Only print fallback message when verbose ([#&#8203;1510](https://github.com/casey/just/pull/1510)) - Print format diff to stdout ([#&#8203;1506](https://github.com/casey/just/pull/1506)) ##### Fixed - Test passing dot as argument between justfiles ([#&#8203;1530](https://github.com/casey/just/pull/1530)) - Fix install script default directory ([#&#8203;1525](https://github.com/casey/just/pull/1525)) ##### Misc - Note that justfiles are order-insensitive ([#&#8203;1529](https://github.com/casey/just/pull/1529)) - Borrow Ast in Analyser ([#&#8203;1527](https://github.com/casey/just/pull/1527) by [neunenak](https://github.com/neunenak)) - Ignore chooser tests ([#&#8203;1513](https://github.com/casey/just/pull/1513)) - Put default setting values in backticks ([#&#8203;1512](https://github.com/casey/just/pull/1512) by [s1ck](https://github.com/s1ck)) - Use lowercase boolean literals in readme ([#&#8203;1511](https://github.com/casey/just/pull/1511) by [s1ck](https://github.com/s1ck)) - Document invocation_directory_native() ([#&#8203;1508](https://github.com/casey/just/pull/1508)) - Fix interrupt tests ([#&#8203;1505](https://github.com/casey/just/pull/1505)) ### [`v1.12.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#&#8203;1120-httpsgithubcomcaseyjustreleasestag1120---2023-01-12) [Compare Source](https://github.com/casey/just/compare/1.11.0...1.12.0) ##### Added - Add `!include` directives ([#&#8203;1470](https://github.com/casey/just/pull/1470) by [neunenak](https://github.com/neunenak)) ##### Changed - Allow matching search path arguments ([#&#8203;1475](https://github.com/casey/just/pull/1475) by [neunenak](https://github.com/neunenak)) - Allow recipe parameters to shadow variables ([#&#8203;1480](https://github.com/casey/just/pull/1480)) ##### Misc - Remove --unstable from fallback example in readme ([#&#8203;1502](https://github.com/casey/just/pull/1502)) - Specify minimum rust version ([#&#8203;1496](https://github.com/casey/just/pull/1496) by [benmoss](https://github.com/benmoss)) - Note that install.sh may fail on GitHub actions ([#&#8203;1499](https://github.com/casey/just/pull/1499)) - Fix readme typo ([#&#8203;1489](https://github.com/casey/just/pull/1489) by [auberisky](https://github.com/auberisky)) - Update install script and readmes to use tls v1.3 ([#&#8203;1481](https://github.com/casey/just/pull/1481)) - Renable install.sh test on CI([#&#8203;1478](https://github.com/casey/just/pull/1478)) - Don't test install.sh on CI ([#&#8203;1477](https://github.com/casey/just/pull/1477)) - Update Chinese translation of readme ([#&#8203;1476](https://github.com/casey/just/pull/1476) by [hustcer](https://github.com/hustcer)) - Fix install.sh for Windows ([#&#8203;1474](https://github.com/casey/just/pull/1474) by [bloodearnest](https://github.com/bloodearnest)) ### [`v1.11.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#&#8203;1110-httpsgithubcomcaseyjustreleasestag1110---2023-01-03) [Compare Source](https://github.com/casey/just/compare/1.10.0...1.11.0) ##### Added - Stabilize fallback ([#&#8203;1471](https://github.com/casey/just/pull/1471)) ##### Misc - Update Sublime syntax instructions ([#&#8203;1455](https://github.com/casey/just/pull/1455) by [nk9](https://github.com/nk9)) ### [`v1.10.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#&#8203;1100-httpsgithubcomcaseyjustreleasestag1100---2023-01-01) [Compare Source](https://github.com/casey/just/compare/1.9.0...1.10.0) ##### Added - Allow private attribute on aliases ([#&#8203;1434](https://github.com/casey/just/pull/1434) by [neunenak](https://github.com/neunenak)) ##### Changed - Suppress --fmt --check diff if --quiet is passed ([#&#8203;1457](https://github.com/casey/just/pull/1457)) ##### Fixed - Format exported variadic parameters correctly ([#&#8203;1451](https://github.com/casey/just/pull/1451)) ##### Misc - Fix section title grammar ([#&#8203;1466](https://github.com/casey/just/pull/1466) by [brettcannon](https://github.com/brettcannon)) - Give pages job write permissions([#&#8203;1464](https://github.com/casey/just/pull/1464) by [jsoref](https://github.com/jsoref)) - Fix spelling ([#&#8203;1463](https://github.com/casey/just/pull/1463) by [jsoref](https://github.com/jsoref)) - Merge imports ([#&#8203;1462](https://github.com/casey/just/pull/1462)) - Add instructions for taiki-e/install-action ([#&#8203;1459](https://github.com/casey/just/pull/1459) by [azzamsa](https://github.com/azzamsa)) - Differentiate between shell and nushell example ([#&#8203;1427](https://github.com/casey/just/pull/1427) by [Dialga](https://github.com/Dialga)) - Link regex docs in readme ([#&#8203;1454](https://github.com/casey/just/pull/1454)) - Linkify changelog PRs and usernames ([#&#8203;1440](https://github.com/casey/just/pull/1440) by [nk9](https://github.com/nk9)) - Eliminate lazy_static ([#&#8203;1442](https://github.com/casey/just/pull/1442) by [camsteffen](https://github.com/camsteffen)) - Add attributes to sublime syntax file ([#&#8203;1452](https://github.com/casey/just/pull/1452) by [crdx](https://github.com/crdx)) - Fix homepage style ([#&#8203;1453](https://github.com/casey/just/pull/1453)) - Linkify homepage letters ([#&#8203;1448](https://github.com/casey/just/pull/1448) by [nk9](https://github.com/nk9)) - Use `just` in readme codeblocks ([#&#8203;1447](https://github.com/casey/just/pull/1447) by [nicochatzi](https://github.com/nicochatzi)) - Update MSRV in readme ([#&#8203;1446](https://github.com/casey/just/pull/1446)) - Merge CI workflows ([#&#8203;1444](https://github.com/casey/just/pull/1444)) - Use dotenvy instead of dotenv ([#&#8203;1443](https://github.com/casey/just/pull/1443) by [mike-burns](https://github.com/mike-burns)) - Update Chinese translation of readme ([#&#8203;1428](https://github.com/casey/just/pull/1428) by [hustcer](https://github.com/hustcer)) ### [`v1.9.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#&#8203;190-httpsgithubcomcaseyjustreleasestag190---2022-11-25) [Compare Source](https://github.com/casey/just/compare/1.8.0...1.9.0) ##### Breaking Changes to Unstable Features - Change `fallback` setting default to false ([#&#8203;1425](https://github.com/casey/just/pull/1425)) ##### Added - Hide recipes with `[private]` attribute ([#&#8203;1422](https://github.com/casey/just/pull/1422)) - Add replace_regex function ([#&#8203;1393](https://github.com/casey/just/pull/1393) by [miles170](https://github.com/miles170)) - Add \[no-cd] attribute ([#&#8203;1400](https://github.com/casey/just/pull/1400)) ##### Changed - Omit shebang lines on Windows ([#&#8203;1417](https://github.com/casey/just/pull/1417)) ##### Misc - Placate clippy ([#&#8203;1423](https://github.com/casey/just/pull/1423)) - Make include_shebang_line clearer ([#&#8203;1418](https://github.com/casey/just/pull/1418)) - Use more secure cURL options in install.sh ([#&#8203;1416](https://github.com/casey/just/pull/1416)) - Document how shebang recipes are executed ([#&#8203;1412](https://github.com/casey/just/pull/1412)) - Fix typo: regec → regex ([#&#8203;1409](https://github.com/casey/just/pull/1409)) - Use powershell.exe instead of pwsh.exe in readme ([#&#8203;1394](https://github.com/casey/just/pull/1394) by [asdf8dfafjk](https://github.com/asdf8dfafjk)) - Expand alternatives and prior art in readme ([#&#8203;1401](https://github.com/casey/just/pull/1401)) - Split up CI workflow ([#&#8203;1399](https://github.com/casey/just/pull/1399)) ### [`v1.8.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#&#8203;180-httpsgithubcomcaseyjustreleasestag180---2022-11-02) [Compare Source](https://github.com/casey/just/compare/1.7.0...1.8.0) ##### Added - Add OS Configuration Attributes ([#&#8203;1387](https://github.com/casey/just/pull/1387)) ##### Misc - Link to sclu1034/vscode-just in readme ([#&#8203;1396](https://github.com/casey/just/pull/1396)) ### [`v1.7.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#&#8203;170-httpsgithubcomcaseyjustreleasestag170---2022-10-26) [Compare Source](https://github.com/casey/just/compare/1.6.0...1.7.0) ##### Breaking Changes to Unstable Features - Make `fallback` setting default to true ([#&#8203;1384](https://github.com/casey/just/pull/1384)) ##### Added - Add more case-conversion functions ([#&#8203;1383](https://github.com/casey/just/pull/1383) by [gVirtu](https://github.com/gVirtu)) - Add `tempdir` setting ([#&#8203;1369](https://github.com/casey/just/pull/1369) by [dmatos2012](https://github.com/dmatos2012)) - Add \[no-exit-message] recipe annotation ([#&#8203;1354](https://github.com/casey/just/pull/1354) by [gokhanettin](https://github.com/gokhanettin)) - Add `capitalize(s)` function ([#&#8203;1375](https://github.com/casey/just/pull/1375) by [femnad](https://github.com/femnad)) ##### Misc - Credit contributors in changelog ([#&#8203;1385](https://github.com/casey/just/pull/1385)) - Update asdf just plugin repository ([#&#8203;1380](https://github.com/casey/just/pull/1380) by [kachick](https://github.com/kachick)) - Prepend commit messages with ` - ` in changelog ([#&#8203;1379](https://github.com/casey/just/pull/1379)) - Fail publish if `<sup>master</sup>` is found in README.md ([#&#8203;1378](https://github.com/casey/just/pull/1378)) - Use for loop in capitalize implementation ([#&#8203;1377](https://github.com/casey/just/pull/1377)) ### [`v1.6.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#&#8203;160-httpsgithubcomcaseyjustreleasestag160---2022-10-19) [Compare Source](https://github.com/casey/just/compare/1.5.0...1.6.0) ##### Breaking Changes to Unstable Features - Require `set fallback := true` to enable recipe fallback ([#&#8203;1368](https://github.com/casey/just/pull/1368)) ##### Changed - Allow fallback with search directory ([#&#8203;1348](https://github.com/casey/just/pull/1348)) ##### Added - Don't evaluate comments ([#&#8203;1358](https://github.com/casey/just/pull/1358)) - Add skip-comments setting ([#&#8203;1333](https://github.com/casey/just/pull/1333) by [neunenak](https://github.com/neunenak)) - Allow bash completion to complete tasks in other directories ([#&#8203;1303](https://github.com/casey/just/pull/1303) by [jpbochi](https://github.com/jpbochi)) ##### Misc - Restore www/CNAME ([#&#8203;1364](https://github.com/casey/just/pull/1364)) - Improve book config ([#&#8203;1363](https://github.com/casey/just/pull/1363)) - Add kitchen sink justfile to test syntax highlighting ([#&#8203;1362](https://github.com/casey/just/pull/1362) by [nk9](https://github.com/nk9)) - Note version in which absolute path construction was added ([#&#8203;1361](https://github.com/casey/just/pull/1361)) - Inline setup and cleanup functions in completion script test ([#&#8203;1352](https://github.com/casey/just/pull/1352)) ### [`v1.5.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#&#8203;150-httpsgithubcomcaseyjustreleasestag150---2022-9-11) [Compare Source](https://github.com/casey/just/compare/1.4.0...1.5.0) ##### Changed - Allow constructing absolute paths with `/` operator ([#&#8203;1320](https://github.com/casey/just/pull/1320) by [erikkrieg](https://github.com/erikkrieg)) ##### Misc - Allow fewer lints ([#&#8203;1340](https://github.com/casey/just/pull/1340)) - Fix issues reported by nightly clippy ([#&#8203;1336](https://github.com/casey/just/pull/1336) by [neunenak](https://github.com/neunenak)) - Refactor run.rs ([#&#8203;1335](https://github.com/casey/just/pull/1335) by [neunenak](https://github.com/neunenak)) - Allow comments on same line as settings ([#&#8203;1339](https://github.com/casey/just/pull/1339)) - Fix justfile env shebang on Linux ([#&#8203;1330](https://github.com/casey/just/pull/1330)) - Update Chinese translation of README.md ([#&#8203;1325](https://github.com/casey/just/pull/1325) by [hustcer](https://github.com/hustcer)) - Add additional settings to grammar - Add an example of using a variable in a recipe parameter ([#&#8203;1311](https://github.com/casey/just/pull/1311) by [papertigers](https://github.com/papertigers)) ### [`v1.4.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#&#8203;140-httpsgithubcomcaseyjustreleasestag140---2022-8-08) [Compare Source](https://github.com/casey/just/compare/1.3.0...1.4.0) ##### Fixed - Fix shell setting precedence ([#&#8203;1306](https://github.com/casey/just/pull/1306)) ##### Misc - Don't hardcode homebrew prefix ([#&#8203;1295](https://github.com/casey/just/pull/1295)) - Exclude files from cargo package ([#&#8203;1283](https://github.com/casey/just/pull/1283)) - Add usage note to default list recipe ([#&#8203;1296](https://github.com/casey/just/pull/1296) by [jpbochi](https://github.com/jpbochi)) - Add MPR/Prebuilt-MPR installation instructions to README.md ([#&#8203;1280](https://github.com/casey/just/pull/1280) by [hwittenborn](https://github.com/hwittenborn)) - Add make and makesure to readme ([#&#8203;1299](https://github.com/casey/just/pull/1299)) - Document how to configure zsh completions on MacOS ([#&#8203;1285](https://github.com/casey/just/pull/1285) by [nk9](https://github.com/nk9)) - Convert package table to HTML ([#&#8203;1291](https://github.com/casey/just/pull/1291)) ### [`v1.3.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#&#8203;130-httpsgithubcomcaseyjustreleasestag130---2022-7-25) [Compare Source](https://github.com/casey/just/compare/1.2.0...1.3.0) ##### Added - Add `/` operator ([#&#8203;1237](https://github.com/casey/just/pull/1237)) ##### Fixed - Fix multibyte codepoint crash ([#&#8203;1243](https://github.com/casey/just/pull/1243)) ##### Misc - Update just-install reference on README.md ([#&#8203;1275](https://github.com/casey/just/pull/1275) by [0xradical](https://github.com/0xradical)) - Split Recipe::run into Recipe::{run_shebang,run_linewise} ([#&#8203;1270](https://github.com/casey/just/pull/1270)) - Add asdf package to readme([#&#8203;1264](https://github.com/casey/just/pull/1264) by [jaacko-torus](https://github.com/jaacko-torus)) - Add mdbook deps for build-book recipe ([#&#8203;1259](https://github.com/casey/just/pull/1259) by [TopherIsSwell](https://github.com/TopherIsSwell)) - Fix typo: argumant -> argument ([#&#8203;1257](https://github.com/casey/just/pull/1257) by [kianmeng](https://github.com/kianmeng)) - Improve error message if `if` is missing the `else` ([#&#8203;1252](https://github.com/casey/just/pull/1252) by [nk9](https://github.com/nk9)) - Explain how to pass arguments of a command to a dependency ([#&#8203;1254](https://github.com/casey/just/pull/1254) by [heavelock](https://github.com/heavelock)) - Update Chinese translation of README.md ([#&#8203;1253](https://github.com/casey/just/pull/1253) by [hustcer](https://github.com/hustcer)) - Improvements to Sublime syntax file ([#&#8203;1250](https://github.com/casey/just/pull/1250) by [nk9](https://github.com/nk9)) - Prevent unbounded recursion when parsing expressions ([#&#8203;1248](https://github.com/casey/just/pull/1248) by [evanrichter](https://github.com/evanrichter)) - Publish to snap store ([#&#8203;1245](https://github.com/casey/just/pull/1245)) - Restore fuzz test harness ([#&#8203;1246](https://github.com/casey/just/pull/1246) by [evanrichter](https://github.com/evanrichter)) - Add just-install to README file ([#&#8203;1241](https://github.com/casey/just/pull/1241) by [brombal](https://github.com/brombal)) - Fix dead readme link ([#&#8203;1240](https://github.com/casey/just/pull/1240) by [wdroz](https://github.com/wdroz)) - Do `use super::*;` instead of `use crate::common::*;` ([#&#8203;1239](https://github.com/casey/just/pull/1239)) - Fix readme punctuation ([#&#8203;1235](https://github.com/casey/just/pull/1235)) - Add argument splitting section to readme ([#&#8203;1230](https://github.com/casey/just/pull/1230)) - Add notes about environment variables to readme ([#&#8203;1229](https://github.com/casey/just/pull/1229)) - Fix book links ([#&#8203;1227](https://github.com/casey/just/pull/1227)) - Add nushell README.md ([#&#8203;1224](https://github.com/casey/just/pull/1224) by [hustcer](https://github.com/hustcer)) - Use absolute links in readme ([#&#8203;1223](https://github.com/casey/just/pull/1223)) - Copy changelog into manual ([#&#8203;1222](https://github.com/casey/just/pull/1222)) - Translate Chinese manual introduction and title ([#&#8203;1220](https://github.com/casey/just/pull/1220) by [hustcer](https://github.com/hustcer)) - Build Chinese language user manual ([#&#8203;1219](https://github.com/casey/just/pull/1219)) - Update Chinese translation of README.md ([#&#8203;1218](https://github.com/casey/just/pull/1218) by [hustcer](https://github.com/hustcer)) - Translate all of README.md into Chinese ([#&#8203;1217](https://github.com/casey/just/pull/1217) by [hustcer](https://github.com/hustcer)) - Translate all of features in README into Chinese ([#&#8203;1215](https://github.com/casey/just/pull/1215) by [hustcer](https://github.com/hustcer)) - Make link to examples directory absolute ([#&#8203;1213](https://github.com/casey/just/pull/1213)) - Translate part of features in README into Chinese ([#&#8203;1211](https://github.com/casey/just/pull/1211) by [hustcer](https://github.com/hustcer)) - Add JetBrains IDE plugin to readme ([#&#8203;1209](https://github.com/casey/just/pull/1209) by [linux-china](https://github.com/linux-china)) - Translate features chapter of readme to Chinese ([#&#8203;1208](https://github.com/casey/just/pull/1208) by [hustcer](https://github.com/hustcer)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45Mi4xIiwidXBkYXRlZEluVmVyIjoiMzQuOTIuMSJ9-->
renovate-bot added the
renovate
label 2023-02-09 20:07:07 +01:00
renovate-bot added 1 commit 2023-02-09 20:07:07 +01:00
Update dependency just to v1.13.0
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/pr/tests Pipeline was successful
ci/woodpecker/pr/test_docker_arm64 Pipeline was successful
ci/woodpecker/pr/test_docker_amd64 Pipeline was successful
ci/woodpecker/pr/test_release Pipeline was successful
ci/woodpecker/pr/test_tox_arm64 Pipeline was successful
ci/woodpecker/pr/test_tox_amd64 Pipeline was successful
8b8a5cefcd
olofvndrhr merged commit 406a6650ef into master 2023-02-10 19:43:16 +01:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: olofvndrhr/manga-dlp#34
No description provided.