Commit graph

11 commits

Author SHA1 Message Date
dependabot[bot]
dc6b9374e3
Cargo(deps): bump clap from 4.3.4 to 4.4.0 (#4)
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.4 to 4.4.0.
- [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.3.4...clap_complete-v4.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-29 00:08:16 +02:00
53cc645043 feat: add cargo-dist integration 2023-06-28 23:55:45 +02:00
f347102062
chore(dependabot): ignore patch updates 2023-06-20 10:43:45 +02:00
dependabot[bot]
f8fd198c58
Cargo(deps): bump clap from 4.3.3 to 4.3.4 (#3)
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.3 to 4.3.4.
- [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.3.3...v4.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-19 18:08:53 +02:00
dependabot[bot]
638bbeb942
Cargo(deps): bump serde_json from 1.0.96 to 1.0.97 (#2)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.96 to 1.0.97.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.96...v1.0.97)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-19 18:08:00 +02:00
dependabot[bot]
79fce3582a
Cargo(deps): bump clap from 4.3.2 to 4.3.3 (#1)
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.2 to 4.3.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.3.2...v4.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-12 18:28:17 +02:00
f067a6fb6b feat: add unit tests 2023-06-11 21:36:38 +02:00
36c413577b fix: escape double quotes (") in strings 2023-06-10 18:34:26 +02:00
a35b13f2b4
Create dependabot.yml 2023-06-07 21:06:48 +02:00
1ff782064d feat: add LICENSE & README 2023-06-07 21:04:24 +02:00
c38f59c327 Initial Commit 2023-06-07 20:56:30 +02:00