Skip to content

Commit

Permalink
Release VirtualFish 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
botpub committed Apr 4, 2020
1 parent 69cdea2 commit 0ef4920
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
CHANGELOG
=========

2.1.0 - 2020-04-04
------------------

* Show warning if activated virtual environment name does not appear in prompt
* *Projects* and *Compatibility Aliases* plugins can be used together without specific loading order
* `compat_aliases` plugin: Only define `deactivate` when a virtual environment is active
* `global_requirements` plugin: Disable per session/invocation via environment variable
* Check `*.fish` file syntax during CI test runs

2.0.1 - 2020-04-02
------------------

Expand Down
7 changes: 0 additions & 7 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.0.1"
version = "2.1.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.0.1"
version = "2.1.0"
description = "Fish shell tool for managing Python virtual environments"
authors = ["Justin Mayer <entroP@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 0ef4920

Please sign in to comment.