Releases: Nitemaeric/drenv
v0.4.0
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
Full Changelog: v0.3.3...v0.3.4
v0.3.0
v0.2.3
v0.2.1
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
orzsh
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
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
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
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