Releases: xen0n/autojump-rs
Releases · xen0n/autojump-rs
0.5.1
What's Changed
- chore(deps): bump serde from 1.0.149 to 1.0.150 by @dependabot in #198
- chore(deps): bump serde_derive from 1.0.149 to 1.0.150 by @dependabot in #197
- chore(deps): bump serde from 1.0.150 to 1.0.151 by @dependabot in #200
- chore(deps): bump serde_derive from 1.0.150 to 1.0.151 by @dependabot in #199
- chore(deps): bump clap from 4.0.29 to 4.0.32 by @dependabot in #203
- chore(deps): bump serde_derive from 1.0.151 to 1.0.152 by @dependabot in #205
- chore(deps): bump serde from 1.0.151 to 1.0.152 by @dependabot in #204
- Fix binary making by @xen0n in #207
- Update Cargo.toml version by @smlavine in #206
New Contributors
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
Apart from the dep version bumps:
- Use
autojump
directory in XDG_DATA_HOME by @VojtechStep in #15 - Make use of the "field init shorthand" syntax for cleaner code and small aesthetic change. by @mucinoab in #33
- Fix build by @xen0n in #94
- docs: update CI badge by @xen0n in #97
- upgrade to clap v4 by @xen0n in #195
- Dep and CI updates by @xen0n in #196
New Contributors
- @VojtechStep made their first contribution in #15
- @dependabot made their first contribution in #16
- @mucinoab made their first contribution in #33
Full Changelog: 0.4.0...0.5.0
0.4.0
0.3.1
Version 0.3.0
* Builds on stable Rust * Fixed the test suite on Windows * More cross-platform love * Pre-built binaries are provided * Embedded VCS build info are gone