Skip to content

Commit fe5952f

Browse files
committed
Bumped version to 66.3.0
1 parent 7bf59fb commit fe5952f

File tree

8 files changed

+16
-12
lines changed

8 files changed

+16
-12
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.2.0
1+
libraryVersion: 66.3.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.2.0...main)
3+
[Full changelog](https://github.com/mozilla/glean/compare/v66.3.0...main)
4+
5+
# v66.3.0 (2025-12-19)
6+
7+
[Full changelog](https://github.com/mozilla/glean/compare/v66.2.0...v66.3.0)
48

59
* General
610
* Updated to `glean_parser` v18.2.0 ([#3356](https://github.com/mozilla/glean/issues/3356))

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: 3 additions & 3 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.2.0]( https://github.com/mozilla/glean )
4610-
* [glean-build 18.0.6]( https://github.com/mozilla/glean )
4611-
* [glean 66.2.0]( https://github.com/mozilla/glean )
4609+
* [glean-core 66.3.0]( https://github.com/mozilla/glean )
4610+
* [glean-build 18.2.0]( https://github.com/mozilla/glean )
4611+
* [glean 66.3.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.2.0"
3+
version = "66.3.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.2.0"
3+
version = "66.3.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.2.0"
26+
version = "66.3.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
@@ -535,7 +535,7 @@ except:
535535
void apply(Project project) {
536536
isOffline = project.gradle.startParameter.offline
537537

538-
project.ext.glean_version = "66.2.0"
538+
project.ext.glean_version = "66.3.0"
539539
def parserVersion = gleanParserVersion(project)
540540

541541
// 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.2.0"
7+
version = "66.3.0"
88
requires-python = ">=3.9"
99
classifiers = [
1010
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)