Releases: tversteeg/emplace
Releases Β· tversteeg/emplace
v0.2.12
Fixed
- Packages names will now be extracted from git URLs, for example when
cargo install --git https://github.com/tversteeg/emplace
is passed,emplace
will be matched as the package name
Changed
- Bump colored from 1.9.2 to 1.9.3 (#26) @dependabot-preview
v0.2.11
Added
- Cargo also matches
cargo install --git https://example.com
Changed
- Bump run_script from 0.6.1 to 0.6.2 (#25) @dependabot-preview
- Bump run_script from 0.6.0 to 0.6.1 (#24) @dependabot-preview
- Bump regex from 1.3.3 to 1.3.4 (#23) @dependabot-preview
- Bump run_script from 0.5.0 to 0.6.0 (#22) @dependabot-preview
- Bump toml from 0.5.5 to 0.5.6 (#21) @dependabot-preview
- Bump colored from 1.9.1 to 1.9.2 (#20) @dependabot-preview
- Bump regex from 1.3.1 to 1.3.3 (#19) @dependabot-preview
- Bump run_script from 0.4.0 to 0.5.0 (#18) @dependabot-preview
v0.2.10
Fixed
- Bash init script returns the last exit code properly
Changed
- Bump colored from 1.9.0 to 1.9.1 (#17) @dependabot-preview
- Bump run_script from 0.3.2 to 0.4.0 (#16) @dependabot-preview
- Bump anyhow from 1.0.25 to 1.0.26 (#15) @dependabot-preview
- Bump strum_macros from 0.16.0 to 0.17.1 (#14) @dependabot-preview
- Bump strum from 0.16.0 to 0.17.1 (#13) @dependabot-preview
v0.2.9
Changed
- Messages are logged with timestamps
Fixed
- Handling of
.
characters in APT
v0.2.8
Added
- Fish shell support
v0.2.7
Fixed
emplace clean
removes the proper files instead of everything else
v0.2.6
v0.2.5
Added
- Cargo.lock for NixOS (thanks @filalex77!)
Changed
- Already mirrored packages are ignored
v0.2.4
Added
- Shell completions for the CLI
Fixed
- Better error handling using anyhow
v0.2.3
Fixed
- Bash filtering for emplace executable
- Command checking mechanism simplified, fixing Snap & Npm catches