0.9.0 #343
mitsuhiko
announced in
Announcements
0.9.0
#343
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
The internal Rye Python version is now 3.11.
Rye now emits most messages, most of the time to stdout rather than stderr. Emit on stdout rather than stderr for most cases #342
rye add
now accepts--pin
to let one override the type of pin to use. Added --pin argument to rye add #341Added
rye config
to read and manipulate theconfig.toml
file. Added config manipulation command #339Added support for the new
behavior.global-python
flag which turns on globalPython shimming. When enabled then the
python
shim works even outside ofRye managed projects. Additionally the shim (when run outside of Rye managed
projects) supports a special first parameter
+VERSION
which requests aspecific version of Python (eg:
python +3.8
to request Python 3.8). Add support for global, non venv Python invocations #336Renamed the config key
default.dependency_operator
todefault.dependency-operator
and
behavior.force_rye_managed
tobehavior.force-rye-managed
. Renamed misnamed config keys #338Full Changelog: 0.8.0...0.9.0
This discussion was created from the release 0.9.0.
Beta Was this translation helpful? Give feedback.
All reactions