Commit Graph

21 Commits

Author SHA1 Message Date
release-plz-for-ac-qu-ai-nt[bot]
fcf90d84af chore(ac-qu-ai-nt-core): release v0.0.6 2024-10-18 17:39:02 +00:00
release-plz-for-ac-qu-ai-nt[bot]
786949f79c chore: release 2024-10-15 23:27:22 +00:00
J / Jacob Babich
4e6d56c044 style(cli-clap): ignore the Args argument because it doesn't get used yet (to satisfy Clippy) 2024-10-15 16:47:50 -04:00
J / Jacob Babich
22733f51e0 chore: build out the infrastructure for commands to be passed to the clap CLI 2024-10-15 16:15:33 -04:00
J / Jacob Babich
b1e707a77a fix(ac-qu-ai-nt-cli-clap): write a main function instead of re-exporting so that the declared MSRV can be met 2024-10-11 02:46:02 -04:00
release-plz-for-ac-qu-ai-nt[bot]
8e172b8aaa chore: release 2024-10-07 05:29:02 +00:00
release-plz-for-ac-qu-ai-nt[bot]
44790c9706 chore: release 2024-10-06 05:59:24 +00:00
J / Jacob Babich
ab03d078d1 fix: move the Binstall configuration to the right spot 2024-10-06 01:58:40 -04:00
release-plz-for-ac-qu-ai-nt[bot]
eab33bcf08 chore: release 2024-10-06 04:14:14 +00:00
J / Jacob Babich
10b798580d chore: specify the correct download URLs for Binstall to work correctly 2024-10-06 00:13:26 -04:00
release-plz-for-ac-qu-ai-nt[bot]
13b7053386 chore: release 2024-10-05 07:02:30 +00:00
J / Jacob Babich
972129536f chore: change Hello, world! to What's up world? to allow me to cut a release 2024-10-05 03:01:41 -04:00
release-plz-for-ac-qu-ai-nt[bot]
6f9b8e42e1 chore: release 2024-09-30 19:38:13 +00:00
J / Jacob Babich
b5e11f2c7f chore(cli-clap): or at least I hope chore is the right conventional commit type to use - switch println! to a tracing invocation (to verify that the tracing infrastructure works) 2024-09-30 15:18:34 -04:00
J / Jacob Babich
75952c947a feat: make tracing a crate feature and make it a default feature of the current crates 2024-09-30 14:56:57 -04:00
release-plz-for-ac-qu-ai-nt[bot]
a0a52489e5 chore: release 2024-09-30 06:31:19 +00:00
J / Jacob Babich
1b636bcf7c chore: add tracing and tracing-subscriber as dependencies 2024-09-30 02:30:22 -04:00
github-actions[bot]
e29442d973 chore: release 2024-09-25 18:42:36 +00:00
github-actions[bot]
6516921d64 chore: release 2024-09-24 22:18:45 +00:00
J / Jacob Babich
77f32c8589 chore: add licenses and other required metadata to the crates 2024-09-24 18:18:26 -04:00
J / Jacob Babich
2f317dda37 chore: initialize a Cargo workspace with a cli-clap and a multibinary package to align with how I want the project to work (wherein features can be turned off to optimize the resulting binary, and there are different interfaces (GUI vs TUI vs CLI vs just an API vs just a web app or any permutation of these) to choose from depending on the occasion) 2024-09-24 17:36:12 -04:00