Skip to content

Commit 7c906eb

Browse files
bump version to 1.8.5 (#1407)
1 parent de56353 commit 7c906eb

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.8.5 - 2025-09-25
2+
3+
## What's Changed
4+
* fixed: circular import error by @drinkmorewaterr in https://github.com/Instagram/LibCST/pull/1406
5+
6+
17
# 1.8.4 - 2025-09-09
28

39
## What's Changed

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.4"
8+
version = "1.8.5"
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.4" }
45+
libcst_derive = { path = "../libcst_derive", version = "1.8.5" }
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.4"
3+
version = "1.8.5"
44
edition = "2018"
55
description = "Proc macro helpers for libcst."
66
license = "MIT"

0 commit comments

Comments
 (0)