Besides some other cosmetic and install-script updates, the main reason for a patch release is that I needed to patch the denv init
command to check for if the name that we inject into the container's hostname has any special characters. We intentionally allow the underscore since that is often used in directory names, but all other "special characters" (as defined by a valid hostname) are not allowed.
What's Changed
- update install script with version argument by @tomeichlersmith in #153
- allow for denv name to be an invalid hostname by @tomeichlersmith in #155
Full Changelog: v1.1.2...v1.1.3