Skip to content

Releases: razd-cli/razd

razd v1.5.0

02 Jun 06:45

Choose a tag to compare

Changelog

Bug Fixes

  • 50d93f3: fix(ci): disable GPG verification in mise E2E jobs (@dealenx)
  • 05bf189: fix(sync): preserve Razdfile formatting when syncing dependencies.ensure (@dealenx)

razd v1.4.0

02 Jun 06:01

Choose a tag to compare

Changelog

Features

  • 324e6ac: feat(sync): bidirectional sync between native config and Razdfile (@dealenx)

razd v1.3.0

02 Jun 05:47

Choose a tag to compare

Changelog

Features

  • 0aaf795: feat(provisioner): implement GenerateConfig for mise and devbox (@dealenx)
  • 8b147b5: feat(schema): add dependencies definition and update devbox example (@dealenx)

Bug Fixes

  • 3ee9298: fix(provisioner): remove unnecessary nil check around range in devbox.go (@dealenx)

Other

razd v1.2.4

02 Jun 04:15

Choose a tag to compare

Changelog

Bug Fixes

  • 2b05840: fix(cli): don't mask Razdfile parse/validation errors as NoRazdfileError (@dealenx)
  • db52727: fix(trust): persist trust decision after interactive prompt (@dealenx)

razd v1.2.3

02 Jun 03:26

Choose a tag to compare

Changelog

Bug Fixes

  • 60a521e: fix(razdfile): use ReadDir instead of Stat for Razdfile discovery (@dealenx)

razd v1.2.2

02 Jun 03:18

Choose a tag to compare

Changelog

Bug Fixes

  • f337713: fix(up): retry Razdfile search after clone and stream git output (@dealenx)

razd v1.2.1

02 Jun 03:05

Choose a tag to compare

Changelog

Features

Bug Fixes

  • 7d54e42: fix(cli): use filepath.Join in test for cross-platform compatibility (@dealenx)
  • 29c576e: fix(up): add debug logging for Razdfile search and clone directory resolution (@dealenx)
  • 3e7cca1: fix(up): remove ineffectual assignment in resolveUpDir (@dealenx)

razd v1.2.0

02 Jun 03:01

Choose a tag to compare

Changelog

Features

Bug Fixes

  • 7d54e42: fix(cli): use filepath.Join in test for cross-platform compatibility (@dealenx)
  • 29c576e: fix(up): add debug logging for Razdfile search and clone directory resolution (@dealenx)
  • 3e7cca1: fix(up): remove ineffectual assignment in resolveUpDir (@dealenx)

razd v1.1.0

02 Jun 02:38

Choose a tag to compare

Changelog

Features

  • e44780a: feat(trust): add interactive trust prompt with arrow-key selection (@dealenx)

Bug Fixes

  • 13963ae: fix(trust): fix test to use platform-aware paths for cross-platform compatibility (@dealenx)

Other

razd v1.0.9

02 Jun 02:15

Choose a tag to compare

Changelog

Bug Fixes

  • bb57354: fix(cli): make provisioner resolution lazy — skip mise/devbox checks when not needed (@dealenx)