Skip to content

Commit ace9b6e

Browse files
committed
Bumped version to 66.1.0
1 parent 26b1e9a commit ace9b6e

File tree

8 files changed

+15
-11
lines changed

8 files changed

+15
-11
lines changed

.buildconfig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
libraryVersion: 66.0.1
1+
libraryVersion: 66.1.0
22
groupId: org.mozilla.telemetry
33
projects:
44
glean:

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Unreleased changes
22

3-
[Full changelog](https://github.com/mozilla/glean/compare/v66.0.1...main)
3+
[Full changelog](https://github.com/mozilla/glean/compare/v66.1.0...main)
4+
5+
# v66.1.0 (2025-11-03)
6+
7+
[Full changelog](https://github.com/mozilla/glean/compare/v66.0.1...v66.1.0)
48

59
* General
610
* Store the client ID in an additional plaintext file and report on regeneration ([#3292](https://github.com/mozilla/glean/pull/3292))

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.

DEPENDENCIES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4606,9 +4606,9 @@ SOFTWARE.
46064606

46074607
The following text applies to code linked from these dependencies:
46084608

4609-
* [glean-core 66.0.1]( https://github.com/mozilla/glean )
4609+
* [glean-core 66.1.0]( https://github.com/mozilla/glean )
46104610
* [glean-build 18.0.6]( https://github.com/mozilla/glean )
4611-
* [glean 66.0.1]( https://github.com/mozilla/glean )
4611+
* [glean 66.1.0]( https://github.com/mozilla/glean )
46124612
* [zeitstempel 0.2.0]( https://github.com/badboy/zeitstempel )
46134613

46144614
```

glean-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "glean-core"
3-
version = "66.0.1"
3+
version = "66.1.0"
44
authors = ["Jan-Erik Rediger <[email protected]>", "The Glean Team <[email protected]>"]
55
description = "A modern Telemetry library"
66
repository = "https://github.com/mozilla/glean"

glean-core/rlb/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "glean"
3-
version = "66.0.1"
3+
version = "66.1.0"
44
authors = ["Jan-Erik Rediger <[email protected]>", "The Glean Team <[email protected]>"]
55
description = "Glean SDK Rust language bindings"
66
repository = "https://github.com/mozilla/glean"
@@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
2323

2424
[dependencies.glean-core]
2525
path = ".."
26-
version = "66.0.1"
26+
version = "66.1.0"
2727

2828
[dependencies]
2929
crossbeam-channel = "0.5"

gradle-plugin/src/main/groovy/mozilla/telemetry/glean-gradle-plugin/GleanGradlePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ except:
548548
void apply(Project project) {
549549
isOffline = project.gradle.startParameter.offline
550550

551-
project.ext.glean_version = "66.0.1"
551+
project.ext.glean_version = "66.1.0"
552552
def parserVersion = gleanParserVersion(project)
553553

554554
// Print the required glean_parser version to the console. This is

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "glean-sdk"
7-
version = "66.0.1"
7+
version = "66.1.0"
88
requires-python = ">=3.9"
99
classifiers = [
1010
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)