Skip to content

Commit 03285dd

Browse files
authored
bump version to 1.8.2 (#1360)
1 parent 67ba746 commit 03285dd

4 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.8.2 - 2025-06-13
2+
3+
# Fixed
4+
* fix(dependency): add back typing-extensions for 3.9 by @Lee-W in https://github.com/Instagram/LibCST/pull/1358
5+
6+
## New Contributors
7+
* @Lee-W made their first contribution in https://github.com/Instagram/LibCST/pull/1358
8+
9+
**Full Changelog**: https://github.com/Instagram/LibCST/compare/v1.8.1...v1.8.2
10+
111
# 1.8.1 - 2025-06-10
212

313
## Added

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

0 commit comments

Comments
 (0)