Skip to content

Commit 4aa92f3

Browse files
authored
Bump version to 1.5.1 (#1246)
1 parent 4ff38c0 commit 4aa92f3

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 1.5.1 - 2024-11-18
2+
3+
## Added
4+
5+
* build wheels for musllinux by @MrMino in https://github.com/Instagram/LibCST/pull/1243
6+
7+
## New Contributors
8+
* @MrMino made their first contribution in https://github.com/Instagram/LibCST/pull/1243
9+
10+
**Full Changelog**: https://github.com/Instagram/LibCST/compare/v1.5.0...v1.5.1
11+
112
# 1.5.0 - 2024-10-10
213

314
## 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: 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.5.0"
8+
version = "1.5.1"
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.5.0"
3+
version = "1.5.1"
44
edition = "2018"
55
description = "Proc macro helpers for libcst."
66
license = "MIT"

0 commit comments

Comments
 (0)