Skip to content

Releases: Nitemaeric/drenv

v0.4.0

22 Oct 22:11
Compare
Choose a tag to compare

What's Changed

  • Add 'add' command along with the 'foodchain' recipe by @Nitemaeric in #9

Full Changelog: v0.3.4...v0.4.0

v0.3.4

18 Oct 16:56
Compare
Choose a tag to compare

Full Changelog: v0.3.3...v0.3.4

v0.3.0

17 Oct 21:30
Compare
Choose a tag to compare

Changes

  • Add the upgrade command for seamless version upgrades.

Full Changelog: v0.2.3...v0.3.0

v0.2.3

17 Oct 16:57
Compare
Choose a tag to compare

v0.2.1

17 Oct 15:19
Compare
Choose a tag to compare

Changes

  • Add the drenv setup command.

    This will move the executable from its current position to $HOME/.drenv/bin in preparation for $PATH extension.

    It will also output either a bash or zsh shell command to append the $PATH at the end of your shell's config file.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

17 Oct 15:17
Compare
Choose a tag to compare

Changes

  • Add the drenv local <version> command.

    This command allows you to update the DragonRuby version of your current directory to another registered version.

Full Changelog: v0.1.1...v0.2.0

v0.1.1

17 Oct 15:14
Compare
Choose a tag to compare

Changes

Instead of copying the DragonRuby installation, move the directory instead. Reduce file duplications.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

12 Oct 15:08
Compare
Choose a tag to compare

Initial proof of concept.

Includes the following commands:

new <name>        Create a new DragonRuby project
register <path>   Register a DragonRuby installation
global [version]  Get or set the global version of DragonRuby
versions          List out all locally installed versions of DragonRuby

Full Changelog: https://github.com/Nitemaeric/drenv/commits/v0.1.0