Skip to content

Bump github.com/lestrrat-go/strftime from 1.1.1 to 1.2.0 in /bench#94

Merged
lestrrat merged 1 commit into
masterfrom
dependabot/go_modules/bench/master/github.com/lestrrat-go/strftime-1.2.0
May 22, 2026
Merged

Bump github.com/lestrrat-go/strftime from 1.1.1 to 1.2.0 in /bench#94
lestrrat merged 1 commit into
masterfrom
dependabot/go_modules/bench/master/github.com/lestrrat-go/strftime-1.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/lestrrat-go/strftime from 1.1.1 to 1.2.0.

Release notes

Sourced from github.com/lestrrat-go/strftime's releases.

v1.2.0

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

Changelog

Sourced from github.com/lestrrat-go/strftime's changelog.

v1.2.0 - 21 May 2026 [New features]

  • Support a no-padding flag for numeric specifiers. A - (glibc) or # (Windows) flag placed between the % and the conversion specifier suppresses the leading zero/blank padding, e.g. %-m -> "1" instead of "01". (#91)
  • Add locale support for name-based specifiers (%A, %a, %B, %b, %p, etc.). A new WithLocale option accepts a Locale, with DefaultLocale() providing the English defaults. Supporting MonthNames / WeekdayNames types and a LocaleOption constructor are also exported. (#92)

[Performance]

  • Speed up formatting and pattern compilation. (#93)

[Bug fixes]

  • Fix the locking mechanism in the package-level Lookup function. (#76)

[Miscellaneous]

  • Modernize CI and lint infrastructure. (#87)
  • Updated dependencies (testify, GitHub Actions, codecov).
Commits
  • 0a8d050 Update Changes
  • 2dde0bd speed up formatting and pattern compilation (#93)
  • f89e619 add locale support for name specifiers (#92)
  • 78dc79d support no-padding flag for numeric specifiers (#91)
  • b4ab1c6 Bump github.com/lestrrat-go/strftime from 1.1.0 to 1.1.1 in /bench (#90)
  • 00adbc0 Bump github.com/ncruces/go-strftime from 0.1.9 to 1.0.0 in /bench (#89)
  • 2e77933 Bump codecov/codecov-action from 5.5.1 to 6.0.1 (#88)
  • 0bcb36d modernize CI and lint infrastructure (#87)
  • 2ac6a85 Bump actions/setup-go from 5.5.0 to 6.1.0 (#79)
  • 6665088 Bump actions/checkout from 5.0.0 to 5.0.1 (#78)
  • 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/lestrrat-go/strftime](https://github.com/lestrrat-go/strftime) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/lestrrat-go/strftime/releases)
- [Changelog](https://github.com/lestrrat-go/strftime/blob/master/Changes)
- [Commits](v1.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/strftime
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 May 21, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 21, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependabot. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@lestrrat lestrrat merged commit 1de4734 into master May 22, 2026
13 checks passed
@lestrrat lestrrat deleted the dependabot/go_modules/bench/master/github.com/lestrrat-go/strftime-1.2.0 branch May 22, 2026 00:58
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.

1 participant