Skip to content

v0.2.0 : Minor Improvements and Patches

Compare
Choose a tag to compare
@tomeichlersmith tomeichlersmith released this 10 Jul 15:33
· 320 commits to main since this release

Besides a whole pile of documentation, the minor feature improvements are related to network interaction so users can access the host network from within a denv. More administrative things were added as well like shellcheckrc, code of conduct, contributing, issue, and pr templates.

Breaking Changes

#15 moved the denv_name parameter into the .denv/config file and so users who initialized a denv with v0.1.0 will not be able to run that denv with v0.2.0. There are a few ways around this:

  1. Add a denv_name=<name> line to the .denv/config file.
  2. Delete the denv rm -r .denv and re-initialize with the newer denv version.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0