diff --git a/CHANGELOG.md b/CHANGELOG.md index 22ee094..d5cc658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v1.0.1 (2024-04-26) + +### Fix + +* **self-update:** Prevent unsupported systems trying to upgrade to uvx 2.x ([`c3862f9`](https://github.com/robinvandernoord/uvx/commit/c3862f9e610779ed36a0ccb648e80c78b1003469)) + +### Documentation + +* Mentioned uvx2 rust rewrite ([`dce1cbb`](https://github.com/robinvandernoord/uvx/commit/dce1cbbf86954948ea9b92db75234861a2d7f7f2)) + ## v1.0.0 (2024-04-17) ### Feature diff --git a/src/uvx/__about__.py b/src/uvx/__about__.py index cdd36c3..210dd62 100644 --- a/src/uvx/__about__.py +++ b/src/uvx/__about__.py @@ -3,4 +3,4 @@ # SPDX-FileCopyrightText: 2024-present Robin van der Noord # # SPDX-License-Identifier: MIT -__version__ = "1.0.0" +__version__ = "1.0.1"