Skip to content

Bump github.com/dogmatiq/primo from 0.4.0 to 0.4.1 - #177

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/dogmatiq/primo-0.4.1
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/dogmatiq/primo-0.4.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 24, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/dogmatiq/primo from 0.4.0 to 0.4.1.

Release notes

Sourced from github.com/dogmatiq/primo's releases.

Version 0.4.1

Added

  • Added a Format() method to all message types such that they implement fmt.Formatter. When formatted with the %s or %q verb, the method uses the string returned by an AsString() method if the message type provides one; otherwise it behaves as though the Format() method were absent. This is a workaround to allow custom string representations for message types without interfering with the default String() method generated by the standard Go protoc plugin.
Changelog

Sourced from github.com/dogmatiq/primo's changelog.

[0.4.1] - 2026-09-21

Added

  • Added a Format() method to all message types such that they implement fmt.Formatter. When formatted with the %s or %q verb, the method uses the string returned by an AsString() method if the message type provides one; otherwise it behaves as though the Format() method were absent. This is a workaround to allow custom string representations for message types without interfering with the default String() method generated by the standard Go protoc plugin.
Commits
  • 66128f0 Bump version to v0.4.1
  • ceeb5bb Add description of features to readme.
  • fc243b9 Merge pull request #71 from dogmatiq/format-method
  • 77e3fce Guard the AsString() fast-path against a nil receiver
  • cd6c76a Add Format() method to message types
  • e513f3f Merge pull request #70 from dogmatiq/dependabot/go_modules/google.golang.org/...
  • 4a812a0 Bump google.golang.org/grpc from 1.83.1 to 1.83.2
  • 167ae01 Merge pull request #69 from dogmatiq/dependabot/go_modules/google.golang.org/...
  • a4e8157 Bump google.golang.org/grpc from 1.83.0 to 1.83.1
  • 8629c17 Merge pull request #68 from dogmatiq/dependabot/go_modules/google.golang.org/...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/dogmatiq/primo](https://github.com/dogmatiq/primo) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/dogmatiq/primo/releases)
- [Changelog](https://github.com/dogmatiq/primo/blob/main/CHANGELOG.md)
- [Commits](dogmatiq/primo@v0.4.0...v0.4.1)

---
updated-dependencies:
- dependency-name: github.com/dogmatiq/primo
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 24, 2026
@github-actions
github-actions Bot enabled auto-merge September 24, 2026 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants