bump version to 1.8.2 (#1360)

This commit is contained in:
Zsolt Dollenstein 2025-06-13 21:36:01 +01:00 committed by GitHub
parent 67ba746bed
commit 03285dd4bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 15 additions and 5 deletions

View file

@ -1,3 +1,13 @@
# 1.8.2 - 2025-06-13
# Fixed
* fix(dependency): add back typing-extensions for 3.9 by @Lee-W in https://github.com/Instagram/LibCST/pull/1358
## New Contributors
* @Lee-W made their first contribution in https://github.com/Instagram/LibCST/pull/1358
**Full Changelog**: https://github.com/Instagram/LibCST/compare/v1.8.1...v1.8.2
# 1.8.1 - 2025-06-10
## Added

4
native/Cargo.lock generated
View file

@ -286,7 +286,7 @@ checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
[[package]]
name = "libcst"
version = "1.8.1"
version = "1.8.2"
dependencies = [
"annotate-snippets",
"criterion",
@ -304,7 +304,7 @@ dependencies = [
[[package]]
name = "libcst_derive"
version = "1.8.1"
version = "1.8.2"
dependencies = [
"quote",
"syn",

View file

@ -5,7 +5,7 @@
[package]
name = "libcst"
version = "1.8.1"
version = "1.8.2"
authors = ["LibCST Developers"]
edition = "2018"
rust-version = "1.70"
@ -42,7 +42,7 @@ peg = "0.8.5"
annotate-snippets = "0.11.5"
regex = "1.11.1"
memchr = "2.7.4"
libcst_derive = { path = "../libcst_derive", version = "1.8.1" }
libcst_derive = { path = "../libcst_derive", version = "1.8.2" }
[dev-dependencies]
criterion = { version = "0.6.0", features = ["html_reports"] }

View file

@ -1,6 +1,6 @@
[package]
name = "libcst_derive"
version = "1.8.1"
version = "1.8.2"
edition = "2018"
description = "Proc macro helpers for libcst."
license = "MIT"