Skip to content

Commit

Permalink
chore(nx-python): release v20.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [20.2.0](nx-python-v20.1.0...nx-python-v20.2.0) (2024-12-18)

### Features

* **nx-python:** change `uv` to support non-workspace projects ([#260](#260)) ([6e1a634](6e1a634))
  • Loading branch information
semantic-release-bot committed Dec 18, 2024
1 parent 6e1a634 commit b7ec6c9
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 @@
# [20.2.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v20.1.0...nx-python-v20.2.0) (2024-12-18)

### Features

- **nx-python:** change `uv` to support non-workspace projects ([#260](https://github.com/lucasvieirasilva/nx-plugins/issues/260)) ([6e1a634](https://github.com/lucasvieirasilva/nx-plugins/commit/6e1a634b64b666d2bbe6fcfcc8dc6be876b011fb))

# [20.1.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v20.0.1...nx-python-v20.1.0) (2024-12-16)

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

0 comments on commit b7ec6c9

Please sign in to comment.