Skip to content

Commit 8b47adc

Browse files
committed
chore: Release v0.2.0
1 parent 84262fc commit 8b47adc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## Unreleased
4+
- Nothing yet.
5+
6+
## 0.2.0 - 2023-02-27
47
### Added
58
- Support for [asdf `.tool-versions`](https://asdf-vm.com/manage/configuration.html#tool-versions) locals (@scop)
69
- Support for [direnv python layout](https://github.com/direnv/direnv/blob/master/man/direnv-stdlib.1.md#layout-python-python_exe) (@scop)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='venv-run',
8-
version='0.1.2',
8+
version='0.2.0',
99
author='Gustavo José de Sousa',
1010
author_email='[email protected]',
1111
description='Run commands using Python virtual environment',

0 commit comments

Comments
 (0)