This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
Releases: dmerejkowsky/dmenv
Releases · dmerejkowsky/dmenv
v0.3.4
v0.3.3
- Also upgrade pip when running
dmenv install
- Fix incorrect message when running
dmenv lock
v0.3.2
- Fix regression introduced in 0.3.1: create config path parent subdirectory
before trying to write inside it.
v0.3.1
- Add a
dmenv
subdirectory to the configuration file path. - Published pre-compiled binaries on GitHub
v0.3.0
- Rename
freeze
command tolock
.
v0.2.3
- Add command
dmenv init
to generate a workingsetup.py
file.
v0.2.2
- Fix running dmenv on Windows
- The configuration file is now read from $HOME (
~/.config
on Linux and macOS,%HOME%\AppData\Local
on Windows).
v0.2.1
- The
.dmenv.toml
file is now required.
v0.2.0
- Can be used with multiple python versions, using the
.dmenv.toml
config file.
v0.1.0
- Initial release