v1.3.0
v1.3.0
2024-02-17
Summary
Mostly dependency updates and an internal refactor on how the automatic detector
works. Now we fetch and parse the starship matchers for
their prompt and use those to automatically recognize files, folders and extensions.
Commits
- [
62684c2
] Fix stray println that could mess up redirecting output - [
2a4cdeb
] Handle both new and old config existing - [
ff6a284
] Update CONTRIBUTING.md - [
03503a1
] Create detectors at build time - [
eba8aa7
] Warn if using old config path, add migration to init command - [
942df26
] Minor clippy lint fixes - [
af01c72
] Move away from directories, use etcetera instead - [
2a88bc6
] Bump dependencies - [
ad99c31
] Merge Dependabot GA PRs - [
c39e4c8
] Bump actions/upload-artifact from 3 to 4 - [
1bd59fd
] Bump actions/download-artifact from 3 to 4 - [
5b8f177
] Bump webpki from 0.22.0 to 0.22.2 - [
6c6fddf
] Bump actions/checkout from 3 to 4 - [
39b4eac
] Bump bumpalo from 3.11.0 to 3.12.0 - [
f294e79
] Fix clippy lints - [
53d424c
] Update rust-cache action to v2