Skip to content

Commit

Permalink
Release VirtualFish 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
botpub committed Sep 3, 2020
1 parent 3f90586 commit 1f047bc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
CHANGELOG
=========

2.5.0 - 2020-09-03
------------------

* `vf upgrade`: New command for upgrading and re-building environments (#141)
* `vf ls`: Add `--details` flag to show Python status and version numbers (#190)
* `vf --help`: Add dynamic column spacing
* `vf all`: Show environment name before command output
* Add `__vfsupport_check_python` function to ensure Python interpreters work
* Demote Homebrew Python priority when locating interpreters

2.4.0 - 2020-07-22
------------------

Expand Down
8 changes: 0 additions & 8 deletions RELEASE.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# built documents.
#
# The short X.Y version.
version = "2.4.0"
version = "2.5.0"
release = version

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "virtualfish"
version = "2.4.0"
version = "2.5.0"
description = "Fish shell tool for managing Python virtual environments"
authors = ["Justin Mayer <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 1f047bc

Please sign in to comment.