Skip to content

Commit ab12c4c

Browse files
authored
bump version to 1.8.1 (#1357)
1 parent db38266 commit ab12c4c

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 1.8.1 - 2025-06-10
2+
3+
## Added
4+
* add helper to convert nodes to matchers by @zsol in https://github.com/Instagram/LibCST/pull/1351
5+
6+
## Updated
7+
* Avoid raising bare Exception by @zaicruvoir1rominet in https://github.com/Instagram/LibCST/pull/1168
8+
* Upgrade PyYAML-ft version and use new module name by @lysnikolaou in https://github.com/Instagram/LibCST/pull/1353
9+
10+
## New Contributors
11+
* @lysnikolaou made their first contribution in https://github.com/Instagram/LibCST/pull/1353
12+
13+
**Full Changelog**: https://github.com/Instagram/LibCST/compare/v1.8.0...v1.8.1
14+
115
# 1.8.0 - 2025-05-27
216

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

0 commit comments

Comments
 (0)