Skip to content

Releases: narnaud/use

v1.4.1

Choose a tag to compare

@narnaud narnaud released this 21 Jun 18:26

1.4.1 (2026-06-21)

Other

  • deps: bump actions/checkout from 6 to 7 (0a8a4bc)
  • deps: bump clap from 4.6.0 to 4.6.1 (15b2257)
  • deps: bump googleapis/release-please-action from 4 to 5 (5fcd2f8)
  • deps: bump regex from 1.12.3 to 1.12.4 (8c9e44a)
  • deps: bump softprops/action-gh-release from 2 to 3 (c440eea)
  • deps: bump which from 8.0.2 to 8.0.4 (7c9ffe3)

v1.4.0

Choose a tag to compare

@narnaud narnaud released this 12 Apr 19:55

1.4.0 (2026-04-06)

Features ✨

  • Add aliases configuration for environment (7393cbd)

Other

  • deps: bump semver from 1.0.27 to 1.0.28 (31d2914)

v1.3.4

Choose a tag to compare

@narnaud narnaud released this 22 Mar 12:26

1.3.4 (2026-03-17)

Changes

  • Use std::sync::Lazy instead of the one from one_cell (5e91b96)

Other

  • deps: bump actions/checkout from 4 to 6 (1dc7f23)
  • deps: bump clap from 4.5.60 to 4.6.0 (42a1f56)
  • deps: bump console from 0.16.2 to 0.16.3 (41457c6)
  • deps: bump once_cell from 1.21.3 to 1.21.4 (ec937a5)
  • deps: bump which from 8.0.0 to 8.0.1 (bea9237)
  • deps: bump which from 8.0.1 to 8.0.2 (e1ffd08)
  • deps: bump yaml_serde from 0.10.3 to 0.10.4 (d5ed0ec)

v1.3.3

Choose a tag to compare

@narnaud narnaud released this 01 Mar 09:03

1.3.3 (2026-03-01)

Bug Fixes 🐞

Documentation

  • Update installation section (572ed52)

Other

v1.3.2

Choose a tag to compare

@narnaud narnaud released this 28 Feb 15:21

1.3.2 (2026-02-28)

Documentation

Other

  • Add release profile for optimized binary size (aaac818)
  • ci: Update build and publish, add dependabot (c7603f5)
  • deps: bump actions/checkout from 4 to 6 (6ef42fa)
  • deps: bump clap from 4.5.53 to 4.5.60 (773d4e3)
  • deps: bump console from 0.16.1 to 0.16.2 (86b45c9)
  • deps: bump regex from 1.12.2 to 1.12.3 (faa37d6)
  • deps: Replace deprecated serde_yaml with yaml_serde (405426d)
  • Update manifest with metadata (2620838)

v1.3.1

Choose a tag to compare

@narnaud narnaud released this 22 Nov 18:05

1.3.1 (2025-11-21)

Bug Fixes 🐞

  • print: Improve readability of the print command (0e5058b)

Other

v1.3.0

Choose a tag to compare

@narnaud narnaud released this 17 Nov 19:33

1.3.0 (2025-11-16)

Features ✨

  • Change config file path to $HOME/.config/use.yaml (0a89acd)

Bug Fixes 🐞

  • cmd: Fix go to use chdir instead of cd (8b6baac)
  • Remove double : in warning and error messages (812b853)

v1.2.2

Choose a tag to compare

@narnaud narnaud released this 07 Oct 11:08

1.2.2 (2025-10-07)

Bug Fixes 🐞

  • cmd: Fix detection of flags in init script (4302cc9)

Other

  • update pre-commit hooks (e56420f)

v1.2.1

Choose a tag to compare

@narnaud narnaud released this 19 Sep 08:17

1.2.1 (2025-09-18)

Bug Fixes

  • Allow changing disk with cmd (e3f6d41)

v1.2.0

Choose a tag to compare

@narnaud narnaud released this 12 Sep 16:26

1.2.0 (2025-09-12)

Features

  • Add env variable substitution (939c195)
  • Resolve dependencies between environment variables (d26271c)

Bug Fixes

  • cmd: Add missing commands to completion (1fad1e9)
  • Order of dependencies is now correct (c0eeb0b)
  • powershell: Add missing commands to completion (f796225)