Skip to content

Commit

Permalink
Update to version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jdholtz committed May 29, 2023
1 parent b98b8b1 commit 86eb3bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Upcoming
## 0.4 (2023-05-29)

### New Features
- Every shell will now look in the virtual environment for completions
Expand Down
2 changes: 1 addition & 1 deletion doc/pacman-venv.8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" vim:ft=groff:
.TH "PACMAN-VENV" 8 "2023-05-20" "Pacman Virtual Environment v0.3" "Pacman Virtual Environment Manual"
.TH "PACMAN-VENV" 8 "2023-05-29" "Pacman Virtual Environment v0.4" "Pacman Virtual Environment Manual"

.SH NAME
pacman-venv - a tool to create virtual environments for Pacman
Expand Down
2 changes: 1 addition & 1 deletion lib/pacman-venv/pacman-venv
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
trap "exit" SIGINT

DEFAULT_DESTINATION="pacman-venv"
VERSION="v0.3"
VERSION="v0.4"

PACMAN_VENV_ROOT="${BASH_SOURCE[0]%/*/*}/lib/pacman-venv"
ACTIVATION_DIRECTORY="${PACMAN_VENV_ROOT}/activation"
Expand Down

0 comments on commit 86eb3bb

Please sign in to comment.