diff --git a/packages/nx-python/CHANGELOG.md b/packages/nx-python/CHANGELOG.md index 97f17e6..dbc21a8 100644 --- a/packages/nx-python/CHANGELOG.md +++ b/packages/nx-python/CHANGELOG.md @@ -1,3 +1,9 @@ +# [20.1.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v20.0.1...nx-python-v20.1.0) (2024-12-16) + +### Features + +- **nx-python:** add `uv` support ([#257](https://github.com/lucasvieirasilva/nx-plugins/issues/257)) ([816930e](https://github.com/lucasvieirasilva/nx-plugins/commit/816930ee823f424264a4d9037dcd8e51d36b6320)) + ## [20.0.1](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v20.0.0...nx-python-v20.0.1) (2024-11-25) ### Bug Fixes diff --git a/packages/nx-python/package.json b/packages/nx-python/package.json index 6322d0b..cd71e4f 100644 --- a/packages/nx-python/package.json +++ b/packages/nx-python/package.json @@ -1,7 +1,7 @@ { "name": "@nxlv/python", "description": "Custom NX Plugin to support the Python language", - "version": "20.0.1", + "version": "20.1.0", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json",