Skip to content

Commit 9f54920

Browse files
committed
bump version to 1.3.1
1 parent 4fb66a3 commit 9f54920

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.3.1 - 2024-04-03
2+
3+
## Fixed
4+
* ImportError due to missing `mypy_extensions` dependency by @zsol in https://github.com/Instagram/LibCST/pull/1128
5+
16
# 1.3.0 - 2024-04-03
27

38
## Updated

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.3.0"
8+
version = "1.3.1"
99
authors = ["LibCST Developers"]
1010
edition = "2018"
1111
rust-version = "1.70"
@@ -42,7 +42,7 @@ peg = "0.8.1"
4242
chic = "1.2.2"
4343
regex = "1.9.3"
4444
memchr = "2.5.0"
45-
libcst_derive = { path = "../libcst_derive", version = "1.3.0" }
45+
libcst_derive = { path = "../libcst_derive", version = "1.3.1" }
4646

4747
[dev-dependencies]
4848
criterion = { version = "0.5.1", 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.3.0"
3+
version = "1.3.1"
44
edition = "2018"
55
description = "Proc macro helpers for libcst."
66
license-file = "LICENSE"

0 commit comments

Comments
 (0)