diff --git a/CHANGELOG.md b/CHANGELOG.md index 10561a94b8..fa16ad9a55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ * General * Updated to `glean_parser` v18.2.0 ([#3356](https://github.com/mozilla/glean/issues/3356)) +* Python + * Source wheel builds now build the SDK upon install correctly ([#3359](https://github.com/mozilla/glean/pull/3359)) # v66.2.0 (2025-12-09) diff --git a/glean-core/Cargo.toml b/glean-core/Cargo.toml index 412d093cc7..a5aba428ab 100644 --- a/glean-core/Cargo.toml +++ b/glean-core/Cargo.toml @@ -13,6 +13,7 @@ include = [ "/LICENSE", "/src", "/examples", + "/benches", "/tests", "/Cargo.toml", "/uniffi.toml",