We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84262fc commit 8b47adcCopy full SHA for 8b47adc
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Changelog
2
3
## Unreleased
4
+- Nothing yet.
5
+
6
+## 0.2.0 - 2023-02-27
7
### Added
8
- Support for [asdf `.tool-versions`](https://asdf-vm.com/manage/configuration.html#tool-versions) locals (@scop)
9
- Support for [direnv python layout](https://github.com/direnv/direnv/blob/master/man/direnv-stdlib.1.md#layout-python-python_exe) (@scop)
setup.py
@@ -5,7 +5,7 @@
setup(
name='venv-run',
- version='0.1.2',
+ version='0.2.0',
author='Gustavo José de Sousa',
10
author_email='[email protected]',
11
description='Run commands using Python virtual environment',
0 commit comments