Skip to content

Tags: severen/uv

Tags

0.2.37

Toggle 0.2.37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to v0.2.37 (astral-sh#6134)

0.2.36

Toggle 0.2.36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.2.36 (astral-sh#6060)

0.2.35

Toggle 0.2.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.2.35 (astral-sh#5984)

0.2.34

Toggle 0.2.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to v0.2.34 (astral-sh#5889)

0.2.33

Toggle 0.2.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.2.33 (astral-sh#5712)

0.2.32

Toggle 0.2.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to v0.2.32 (astral-sh#5641)

0.2.31

Toggle 0.2.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to v0.2.31 (astral-sh#5568)

0.2.30

Toggle 0.2.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to v0.2.30 (astral-sh#5486)

0.2.29

Toggle 0.2.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Normalize marker expression order (astral-sh#5422)

## Summary

Normalize the order of marker expressions on construction. This removes
the distinction between expressions like `os_name == 'Linux'` vs.
`'Linux' == os_name` throughout the codebase. One caveat here is that
the `in` operator does not have a direct inverse, so we introduce
`MarkerOperator::Contains` to handle that case.

I wanted to land this smaller change before some more intrusive changes
as it simplifies the existing code quite a bit.

0.2.28

Toggle 0.2.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.2.28 (astral-sh#5363)