Releases: gifnksm/souko
Releases · gifnksm/souko
v0.3.2
What's Changed
- The zsh
souko-cd-widgetnow uses a path-first tab-separated selector format so labels can contain tabs without breaking path extraction (#660)- Default
SOUKO_LIST_TEMPLATEchanged fromlabel<TAB>pathtopath<TAB>label sk/fzfintegration now displays and searches all label fields after the first tab while extracting the destination path from the first field- If you customized
SOUKO_LIST_TEMPLATE, update it to the newpath<TAB>labelcontract - README shell integration examples were updated to match the new selector contract
- Default
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
What's Changed
Added
souko list --template <FORMAT>: new template-based output format for customizing list output (#643, #644)- Useful for integrating with picker tools such as fzf and skim
- Available template variables include
root_name,repo_relative_path,repo_canonical_path, etc. - Unknown variable names in templates are detected and reported as errors when running
souko list(during--templateargument validation)
- Added shell integration documentation and a zsh plugin for selecting a repository with
skorfzfand changing to it from the current shell (#658)- Documented fuzzy-finder-based repository navigation in the README
- Added
souko.plugin.zshandsouko-cd-widgetwith configurable selector and key binding options
Fixed
query.scheme_aliasandquery.custom_schemefields inconfig.tomlcan now be omitted without causing a parse error (#645)
Changed
- Rust edition bumped to 2024 (#650)
- Error message wording and contribution guidelines were updated to clarify the project's error display policy (#651)
- (Breaking) Migrate from xtask to just-based task runner (#632, #633)
- (Breaking) Replace xtask dist flow with dedicated build-dist script (#634, #652)
- Minimum Supported Rust Version (MSRV) bumped to 1.88.0 (was 1.78.0)
- Updated dependencies
Full list of pull requests
- Fix typo in .cargo/config.toml by @gifnksm in #509
- build(deps): bump serde from 1.0.216 to 1.0.217 by @dependabot[bot] in #508
- build(deps): bump tempfile from 3.14.0 to 3.15.0 by @dependabot[bot] in #510
- build(deps): bump cli-xtask from 0.10.0 to 0.10.1 by @dependabot[bot] in #511
- build(deps): bump serde_json from 1.0.134 to 1.0.135 by @dependabot[bot] in #512
- build(deps): bump thiserror from 2.0.9 to 2.0.10 by @dependabot[bot] in #514
- build(deps): bump clap from 4.5.23 to 4.5.26 by @dependabot[bot] in #515
- build(deps): bump thiserror from 2.0.10 to 2.0.11 by @dependabot[bot] in #516
- build(deps): bump directories from 5.0.1 to 6.0.0 by @dependabot[bot] in #517
- build(deps): bump serde_json from 1.0.135 to 1.0.137 by @dependabot[bot] in #518
- build(deps): bump clap from 4.5.26 to 4.5.27 by @dependabot[bot] in #519
- build(deps): bump serde_json from 1.0.137 to 1.0.139 by @dependabot[bot] in #530
- build(deps): bump clap from 4.5.27 to 4.5.31 by @dependabot[bot] in #531
- build(deps): bump once_cell from 1.20.2 to 1.20.3 by @dependabot[bot] in #524
- build(deps): bump toml_edit from 0.22.22 to 0.22.24 by @dependabot[bot] in #525
- build(deps): bump tempfile from 3.15.0 to 3.17.1 by @dependabot[bot] in #529
- Update dependency by @gifnksm in #536
- build(deps): bump tempfile from 3.17.1 to 3.18.0 by @dependabot[bot] in #537
- build(deps): bump serde from 1.0.218 to 1.0.219 by @dependabot[bot] in #538
- build(deps): bump once_cell from 1.20.3 to 1.21.0 by @dependabot[bot] in #539
- build(deps): bump clap from 4.5.31 to 4.5.32 by @dependabot[bot] in #540
- build(deps): bump once_cell from 1.21.0 to 1.21.1 by @dependabot[bot] in #541
- build(deps): bump tempfile from 3.18.0 to 3.19.0 by @dependabot[bot] in #542
- build(deps): bump git2 from 0.20.0 to 0.20.1 by @dependabot[bot] in #543
- build(deps): bump tempfile from 3.19.0 to 3.19.1 by @dependabot[bot] in #544
- build(deps): bump once_cell from 1.21.1 to 1.21.3 by @dependabot[bot] in #547
- build(deps): bump clap from 4.5.32 to 4.5.34 by @dependabot[bot] in #545
- build(deps): bump clap from 4.5.34 to 4.5.35 by @dependabot[bot] in #548
- build(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 in the cargo group by @dependabot[bot] in #572
- build(deps): bump clap from 4.5.35 to 4.5.46 by @dependabot[bot] in #571
- build(deps): bump toml_edit from 0.22.24 to 0.23.4 by @dependabot[bot] in #570
- build(deps): bump assert_cmd from 2.0.16 to 2.0.17 by @dependabot[bot] in #550
- build(deps): bump color-eyre from 0.6.3 to 0.6.5 by @dependabot[bot] in #558
- build(deps): bump chrono from 0.4.40 to 0.4.41 by @dependabot[bot] in #554
- Update dependencies by @gifnksm in #584
- Update dependencies by @gifnksm in #585
- build(deps): bump toml_edit from 0.23.6 to 0.23.7 by @dependabot[bot] in #586
- build(deps): bump regex from 1.11.3 to 1.12.2 by @dependabot[bot] in #588
- build(deps): bump clap from 4.5.48 to 4.5.49 by @dependabot[bot] in #589
- build(deps): bump clap from 4.5.49 to 4.5.50 by @dependabot[bot] in #590
- build(deps): bump clap from 4.5.50 to 4.5.51 by @dependabot[bot] in #593
- build(deps): bump clap from 4.5.51 to 4.5.53 by @dependabot[bot] in #595
- build(deps): bump git2 from 0.20.2 to 0.20.3 by @dependabot[bot] in #598
- build(deps): bump tracing-subscriber from 0.3.20 to 0.3.22 by @dependabot[bot] in #600
- build(deps): bump toml_edit from 0.23.7 to 0.24.0+spec-1.1.0 by @dependabot[bot] in #602
- build(deps): bump git2 from 0.20.2 to 0.20.4 in the cargo group across 1 directory by @dependabot[bot] in #603
- build(deps): bump tar from 0.4.44 to 0.4.45 in the cargo group across 1 directory by @dependabot[bot] in #605
- build(deps): bump assert_cmd from 2.0.17 to 2.1.1 by @dependabot[bot] in #592
- build(deps): bump once_cell from 1.21.3 to 1.21.4 by @dependabot[bot] in #607
- build(deps): bump thiserror from 2.0.17 to 2.0.18 by @dependabot[bot] in #608
- build(deps): bump clap from 4.5.53 to 4.6.0 by @dependabot[bot] in #611
- build(deps): bump tempfile from 3.23.0 to 3.27.0 by @dependabot[bot] in #609
- build(deps): bump toml_edit from 0.24.0+spec-1.1.0 to 0.25.5+spec-1.1.0 by @dependabot[bot] in #610
- build(deps): bump tracing-subscriber from 0.3.22 to 0.3.23 by @dependabot[bot] in #612
- build(deps): bump toml_edit from 0.25.5+spec-1.1.0 to 0.25.8+spec-1.1.0 by @dependabot[bot] in #613
- build(deps): bump regex from 1.12.2 to 1.12.3 by @dependabot[bot] in #615
- build(deps): bump chrono from 0.4.42 to 0.4.44 by @dependabot[bot] in #616
- build(deps): bump url from 2.5.7 to 2.5.8 by @dependabot[bot] in #614
- build(deps): bump predicates from 3.1.3 to 3.1.4 by @dependabot[bot] in #617
- build(deps): bump serde_json from 1.0.145 to 1.0.149 by @dependabot[bot] in #619
- build(deps): bump cli-xtask from 0.10.1 to 0.10.2 and bump MSRV to 1.88.0 by @dependabot[bot] in #618
- chore: add .editorconfig and improve dependabot config by @gifnksm in #620
- build(deps): bump getrandom from 0.2.16 to 0.2.17 by @dependabot[bot] in #623
- build(deps): bump icu_properties from 2.0.1 to 2.0.2 by @dependabot[bot] in #624
- build(deps): bump bumpalo from 3.19.0 to 3.20.2 by @dependabot[bot] in #625
- build(deps): bump memchr from 2.7.6 to 2.8.0 by @dependabot[bot] in #627
- chore: cargo update by @gifnksm in #628
- ci: add concurrency settings to cancel outdated workflow runs by @gifnksm in #629
- ci: inline reusable workflows from rust-template by @gifnksm in #630
- chore: add workflow to update dependencies automatically by @gifnksm in #631
- chore: migrate from cli-xtask to just-based tasks by @gifnksm in #632
- xtask: remove unused cli-xtask features by @gifnksm in #633
- Replace xtask dist flow with dedicated build-dist script by @gifnksm in #634
- ci: add typos check to CI by @gifnksm in https://github.com/gifnksm/souko...
v0.2.2
What's Changed
Changed
- Minimum Supported Rust Version (MSRV) bumped to 1.78.0 (was 1.74.0) (#491)
- Updated dependencies
Full list of pull requests
- build(deps): bump clap from 4.5.17 to 4.5.18 by @dependabot in #466
- build(deps): bump thiserror from 1.0.63 to 1.0.64 by @dependabot in #467
- build(deps): bump remove_dir_all from 0.8.3 to 0.8.4 by @dependabot in #469
- build(deps): bump once_cell from 1.19.0 to 1.20.1 by @dependabot in #470
- build(deps): bump toml_edit from 0.22.20 to 0.22.22 by @dependabot in #468
- build(deps): bump tempfile from 3.12.0 to 3.13.0 by @dependabot in #471
- build(deps): bump regex from 1.10.6 to 1.11.0 by @dependabot in #473
- build(deps): bump clap from 4.5.18 to 4.5.19 by @dependabot in #472
- build(deps): bump once_cell from 1.20.1 to 1.20.2 by @dependabot in #474
- build(deps): bump clap from 4.5.19 to 4.5.20 by @dependabot in #475
- build(deps): bump serde_json from 1.0.128 to 1.0.129 by @dependabot in #476
- build(deps): bump serde_json from 1.0.129 to 1.0.132 by @dependabot in #477
- build(deps): bump serde from 1.0.210 to 1.0.211 by @dependabot in #478
- Update semver-compat dependencies by @gifnksm in #491
- build(deps): bump thiserror from 1.0.69 to 2.0.3 by @dependabot in #492
- build(deps): bump cli-xtask from 0.8.0 to 0.9.0 by @dependabot in #494
- build(deps): bump remove_dir_all from 0.8.4 to 1.0.0 by @dependabot in #493
- build(deps): bump thiserror from 2.0.3 to 2.0.4 by @dependabot in #496
- build(deps): bump clap from 4.5.21 to 4.5.22 by @dependabot in #495
- build(deps): bump clap from 4.5.22 to 4.5.23 by @dependabot in #497
- build(deps): bump thiserror from 2.0.4 to 2.0.6 by @dependabot in #498
- build(deps): bump chrono from 0.4.38 to 0.4.39 by @dependabot in #499
- build(deps): bump serde from 1.0.215 to 1.0.216 by @dependabot in #500
- build(deps): bump thiserror from 2.0.6 to 2.0.7 by @dependabot in #501
- build(deps): bump thiserror from 2.0.7 to 2.0.8 by @dependabot in #502
- build(deps): bump predicates from 3.1.2 to 3.1.3 by @dependabot in #503
- build(deps): bump thiserror from 2.0.8 to 2.0.9 by @dependabot in #504
- build(deps): bump serde_json from 1.0.133 to 1.0.134 by @dependabot in #505
- build(deps): bump cli-xtask from 0.9.0 to 0.10.0 by @dependabot in #506
- Update dependencies by @gifnksm in #507
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
Fixed
- Output paths on Windows no longer include the UNC prefix (
\\?\) (#462)
Changed
- Minimum Supported Rust Version (MSRV) bumped to 1.74.0 (was 1.70.0) (#463)
- Updated dependencies
Full list of pull requests
- Bump clap from 4.4.3 to 4.4.4 by @dependabot in #310
- Bump predicates from 3.0.3 to 3.0.4 by @dependabot in #311
- Bump git2 from 0.18.0 to 0.18.1 by @dependabot in #312
- Bump cli-xtask from 0.7.0 to 0.8.0 by @dependabot in #313
- Bump clap from 4.4.4 to 4.4.5 by @dependabot in #314
- Bump toml_edit from 0.20.0 to 0.20.1 by @dependabot in #316
- Bump thiserror from 1.0.48 to 1.0.49 by @dependabot in #315
- Bump clap from 4.4.5 to 4.4.6 by @dependabot in #317
- Bump regex from 1.9.5 to 1.9.6 by @dependabot in #318
- Bump toml_edit from 0.20.1 to 0.20.2 by @dependabot in #319
- Bump regex from 1.9.6 to 1.10.0 by @dependabot in #320
- Bump serde from 1.0.188 to 1.0.189 by @dependabot in #321
- Bump regex from 1.10.0 to 1.10.2 by @dependabot in #324
- Bump tracing from 0.1.37 to 0.1.39 by @dependabot in #322
- Bump rustix from 0.38.13 to 0.38.19 by @dependabot in #325
- Bump tracing from 0.1.39 to 0.1.40 by @dependabot in #326
- Bump thiserror from 1.0.49 to 1.0.50 by @dependabot in #327
- Bump clap from 4.4.6 to 4.4.7 by @dependabot in #329
- Bump toml_edit from 0.20.2 to 0.20.4 by @dependabot in #328
- Bump serde from 1.0.189 to 1.0.190 by @dependabot in #330
- Bump tempfile from 3.8.0 to 3.8.1 by @dependabot in #331
- Bump toml_edit from 0.20.4 to 0.20.5 by @dependabot in #332
- Bump toml_edit from 0.20.5 to 0.20.7 by @dependabot in #333
- Bump serde_json from 1.0.107 to 1.0.108 by @dependabot in #334
- Bump serde from 1.0.190 to 1.0.192 by @dependabot in #335
- Bump toml_edit from 0.20.7 to 0.21.0 by @dependabot in #336
- Bump clap from 4.4.7 to 4.4.8 by @dependabot in #337
- Bump tracing-subscriber from 0.3.17 to 0.3.18 by @dependabot in #338
- Bump serde from 1.0.192 to 1.0.193 by @dependabot in #339
- Bump url from 2.4.1 to 2.5.0 by @dependabot in #340
- build(deps): bump clap from 4.4.8 to 4.4.10 by @dependabot in #341
- build(deps): bump clap from 4.4.10 to 4.4.11 by @dependabot in #342
- build(deps): bump once_cell from 1.18.0 to 1.19.0 by @dependabot in #343
- build(deps): bump thiserror from 1.0.50 to 1.0.51 by @dependabot in #344
- build(deps): bump thiserror from 1.0.51 to 1.0.52 by @dependabot in #345
- build(deps): bump clap from 4.4.11 to 4.4.12 by @dependabot in #348
- build(deps): bump serde_json from 1.0.108 to 1.0.109 by @dependabot in #350
- build(deps): bump thiserror from 1.0.52 to 1.0.56 by @dependabot in #351
- build(deps): bump assert_fs from 1.0.13 to 1.1.0 by @dependabot in #346
- build(deps): bump tempfile from 3.8.1 to 3.9.0 by @dependabot in #347
- build(deps): bump serde from 1.0.193 to 1.0.194 by @dependabot in #352
- build(deps): bump serde_json from 1.0.109 to 1.0.111 by @dependabot in #353
- build(deps): bump clap from 4.4.12 to 4.4.13 by @dependabot in #354
- build(deps): bump serde from 1.0.194 to 1.0.195 by @dependabot in #355
- build(deps): bump clap from 4.4.13 to 4.4.14 by @dependabot in #356
- build(deps): bump assert_fs from 1.1.0 to 1.1.1 by @dependabot in #357
- build(deps): bump clap from 4.4.14 to 4.4.16 by @dependabot in #359
- build(deps): bump assert_cmd from 2.0.12 to 2.0.13 by @dependabot in #358
- build(deps): bump clap from 4.4.16 to 4.4.18 by @dependabot in #362
- build(deps): bump predicates from 3.0.4 to 3.1.0 by @dependabot in #361
- build(deps): bump chrono from 0.4.31 to 0.4.33 by @dependabot in #365
- build(deps): bump serde from 1.0.195 to 1.0.196 by @dependabot in #366
- build(deps): bump regex from 1.10.2 to 1.10.3 by @dependabot in #363
- build(deps): bump serde_json from 1.0.111 to 1.0.113 by @dependabot in #367
- build(deps): bump toml_edit from 0.21.0 to 0.21.1 by @dependabot in #368
- build(deps): bump git2 from 0.18.1 to 0.18.2 by @dependabot in #371
- build(deps): bump tempfile from 3.9.0 to 3.10.0 by @dependabot in #369
- build(deps): bump toml_edit from 0.21.1 to 0.22.4 by @dependabot in #370
- build(deps): bump chrono from 0.4.33 to 0.4.34 by @dependabot in #374
- build(deps): bump clap from 4.4.18 to 4.5.0 by @dependabot in #372
- build(deps): bump toml_edit from 0.22.4 to 0.22.6 by @dependabot in #378
- build(deps): bump clap from 4.5.0 to 4.5.1 by @dependabot in #379
- build(deps): bump assert_cmd from 2.0.13 to 2.0.14 by @dependabot in #380
- build(deps): bump serde_json from 1.0.113 to 1.0.114 by @dependabot in #381
- build(deps): bump thiserror from 1.0.56 to 1.0.57 by @dependabot in #376
- build(deps): bump tempfile from 3.10.0 to 3.10.1 by @dependabot in #382
- build(deps): bump serde from 1.0.196 to 1.0.197 by @dependabot in #383
- build(deps): bump walkdir from 2.4.0 to 2.5.0 by @dependabot in #384
- build(deps): bump clap from 4.5.1 to 4.5.2 by @dependabot in #386
- build(deps): bump chrono from 0.4.34 to 0.4.35 by @dependabot in #385
- build(deps): bump thiserror from 1.0.57 to 1.0.58 by @dependabot in #387
- build(deps): bump git2 from 0.18.2 to 0.18.3 by @dependabot in #392
- build(deps): bump clap from 4.5.2 to 4.5.3 by @dependabot in #390
- build(deps): bump color-eyre from 0.6.2 to 0.6.3 by @dependabot in #389
- build(deps): bump regex from 1.10.3 to 1.10.4 by @dependabot in #394
- build(deps): bump serde_json from 1.0.114 to 1.0.115 by @dependabot in #396
- build(deps): bump clap from 4.5.3 to 4.5.4 by @dependabot in #395
- build(deps): bump toml_edit from 0.22.6 to 0.22.9 by @dependabot in #393
- Update dependencies by @gifnksm in #397
- Update ci.yml: Pass CODECOV_TOKEN to reusable workflows by @gifnksm in #398
- build(deps): bump chrono from 0.4.37 to 0.4.38 by @dependabot in #399
- build(deps): bump serde_json from 1.0.115 to 1.0.116 by @dependabot in #400
- build(deps): bump serde from 1.0.197 to 1.0.198 by @dependabot in #401
- build(deps): bump toml_edit from 0.22.9 to 0.22.11 by @dependabot in #402
- build(deps): bump thiserror from 1.0.58 to 1.0.59 by @dependabot in #404
- build(deps): bump serde_json from 1.0.116 to 1.0.117 by @dependabot in #409
- build(deps): bump toml_edit from 0.22.11 to 0.22.13 by @dependabot in #411
- build(deps): bump thiserror from 1.0.59 to 1.0.61 by @dependabot in #412
- build(deps): bump serde from 1.0.198 to 1.0.202 by @dependabot in #410
- build(deps): bump serde from 1.0.202 to 1.0.203 by @dependabot in #413
- build(deps): bump toml_edit from 0.22...
v0.2.0
What's Changed
Added
vendored-libgit2andvendored-opensslfeature flags, which allow building without system libraries (#297)
Changed
- (Breaking) System
libgit2andopensslare now used by default instead of vendored copies (#308)- To build without system dependencies, pass
--features vendored-libgit2,vendored-openssl
- To build without system dependencies, pass
Full list of pull requests
- Update git2 & git2_credentials by @gifnksm in #296
- Cargo.toml: Add
vendored-libgit2andvendored-opensslfeatures by @gifnksm in #297 - Bump walkdir from 2.3.3 to 2.4.0 by @dependabot in #298
- Bump chrono from 0.4.28 to 0.4.29 by @dependabot in #299
- Bump toml_edit from 0.19.14 to 0.19.15 by @dependabot in #300
- Bump chrono from 0.4.29 to 0.4.30 by @dependabot in #301
- Bump serde_json from 1.0.105 to 1.0.106 by @dependabot in #303
- Bump clap from 4.4.2 to 4.4.3 by @dependabot in #304
- Bump toml_edit from 0.19.15 to 0.20.0 by @dependabot in #305
- Bump serde_json from 1.0.106 to 1.0.107 by @dependabot in #306
- Update dependencies by @gifnksm in #307
- (breaking change) Use system
libgit2andlibopensslby default by @gifnksm in #308
Full Changelog: v0.1.2...v0.2.0
v0.1.2
v0.1.1
What's Changed
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Fix CI workflow run condition by @gifnksm in #2
- Implement basic features by @gifnksm in #1
- README: update MSRV by @gifnksm in #3
- CD: Run on pull request and main branch by @gifnksm in #4
- CD: use bash for all environments by @gifnksm in #6
- CD: upload build artifacts by @gifnksm in #5
- CD: change job name & artifact name by @gifnksm in #8
- CD: change cargo profile to strip release binaries by @gifnksm in #7
- release: Run cargo test before release by @gifnksm in #9
- Add commandline flags to control output verbosity by @gifnksm in #10
- Add Integration test & fix bugs by @gifnksm in #11
- Update README by @gifnksm in #12
- README: Add usage and install instruction by @gifnksm in #13
- Update cargo manifest by @gifnksm in #14
- Add cargo-deny support by @gifnksm in #15
- deny.toml: update by @gifnksm in #16
- CI: use cache for faster CI builds by @gifnksm in #17
- CI: run tests on macOS/Windows by @gifnksm in #18
- Fix env-filter not working by @gifnksm in #19
- Use cargo xtask to build artifacts by @gifnksm in #20
- xtask: Get package & executable information from cargo metadata by @gifnksm in #21
- Add codecov.yml by @gifnksm in #22
- release: enable post-release commit by @gifnksm in #23
- lib.rs: Add document comment by @gifnksm in #24
- Add README & LICENSE-* to dist archive by @gifnksm in #25
- release.toml: small improvement by @gifnksm in #26
- Actionlint by @gifnksm in #27
- Refactor xtask crate by @gifnksm in #28
- Bump serde from 1.0.142 to 1.0.143 by @dependabot in #30
- xtask: add manpages to dist archive by @gifnksm in #29
- xtask/Cargo.toml: remove souko version from Cargo.toml by @gifnksm in #32
- xtask: refactoring by @gifnksm in #33
- xtask: add shell completion files generation by @gifnksm in #34
- Make CI workflow more dry by @gifnksm in #35
- CI: don't run coverage job with MSRV toolchain by @gifnksm in #36
- CI: add job to test with default features by @gifnksm in #37
- CI: add cargo-udeps job by @gifnksm in #38
- Use taiki-e/install-action to install cargo-udeps by @gifnksm in #39
- CI: remove annotation production from clippy job by @gifnksm in #40
- CI: simplify feature matrix generation by @gifnksm in #41
- Migrate to dtolnay/rust-toolchain by @gifnksm in #42
- Bump clap_complete from 3.2.3 to 3.2.4 by @dependabot in #43
- Bump clap from 3.2.16 to 3.2.17 by @dependabot in #44
- Bump once_cell from 1.13.0 to 1.13.1 by @dependabot in #45
- Bump serde_json from 1.0.83 to 1.0.85 by @dependabot in #47
- Bump serde from 1.0.143 to 1.0.144 by @dependabot in #48
- Bump time from 0.3.13 to 0.3.14 by @dependabot in #49
- Use cli-xtask by @gifnksm in #50
- CI: remove duplicate test by @gifnksm in #51
- Update dependencies by @gifnksm in #52
- Refactor module structure by @gifnksm in #53
- Add --json option to list subcommand by @gifnksm in #54
- Simplify command line interface and features by @gifnksm in #55
- Support multiple root by @gifnksm in #56
- Refactoring by @gifnksm in #57
- Improve OptionalParam handling by @gifnksm in #58
- Change config format by @gifnksm in #59
- Add tilde path expansion by @gifnksm in #60
- Bump clap from 3.2.17 to 3.2.18 by @dependabot in #61
- Bump clap from 3.2.18 to 3.2.19 by @dependabot in #62
- Bump thiserror from 1.0.32 to 1.0.33 by @dependabot in #63
- Bump clap from 3.2.19 to 3.2.20 by @dependabot in #64
- Bump cli-xtask from 0.1.0 to 0.1.2 by @dependabot in #65
- Bump thiserror from 1.0.33 to 1.0.34 by @dependabot in #66
- Bump once_cell from 1.13.1 to 1.14.0 by @dependabot in #67
- Bump cli-xtask from 0.1.2 to 0.1.3 by @dependabot in #68
- Bump url from 2.2.2 to 2.3.1 by @dependabot in #69
- Bump clap from 3.2.20 to 3.2.21 by @dependabot in #70
- Bump thiserror from 1.0.34 to 1.0.35 by @dependabot in #71
- Bump cli-xtask from 0.1.3 to 0.1.4 by @dependabot in #72
- Update dependencies by @gifnksm in #76
- Update README to use carg-sync-rdme by @gifnksm in #77
- use reusable workflows by @gifnksm in #78
- Add credential handler to support credentials by @gifnksm in #79
- Add job to detect workflow completion by @gifnksm in #80
- Bump once_cell from 1.14.0 to 1.15.0 by @dependabot in #81
- Bump serde from 1.0.144 to 1.0.145 by @dependabot in #82
- Bump thiserror from 1.0.35 to 1.0.36 by @dependabot in #83
- Bump thiserror from 1.0.36 to 1.0.37 by @dependabot in #84
- Bump tracing from 0.1.36 to 0.1.37 by @dependabot in #90
- Bump tracing-subscriber from 0.3.15 to 0.3.16 by @dependabot in #89
- Update dependencies by @gifnksm in #91
- Revert "Update dependencies" by @gifnksm in #93
- GitHub Actions: fix workflow completion condition by @gifnksm in #92
- Update dependencies by @gifnksm in #94
- Bump clap from 4.0.12 to 4.0.13 by @dependabot in #99
- Bump clap from 4.0.13 to 4.0.14 by @dependabot in #100
- Bump clap from 4.0.14 to 4.0.15 by @dependabot in #101
- Bump clap from 4.0.15 to 4.0.16 by @dependabot in #102
- Bump clap from 4.0.16 to 4.0.17 by @dependabot in #103
- Bump serde_json from 1.0.86 to 1.0.87 by @dependabot in #104
- Update dependencies by @gifnksm in #105
- Bump assert_cmd from 2.0.4 to 2.0.5 by @dependabot in #106
- release.toml: remove dev-version by @gifnksm in #110
- Bump serde from 1.0.145 to 1.0.147 by @dependabot in #109
- Bump clap from 4.0.17 to 4.0.18 by @dependabot in #107
- Bump toml_edit from 0.14.4 to 0.15.0 by @dependabot in #111
- Bump once_cell from 1.15.0 to 1.16.0 by @dependabot in #112
- Address clippy lints by @gifnksm in #118
- Bump assert_fs from 1.0.7 to 1.0.10 by @dependabot in #128
- Bump assert_cmd from 2.0.5 to 2.0.7 by @dependabot in #127
- Bump predicates from 2.1.1 to 2.1.4 by @dependabot in #129
- Bump regex from 1.6.0 to 1.7.0 by @dependabot in #115
- Bump clap from 4.0.18 to 4.0.29 by @dependabot in #126
- Bump serde from 1.0.147 to 1.0.149 by @dependabot in #131
- Bump serde_json from 1.0.87 to 1.0.89 by @dependabot in #130
- Bump serde from 1.0.149 to 1.0.150 by @dependabot in #132
- Bump serde_json from 1.0.89 to 1.0.91 by @dependabot in #133
- Bump ser...