Skip to content

Commit

Permalink
chore(main): release profiler 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 23, 2024
1 parent e9a8e3a commit a61df8b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"errorreporting": "0.3.2",
"firestore": "1.17.0",
"logging": "1.12.0",
"profiler": "0.4.2",
"profiler": "0.4.3",
"pubsub": "1.45.3",
"pubsublite": "1.8.2",
"spanner": "1.73.0",
Expand Down
7 changes: 7 additions & 0 deletions profiler/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [0.4.3](https://github.com/googleapis/google-cloud-go/compare/profiler/v0.4.2...profiler/v0.4.3) (2024-12-23)


### Bug Fixes

* **profiler:** Update golang.org/x/net to v0.33.0 ([e9b0b69](https://github.com/googleapis/google-cloud-go/commit/e9b0b69644ea5b276cacff0a707e8a5e87efafc9))

## [0.4.2](https://github.com/googleapis/google-cloud-go/compare/profiler/v0.4.1...profiler/v0.4.2) (2024-12-10)


Expand Down
2 changes: 1 addition & 1 deletion profiler/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "0.4.2"
const Version = "0.4.3"

0 comments on commit a61df8b

Please sign in to comment.