Jacob jacob
  • Joined on 2023-09-07
jacob synced commits to main at jacob/ac-qu-ai-nt from mirror 2024-10-05 13:28:02 -04:00
1175fa22d6 Merge pull request #10 from babichjacob/release-plz-2024-10-05T07-02-29Z
13b7053386 chore: release
972129536f chore: change Hello, world! to What's up world? to allow me to cut a release
ae7de503a4 ci: try wrapping the if condition to make sure the release matches with ${{ and }}
21df8d1781 Merge pull request #9 from babichjacob/release-plz-2024-10-05T06-53-32Z
Compare 17 commits »
jacob synced commits to main at jacob/ac-qu-ai-nt from mirror 2024-10-05 01:18:03 -04:00
4c04f21dcb ci: string quote the paths because starting with * was trying to reference a YAML alias
c0ec64f06c ci: prevent irrelevant file changes from triggering the check, build, and test workflow
70e20e2e04 ci: remove requirement to build for aarch64-pc-windows-gnullvm until I can understand how to do it in GitHub Actions
12107daf6b ci: install Nextest for the test job (because I accidentally deleted it)
839f219469 ci: turn fail-fast back on
Compare 19 commits »
jacob synced commits to main at jacob/ac-qu-ai-nt from mirror 2024-10-03 13:08:01 -04:00
e4e2efafb9 ci: only test direct minimal dependencies and not transitive ones because, per what I recall of Jon Gjengset's thoughts on the matter, it means there's a bug in a dependency rather than a bug in this codebase (and a bug in an old and obsolete version of their crate at that, so what would be the point?)
0fcdfdae30 ci: install cargo-hack before cargo-minimal-versions as it appears to be a requirement
9e43655567 ci: test minimal dependencies in GitHub Actions
Compare 3 commits »
jacob synced commits to main at jacob/ac-qu-ai-nt from mirror 2024-10-02 12:48:03 -04:00
0bc9424db6 docs: write barebones installation and usage sections
4a13d61e25 docs: indicate the license options (MIT, Apache 2.0, or Unlicense) of the project
Compare 2 commits »
jacob synced new reference release-plz-2024-09-30T19-19-10Z to jacob/ac-qu-ai-nt from mirror 2024-10-01 00:18:03 -04:00
jacob synced new reference refs/tags/ac-qu-ai-nt-v0.0.4 to jacob/ac-qu-ai-nt from mirror 2024-10-01 00:18:03 -04:00
jacob synced commits to refs/tags/ac-qu-ai-nt-v0.0.4 at jacob/ac-qu-ai-nt from mirror 2024-10-01 00:18:03 -04:00
jacob synced new reference refs/tags/ac-qu-ai-nt-cli-clap-v0.0.4 to jacob/ac-qu-ai-nt from mirror 2024-10-01 00:18:03 -04:00
jacob synced commits to refs/tags/ac-qu-ai-nt-cli-clap-v0.0.4 at jacob/ac-qu-ai-nt from mirror 2024-10-01 00:18:03 -04:00
jacob synced commits to release-plz-2024-09-30T19-19-10Z at jacob/ac-qu-ai-nt from mirror 2024-10-01 00:18:02 -04:00
jacob synced commits to main at jacob/ac-qu-ai-nt from mirror 2024-10-01 00:18:02 -04:00
376893e566 docs: link to issue for starting to test MSRV in CI
c8cde7dffc Merge pull request #4 from babichjacob/release-plz-2024-09-30T19-19-10Z
6f9b8e42e1 chore: release
59d976664f docs: explain the use of Conventional Commits, semantic versioning, Release-plz, and give examples of breaking changes
95541183ef docs: explain MSRV policy
Compare 8 commits »
jacob synced new reference refs/tags/ac-qu-ai-nt-cli-clap-v0.0.3 to jacob/ac-qu-ai-nt from mirror 2024-09-30 12:08:03 -04:00
jacob synced new reference refs/tags/ac-qu-ai-nt-v0.0.3 to jacob/ac-qu-ai-nt from mirror 2024-09-30 12:08:03 -04:00
jacob synced commits to refs/tags/ac-qu-ai-nt-v0.0.3 at jacob/ac-qu-ai-nt from mirror 2024-09-30 12:08:03 -04:00
jacob synced commits to release-plz-2024-09-30T06-17-20Z at jacob/ac-qu-ai-nt from mirror 2024-09-30 12:08:03 -04:00
jacob synced commits to refs/tags/ac-qu-ai-nt-cli-clap-v0.0.3 at jacob/ac-qu-ai-nt from mirror 2024-09-30 12:08:03 -04:00
jacob synced new reference release-plz-2024-09-30T06-17-20Z to jacob/ac-qu-ai-nt from mirror 2024-09-30 12:08:03 -04:00
jacob synced commits to main at jacob/ac-qu-ai-nt from mirror 2024-09-30 12:08:02 -04:00
15c8a69cf3 docs: create a Mermaid diagram showing the intradependencies of this project
2e764e0d24 Merge pull request #3 from babichjacob/release-plz-2024-09-30T06-17-20Z
a0a52489e5 chore: release
1b636bcf7c chore: add tracing and tracing-subscriber as dependencies
08d4e1b94c feat!: this is the correct way to format a breaking change unlike my previous commit - ensure the application data directory, and the tracing directory within it, exists
Compare 9 commits »
jacob pushed to main at jacob/experimenting-with-binstall 2024-07-13 01:54:27 -04:00
cedb49bb8c ci: add a GitHub Actions workflow to compile and publish binaries whenever a new release is cut
jacob pushed to main at jacob/experimenting-with-binstall 2024-07-12 21:25:50 -04:00
7980abda49 making a change to see what happens