Commits on Source (4)
-
Alexander Khabarov authored5402099b
-
Alexander Khabarov authoreda01f319b
-
Alexander Khabarov authoreda879dc4c
-
Bot authored
# [1.2.0](https://git.gitlab.arm.com/semantic-release/uv/compare/v1.1.0...v1.2.0) (2025-07-30) ### Bug Fixes * use uv version command ([a01f319b](https://git.gitlab.arm.com/semantic-release/uv/commit/a01f319b8bd1711b74313c43d64e2419eefc01aa)) ### Features * upgrade uv ([5402099b](https://git.gitlab.arm.com/semantic-release/uv/commit/5402099bdb496f684e523708778d018071873c4c))
{ | ||
"name": "@semantic-release/uv", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "A `semantic release` plugin for `uv`", | ||
"config": { | ||
"version": "0.5.10", | ||
"version": "0.8.3", | ||
"url": "https://github.com/astral-sh/uv/releases/download/${version}", | ||
"filter": "^uv-(?:aarch64|arm|armv7|i686|powerpc64|powerpc64le|s390x|x86_64)-(?:apple-darwin|unknown-linux-gnu|unknown-linux-gnueabihf|unknown-linux-musl|unknown-linux-musleabihf|pc-windows-msvc)\\.(?:tar\\.gz|zip)$" | ||
}, | ||
... | ... | @@ -41,7 +41,6 @@ |
"execa": "^8||^7||^6", | ||
"fflate": "^0.8.2", | ||
"lodash-es": "^4", | ||
"smol-toml": "^1.3.1", | ||
"tar-fs": "^3.0.8", | ||
"which": "^3||^4" | ||
}, | ||
... | ... |