mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
Bump version to 1.7.0 (#1313)
This commit is contained in:
parent
17eafc3f43
commit
5902ccede3
4 changed files with 22 additions and 5 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -1,4 +1,21 @@
|
|||
# 1.6.0 - 2024-01-09
|
||||
# 1.7.0 - 2025-03-13
|
||||
|
||||
## Added
|
||||
* add free-threaded CI by @ngoldbaum in https://github.com/Instagram/LibCST/pull/1312
|
||||
|
||||
## Updated
|
||||
* Remove dependency on `chic` and upgrade `annotate-snippets` by @zanieb in https://github.com/Instagram/LibCST/pull/1293
|
||||
* Update for Pyo3 0.23 by @ngoldbaum in https://github.com/Instagram/LibCST/pull/1289
|
||||
* Bump PyO3 to 0.23.5 by @mgorny in https://github.com/Instagram/LibCST/pull/1311
|
||||
|
||||
## New Contributors
|
||||
* @zanieb made their first contribution in https://github.com/Instagram/LibCST/pull/1293
|
||||
* @ngoldbaum made their first contribution in https://github.com/Instagram/LibCST/pull/1289
|
||||
* @mgorny made their first contribution in https://github.com/Instagram/LibCST/pull/1311
|
||||
|
||||
**Full Changelog**: https://github.com/Instagram/LibCST/compare/v1.6.0...v1.7.0
|
||||
|
||||
# 1.6.0 - 2025-01-09
|
||||
|
||||
## Fixed
|
||||
|
||||
|
|
|
|||
4
native/Cargo.lock
generated
4
native/Cargo.lock
generated
|
|
@ -338,7 +338,7 @@ checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
|
|||
|
||||
[[package]]
|
||||
name = "libcst"
|
||||
version = "1.6.0"
|
||||
version = "1.7.0"
|
||||
dependencies = [
|
||||
"annotate-snippets",
|
||||
"criterion",
|
||||
|
|
@ -356,7 +356,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "libcst_derive"
|
||||
version = "1.6.0"
|
||||
version = "1.7.0"
|
||||
dependencies = [
|
||||
"quote",
|
||||
"syn 2.0.75",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
[package]
|
||||
name = "libcst"
|
||||
version = "1.6.0"
|
||||
version = "1.7.0"
|
||||
authors = ["LibCST Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.70"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libcst_derive"
|
||||
version = "1.6.0"
|
||||
version = "1.7.0"
|
||||
edition = "2018"
|
||||
description = "Proc macro helpers for libcst."
|
||||
license = "MIT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue