Skip to content

Commit

Permalink
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/nx-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [16.1.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v16.0.0...nx-python-v16.1.0) (2023-07-03)

### Features

- **nx-python:** automatically activate shared virtual environment ([#138](https://github.com/lucasvieirasilva/nx-plugins/issues/138)) ([e275534](https://github.com/lucasvieirasilva/nx-plugins/commit/e275534a84ec14652b47ca8942a5cec55248282a)), closes [#132](https://github.com/lucasvieirasilva/nx-plugins/issues/132)

# [16.0.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v15.11.0...nx-python-v16.0.0) (2023-06-18)

### Features
2 changes: 1 addition & 1 deletion packages/nx-python/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nxlv/python",
"description": "Custom NX Plugin to support the Python language",
"version": "16.0.0",
"version": "16.1.0",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",

0 comments on commit d58e6ca

Please sign in to comment.