mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
Bump version to 1.5.1 (#1246)
This commit is contained in:
parent
4ff38c039e
commit
4aa92f3857
4 changed files with 15 additions and 4 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,3 +1,14 @@
|
|||
# 1.5.1 - 2024-11-18
|
||||
|
||||
## Added
|
||||
|
||||
* build wheels for musllinux by @MrMino in https://github.com/Instagram/LibCST/pull/1243
|
||||
|
||||
## New Contributors
|
||||
* @MrMino made their first contribution in https://github.com/Instagram/LibCST/pull/1243
|
||||
|
||||
**Full Changelog**: https://github.com/Instagram/LibCST/compare/v1.5.0...v1.5.1
|
||||
|
||||
# 1.5.0 - 2024-10-10
|
||||
|
||||
## Added
|
||||
|
|
|
|||
4
native/Cargo.lock
generated
4
native/Cargo.lock
generated
|
|
@ -358,7 +358,7 @@ checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
|
|||
|
||||
[[package]]
|
||||
name = "libcst"
|
||||
version = "1.5.0"
|
||||
version = "1.5.1"
|
||||
dependencies = [
|
||||
"chic",
|
||||
"criterion",
|
||||
|
|
@ -376,7 +376,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "libcst_derive"
|
||||
version = "1.5.0"
|
||||
version = "1.5.1"
|
||||
dependencies = [
|
||||
"quote",
|
||||
"syn 2.0.75",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
[package]
|
||||
name = "libcst"
|
||||
version = "1.5.0"
|
||||
version = "1.5.1"
|
||||
authors = ["LibCST Developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.70"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libcst_derive"
|
||||
version = "1.5.0"
|
||||
version = "1.5.1"
|
||||
edition = "2018"
|
||||
description = "Proc macro helpers for libcst."
|
||||
license = "MIT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue