mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
bump version to 1.8.2 (#1360)
This commit is contained in:
parent
67ba746bed
commit
03285dd4bf
4 changed files with 15 additions and 5 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -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
4
native/Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue