Skip to content

Commit

Permalink
fix: hotfix for incorrect var name, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
z3z1ma committed Sep 21, 2023
1 parent d6cd683 commit 3606c35
Show file tree
Hide file tree
Showing 5 changed files with 225 additions and 310 deletions.
3 changes: 3 additions & 0 deletions .changes/0.12.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.12.3 - 2023-09-20
### Fixed
* Hotfix for incorrect var name
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## 0.12.3 - 2023-09-20
### Fixed
* Hotfix for incorrect var name

## 0.12.2 - 2023-09-20
### Added
* Introduced precommit
Expand Down
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
PROJECT_ROOT=$(git rev-parse --show-toplevel)
echo Setting up Python virtual environment...
[ -d $PROJECT_ROOT/.venv ] || python -m venv $PROJECT_ROOT/.venv
${pkgs.poetry}/bin/poetry config virtualenvs.in-project true
export PATH="$PROJECT_ROOT/.venv/bin:$PATH"
${pkgs.poetry}/bin/poetry install
eval "$(${pkgs.poetry}/bin/poetry env info --path)/bin/activate"
Expand Down
Loading

0 comments on commit 3606c35

Please sign in to comment.