Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Instagram/LibCST
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.1
Choose a base ref
...
head repository: Instagram/LibCST
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.2
Choose a head ref
  • 3 commits
  • 11 files changed
  • 2 contributors

Commits on Jun 10, 2025

  1. Switch from hatch to uv (#1356)

    * use dependency-groups in pyproject.toml
    * replace `hatch run foo` with `uv run poe foo`
    * install uv @ 0.7.12 in CI and disable caching
    * use `uv run --group docs` for the `docs` command
    * DRY docs between CONTRIBUTING and README
    * tell pyre to ignore `.venv`
    * set up uv to rebuild on rust, pyproject.toml, git changes
    zsol authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    8c35ae2 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. fix(dependency): add back typing-extensions for 3.9 (#1358)

    Missing typing-extensions breaks "from libcst.codemod import CodemodContext"
    Lee-W authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    67ba746 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. bump version to 1.8.2 (#1360)

    zsol authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    03285dd View commit details
    Browse the repository at this point in the history
Loading