Skip to content

Tags: ESSS/conda-devenv

Tags

3.3.0

Toggle 3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update changelog for release 3.3.0

3.2.1

Toggle 3.2.1's commit message
Add 'release' workflow to create a GH release on tags

This should help the conda-forge bot to pick up new releases faster.

3.2.0

Toggle 3.2.0's commit message
Add CONDA_DEVENV_USE_LOCKS env var to configure the default for --use…

…-locks

3.1.1

Toggle 3.1.1's commit message
Fix platform selectors of included files when rendering lock files

The platform selectors (`[win]`, `[linux]`, etc) for files included via `includes:`
were not being honored when rendering lock files for all platforms.

The bug was that the `CondaPlatform` instance, which configures selectors
explicitly, was not being passed along to the function which handled the `includes` directive.

To make this error less likely to happen again, the `conda_platform` parameter is no longer optional.

3.1.0

Toggle 3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 3.1.0

3.0.0

Toggle 3.0.0's commit message
Release 3.0.0

2.4.0

Toggle 2.4.0's commit message
Update CHANGELOG date

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update 2.3.0 release date (#137)

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix RST syntax in README.rst

2.1.1

Toggle 2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Correctly handle pip deps with flags (#114)

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
Co-authored-by: Bruno Oliveira <bruno@esss.com.br>