Skip to content

Commit 5902cce

Browse files
authored
Bump version to 1.7.0 (#1313)
1 parent 17eafc3 commit 5902cce

4 files changed

Lines changed: 22 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
# 1.6.0 - 2024-01-09
1+
# 1.7.0 - 2025-03-13
2+
3+
## Added
4+
* add free-threaded CI by @ngoldbaum in https://github.com/Instagram/LibCST/pull/1312
5+
6+
## Updated
7+
* Remove dependency on `chic` and upgrade `annotate-snippets` by @zanieb in https://github.com/Instagram/LibCST/pull/1293
8+
* Update for Pyo3 0.23 by @ngoldbaum in https://github.com/Instagram/LibCST/pull/1289
9+
* Bump PyO3 to 0.23.5 by @mgorny in https://github.com/Instagram/LibCST/pull/1311
10+
11+
## New Contributors
12+
* @zanieb made their first contribution in https://github.com/Instagram/LibCST/pull/1293
13+
* @ngoldbaum made their first contribution in https://github.com/Instagram/LibCST/pull/1289
14+
* @mgorny made their first contribution in https://github.com/Instagram/LibCST/pull/1311
15+
16+
**Full Changelog**: https://github.com/Instagram/LibCST/compare/v1.6.0...v1.7.0
17+
18+
# 1.6.0 - 2025-01-09
219

320
## Fixed
421

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[package]
77
name = "libcst"
8-
version = "1.6.0"
8+
version = "1.7.0"
99
authors = ["LibCST Developers"]
1010
edition = "2018"
1111
rust-version = "1.70"

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.6.0"
3+
version = "1.7.0"
44
edition = "2018"
55
description = "Proc macro helpers for libcst."
66
license = "MIT"

0 commit comments

Comments
 (0)