From 01340efa5cfe3aabd69feb8efe9719a2023291c2 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:40:17 +0000 Subject: [PATCH] chore(main): release profiler 0.4.1 (#8921) :robot: I have created a release *beep* *boop* --- ## [0.4.1](https://togithub.com/googleapis/google-cloud-go/compare/profiler/v0.4.0...profiler/v0.4.1) (2024-07-01) ### Bug Fixes * **profiler:** Bump x/net to v0.24.0 ([ba31ed5](https://togithub.com/googleapis/google-cloud-go/commit/ba31ed5fda2c9664f2e1cf972469295e63deb5b4)) * **profiler:** Update protobuf dep to v1.33.0 ([30b038d](https://togithub.com/googleapis/google-cloud-go/commit/30b038d8cac0b8cd5dd4761c87f3f298760dd33a)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please). --- .release-please-manifest-individual.json | 2 +- profiler/CHANGES.md | 9 ++++++++- profiler/internal/version.go | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index b1ec58da9577..e37f4d383f70 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -9,7 +9,7 @@ "errorreporting": "0.3.0", "firestore": "1.15.0", "logging": "1.10.0", - "profiler": "0.4.0", + "profiler": "0.4.1", "pubsub": "1.40.0", "pubsublite": "1.8.2", "spanner": "1.64.0", diff --git a/profiler/CHANGES.md b/profiler/CHANGES.md index 64fedb88b7ae..27dec8bd03f8 100644 --- a/profiler/CHANGES.md +++ b/profiler/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [0.4.1](https://github.com/googleapis/google-cloud-go/compare/profiler/v0.4.0...profiler/v0.4.1) (2024-07-01) + + +### Bug Fixes + +* **profiler:** Bump x/net to v0.24.0 ([ba31ed5](https://github.com/googleapis/google-cloud-go/commit/ba31ed5fda2c9664f2e1cf972469295e63deb5b4)) +* **profiler:** Update protobuf dep to v1.33.0 ([30b038d](https://github.com/googleapis/google-cloud-go/commit/30b038d8cac0b8cd5dd4761c87f3f298760dd33a)) + ## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/profiler/v0.3.1...profiler/v0.4.0) (2023-10-18) @@ -61,4 +69,3 @@ This is the first tag to carve out profiler as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/profiler/internal/version.go b/profiler/internal/version.go index 3f98e7de6063..1f1c6c0747ce 100644 --- a/profiler/internal/version.go +++ b/profiler/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.4.0" +const Version = "0.4.1"