Skip to content

Commit 9275a8b

Browse files
bump version to 1.8.6 (#1425)
1 parent b66c0e2 commit 9275a8b

5 files changed

Lines changed: 22 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 1.8.6 - 2025-11-03
2+
3+
## What's Changed
4+
* Update pyproject.toml for 3.14t by @itamaro in https://github.com/Instagram/LibCST/pull/1417
5+
* Update PyO3 to 0.26 by @cjwatson in https://github.com/Instagram/LibCST/pull/1413
6+
* Make CodemodCommand's supported_transforms order deterministic by @frvnkliu in https://github.com/Instagram/LibCST/pull/1424
7+
8+
## New Contributors
9+
* @cjwatson made their first contribution in https://github.com/Instagram/LibCST/pull/1413
10+
* @frvnkliu made their first contribution in https://github.com/Instagram/LibCST/pull/1424
11+
12+
**Full Changelog**: https://github.com/Instagram/LibCST/compare/v1.8.5...v1.8.6
13+
114
# 1.8.5 - 2025-09-25
215

316
## What's Changed

MAINTAINERS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
1. Version bumps are generally not worth mentioning with some notable exceptions (like pyo3)
77
1. Group related PRs into one bullet point if it makes sense
88
2. manually bump versions in `Cargo.toml` files in the repo
9-
3. make a new PR with the above changes, get it reviewed and landed
10-
4. make a new release on Github, create a new tag on publish, and copy the contents of the changelog entry in there
11-
5. after publishing, check out the repo at the new tag, and run `cd native; cargo +nightly publish -Z package-workspace -p libcst_derive -p libcst`
9+
3. run `cargo update -p libcst`
10+
4. make a new PR with the above changes, get it reviewed and landed
11+
5. make a new release on Github, create a new tag on publish, and copy the contents of the changelog entry in there
12+
6. after publishing, check out the repo at the new tag, and run `cd native; cargo +nightly publish -Z package-workspace -p libcst_derive -p libcst`

native/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/libcst/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[package]
77
name = "libcst"
8-
version = "1.8.5"
8+
version = "1.8.6"
99
authors = ["LibCST Developers"]
1010
edition = "2018"
1111
rust-version = "1.70"
@@ -42,7 +42,7 @@ peg = "0.8.5"
4242
annotate-snippets = "0.11.5"
4343
regex = "1.11.2"
4444
memchr = "2.7.4"
45-
libcst_derive = { path = "../libcst_derive", version = "1.8.5" }
45+
libcst_derive = { path = "../libcst_derive", version = "1.8.6" }
4646

4747
[dev-dependencies]
4848
criterion = { version = "0.6.0", features = ["html_reports"] }

native/libcst_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libcst_derive"
3-
version = "1.8.5"
3+
version = "1.8.6"
44
edition = "2018"
55
description = "Proc macro helpers for libcst."
66
license = "MIT"

0 commit comments

Comments
 (0)