Skip to content

Commit e9093ed

Browse files
committed
Add version and changelog
1 parent 464b0bc commit e9093ed

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
# Changelog
3+
4+
## 1.0.0
5+
- Initial release.

install.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env bash
22

33
# -----------------------------------------------------------------------------
4-
# install.bash
4+
# install.bash -- v1.0.0
5+
# https://github.com/newbery/uv-python-shims
56
#
67
# Copies the project-root ./python shim to:
78
# ~/.local/uv-python-shims/python

python

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env bash
22

33
# -----------------------------------------------------------------------------
4-
# uv python shim
4+
# uv python shim -- v1.0.0
5+
# https://github.com/newbery/uv-python-shims
56
#
67
# - Mimics the pyenv python shim behavior.
78
# - Uses `uv python find` for discovery (including .python-version handling).

0 commit comments

Comments
 (0)