v0.2.0 : Minor Improvements and Patches
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:
- Add a
denv_name=<name>
line to the.denv/config
file. - Delete the denv
rm -r .denv
and re-initialize with the newer denv version.
What's Changed
- Check for existence of destination dir in install script by @omar-moreno in #14
- 12 setting denv name by @tomeichlersmith in #15
- 16 remove set denv runner from config by @tomeichlersmith in #17
- 11 add shellcheckrc by @tomeichlersmith in #18
- documents to write by @tomeichlersmith in #20
- docker/podman requires runtime flag to connect network by @tomeichlersmith in #21
New Contributors
- @omar-moreno made their first contribution in #14
- @tomeichlersmith made their first contribution in #15
Full Changelog: v0.1.0...v0.2.0