Skip to content

Commit

Permalink
chore(nx-python): release v16.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [16.3.0](nx-python-v16.2.0...nx-python-v16.3.0) (2023-11-10)

### Features

* **nx-python:** add `projectNameAndRootFormat` parameter to poetry project generator ([#186](#186)) ([e0dffbe](e0dffbe)), closes [#182](#182)
  • Loading branch information
semantic-release-bot committed Nov 10, 2023
1 parent e0dffbe commit d7347a7
Show file tree
Hide file tree
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.3.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v16.2.0...nx-python-v16.3.0) (2023-11-10)

### Features

- **nx-python:** add `projectNameAndRootFormat` parameter to poetry project generator ([#186](https://github.com/lucasvieirasilva/nx-plugins/issues/186)) ([e0dffbe](https://github.com/lucasvieirasilva/nx-plugins/commit/e0dffbefb98374a99da4fded9a5d1c6c6c53edc4)), closes [#182](https://github.com/lucasvieirasilva/nx-plugins/issues/182)

# [16.2.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v16.1.4...nx-python-v16.2.0) (2023-11-10)

### Features
Expand Down
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.2.0",
"version": "16.3.0",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down

0 comments on commit d7347a7

Please sign in to comment.