0
0
Fork 0
Commit Graph

44 Commits

Author SHA1 Message Date
Adrian Wannenmacher 1cb967d634
increase version number 2024-03-23 22:46:30 +01:00
dependabot[bot] df82545361
Bump the minor group with 6 updates (#16)
Bumps the minor group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.76` | `1.0.81` |
| [clap](https://github.com/clap-rs/clap) | `4.4.11` | `4.5.3` |
| [human-panic](https://github.com/rust-cli/human-panic) | `1.2.2` | `1.2.3` |
| [serde](https://github.com/serde-rs/serde) | `1.0.193` | `1.0.197` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.108` | `1.0.114` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.4.4` | `4.5.1` |


Updates `anyhow` from 1.0.76 to 1.0.81
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.76...1.0.81)

Updates `clap` from 4.4.11 to 4.5.3
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.11...v4.5.3)

Updates `human-panic` from 1.2.2 to 1.2.3
- [Changelog](https://github.com/rust-cli/human-panic/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-cli/human-panic/compare/v1.2.2...v1.2.3)

Updates `serde` from 1.0.193 to 1.0.197
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.193...v1.0.197)

Updates `serde_json` from 1.0.108 to 1.0.114
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.108...v1.0.114)

Updates `clap_complete` from 4.4.4 to 4.5.1
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.4.4...clap_complete-v4.5.1)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: human-panic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-23 22:42:59 +01:00
Adrian Wannenmacher d5116e9131
update manifest 2023-12-27 00:11:28 +01:00
dependabot[bot] c7192d279a
update dependencies
Bumps the minor group with 2 updates: [anyhow](https://github.com/dtolnay/anyhow) and [clap](https://github.com/clap-rs/clap).


Updates `anyhow` from 1.0.75 to 1.0.76
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.75...1.0.76)

Updates `clap` from 4.4.10 to 4.4.11
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.10...v4.4.11)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-27 00:08:58 +01:00
Adrian Wannenmacher d56dfbfd33
update lock file 2023-12-03 18:43:50 +01:00
Adrian Wannenmacher a945ee65ab
update manifest 2023-12-03 18:39:10 +01:00
dependabot[bot] 7764dc68ae
update dependencies
Bumps the minor group with 1 update: [clap](https://github.com/clap-rs/clap).

- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.8...v4.4.10)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-03 18:34:13 +01:00
dependabot[bot] 31ec6aa904
update dependencies
Bumps the minor group with 1 update: [serde](https://github.com/serde-rs/serde).

- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.192...v1.0.193)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27 17:05:11 +01:00
Adrian Wannenmacher cea3447866
fix dependabot config 2023-11-17 08:11:44 +01:00
Adrian Wannenmacher c7dbfebda3
add dependabot config 2023-11-17 08:10:38 +01:00
Adrian Wannenmacher 4f0ff2611a
update dependencies 2023-11-17 07:27:57 +01:00
Adrian Wannenmacher 13ad1878df
update README.md
It now displays the actual output. This is not a change in the programs
behaviour. The README.md was incorrect since version 0.2 .
2023-11-17 07:16:19 +01:00
Adrian Wannenmacher 7de766af8b
update Cargo.lock 2023-10-19 12:10:19 +02:00
Adrian Wannenmacher f8fb9b454a
update dependencies 2023-10-19 12:07:30 +02:00
dependabot[bot] 16711ec036
Bump rustix from 0.38.17 to 0.38.19 (#1) 2023-10-19 12:02:12 +02:00
Adrian Wannenmacher fad7bf702f
filter out PRs in CI 4 2023-10-19 11:55:07 +02:00
Adrian Wannenmacher 5a20350b08
filter out PRs in CI 3 2023-10-19 11:54:37 +02:00
Adrian Wannenmacher 21bd30a02b
filter out PRs in CI 2 2023-10-19 11:53:36 +02:00
Adrian Wannenmacher 6962ed458f
filter out PRs in CI 2023-10-19 11:49:45 +02:00
Adrian Wannenmacher 635aca0373
update dependencies 2023-10-07 21:46:09 +02:00
Adrian Wannenmacher 6a84bffd0b
release to 1.0 2023-10-07 21:45:08 +02:00
Adrian Wannenmacher bbae1f0d6e
simplify help texts 2023-09-24 15:16:18 +02:00
Adrian Wannenmacher ad173e2684
fix compiler output adjustment 2023-09-24 15:01:04 +02:00
Adrian Wannenmacher cccc8de834
adapt release to completion generation 2023-09-24 14:58:17 +02:00
Adrian Wannenmacher 3e5104abe1
update version 2023-09-24 14:54:08 +02:00
Adrian Wannenmacher 8736e99c3a
rethink abort conditions 2023-09-24 14:49:18 +02:00
Adrian Wannenmacher 5b0a00d140
apply suggested fixes 2023-09-24 14:46:17 +02:00
Adrian Wannenmacher 5ad2ece4e4
continue data gathering past individual failures 2023-09-24 14:41:57 +02:00
Adrian Wannenmacher 02166a07ef
redo output 2023-09-24 14:25:46 +02:00
Adrian Wannenmacher a806fb4de2
fix cli completion generation 2023-09-24 12:23:20 +02:00
Adrian Wannenmacher f1de150495
add cli completion generation to test build 2023-09-24 12:20:43 +02:00
Adrian Wannenmacher 912c8c1859
default to current directory 2023-09-24 11:53:46 +02:00
Adrian Wannenmacher 66113be0ca
make roots required 2023-09-24 08:06:15 +02:00
Adrian Wannenmacher 2428e5799c
increase version 2023-09-24 07:53:53 +02:00
Adrian Wannenmacher bb26f6be90
remove recursive context 2023-09-24 07:51:45 +02:00
Adrian Wannenmacher 4cb1459f71
split workflow files 2023-09-24 07:40:08 +02:00
Adrian Wannenmacher 5631784043
initial release 2023-09-24 07:38:07 +02:00
Adrian Wannenmacher 57c60f2074
apply clippy fixes 2023-09-24 07:03:32 +02:00
Adrian Wannenmacher 39cb90de82
add release job 2023-09-24 07:00:08 +02:00
Adrian Wannenmacher 163d6cb59a
add latest release 2023-09-24 06:52:29 +02:00
Adrian Wannenmacher 54965b2141
add rust workflow 2023-09-24 06:26:44 +02:00
Adrian Wannenmacher 1fb8b73f3d
add license and prepare for publishing 2023-09-24 06:23:20 +02:00
Adrian Wannenmacher 4543a375e2
add some documentation 2023-09-24 05:52:27 +02:00
Adrian Wannenmacher 0647ac4c48
initial implementation 2023-09-24 05:38:22 +02:00