Skip to content

Commit

Permalink
Bumped version to 61.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Sep 24, 2024
1 parent 4573736 commit 10d326c
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .buildconfig.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryVersion: 61.0.0
libraryVersion: 61.1.0
groupId: org.mozilla.telemetry
projects:
glean:
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Unreleased changes

[Full changelog](https://github.com/mozilla/glean/compare/v61.0.0...main)
[Full changelog](https://github.com/mozilla/glean/compare/v61.1.0...main)

# v61.1.0 (2024-09-24)

[Full changelog](https://github.com/mozilla/glean/compare/v61.0.0...v61.1.0)

* Kotlin
* Change Metrics Ping Scheduler to use daemon threads ([#2930](https://github.com/mozilla/glean/pull/2930))
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4948,9 +4948,9 @@ SOFTWARE.

The following text applies to code linked from these dependencies:

* [glean-core 61.0.0]( https://github.com/mozilla/glean )
* [glean-build 15.0.0]( https://github.com/mozilla/glean )
* [glean 61.0.0]( https://github.com/mozilla/glean )
* [glean-core 61.1.0]( https://github.com/mozilla/glean )
* [glean-build 15.0.1]( https://github.com/mozilla/glean )
* [glean 61.1.0]( https://github.com/mozilla/glean )
* [zeitstempel 0.1.1]( https://github.com/badboy/zeitstempel )

```
Expand Down
2 changes: 1 addition & 1 deletion glean-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glean-core"
version = "61.0.0"
version = "61.1.0"
authors = ["Jan-Erik Rediger <jrediger@mozilla.com>", "The Glean Team <glean-team@mozilla.com>"]
description = "A modern Telemetry library"
repository = "https://github.com/mozilla/glean"
Expand Down
4 changes: 2 additions & 2 deletions glean-core/rlb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glean"
version = "61.0.0"
version = "61.1.0"
authors = ["Jan-Erik Rediger <jrediger@mozilla.com>", "The Glean Team <glean-team@mozilla.com>"]
description = "Glean SDK Rust language bindings"
repository = "https://github.com/mozilla/glean"
Expand All @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }

[dependencies.glean-core]
path = ".."
version = "61.0.0"
version = "61.1.0"

[dependencies]
inherent = "1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ except:
void apply(Project project) {
isOffline = project.gradle.startParameter.offline

project.ext.glean_version = "61.0.0"
project.ext.glean_version = "61.1.0"
def parserVersion = gleanParserVersion(project)

// Print the required glean_parser version to the console. This is
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "glean-sdk"
version = "61.0.0"
version = "61.1.0"
requires-python = ">=3.8"
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 10d326c

Please sign in to comment.