Skip to content

Commit 3d55aca

Browse files
committed
publish
1 parent f378166 commit 3d55aca

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

CHANGELOG.md

+17-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
1+
# 8.1.2
2+
3+
- fixed `PATH` issue on Linux
4+
5+
# 8.1.1
6+
7+
- fixed shell prompt color bug on Linux
8+
19
# 8.1
210

3-
- The `create` and `recreate` commands show more detailed information about the created
4-
virtual environment
11+
- The `create` and `recreate` commands show more detailed information about the
12+
created virtual environment
513

614
# 8.0
715

8-
- The `call` command now supports the `-m` option, that runs the file as a module.
16+
- The `call` command now supports the `-m` option, that runs the file as a
17+
module.
918

1019
# 7.1
1120

12-
- Fixed: `call` command sometimes received incorrect `$PYTHONPATH` values on systems
21+
- Fixed: `call` command sometimes received incorrect `$PYTHONPATH` values on systems
1322
with multiple versions of Python
1423

1524
# 7.0
@@ -22,17 +31,17 @@
2231
environment with the same interpreter that started `vien`, instead of the
2332
interpreter available as `python3`
2433
- Fixed: virtual environments were not cleared (`venv --clear`) before deletion
25-
- Attempting to run the program on Windows will display a message stating that
34+
- Attempting to run the program on Windows will display a message stating that
2635
the system is not fully supported
27-
36+
2837
# 5.0
2938

3039
- Option `--project-dir` aka `-p` is now supported by all commands
3140
- The `vien call -p` format (with the `-p` option after the command) is deprecated but still works
3241

3342
# 4.4
3443

35-
- `call` is now faster as it launches Python directly without spawning an extra
44+
- `call` is now faster as it launches Python directly without spawning an extra
3645
shell process
3746

3847
# 4.3
@@ -42,8 +51,7 @@
4251

4352
# 4.2
4453

45-
- Trying to `call` a non-existent file now prints a short error message
46-
instead of an exception
54+
- Trying to `call` a non-existent file now prints a short error message instead of an exception
4755
- A message about a nonexistent environment displays a hint on how to create it
4856

4957
# 4.1

0 commit comments

Comments
 (0)