Skip to content

Bump github.com/itchyny/timefmt-go from 0.1.5 to 0.1.8 in the go-dependencies group across 1 directory - #195

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-430235bd8b
Open

Bump github.com/itchyny/timefmt-go from 0.1.5 to 0.1.8 in the go-dependencies group across 1 directory#195
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-430235bd8b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown

Bumps the go-dependencies group with 1 update in the / directory: github.com/itchyny/timefmt-go.

Updates github.com/itchyny/timefmt-go from 0.1.5 to 0.1.8

Release notes

Sourced from github.com/itchyny/timefmt-go's releases.

Release v0.1.8

  • fix parsing negative year and Unix time (%Y, %G, %s)
  • fix formatting negative year, century, Unix time (%Y, %G, %C, %y, %g, %s)
  • fix %g parsing to use the same two-digit year threshold 69 as %y
  • fix %s formatting and parsing on 32-bit platforms
  • support parsing time zone offset with %:::z
  • improve performance of parsing/formatting compound directives

Release v0.1.7

  • refactor code using built-in min and max functions

Release v0.1.6

  • support parsing week directives (%A, %a, %w, %u, %V, %U, %W)
  • validate range of values on parsing directives
  • fix formatting %l to show 12 at midnight
Changelog

Sourced from github.com/itchyny/timefmt-go's changelog.

v0.1.8 (2026-04-01)

  • fix parsing negative year and Unix time (%Y, %G, %s)
  • fix formatting negative year, century, Unix time (%Y, %G, %C, %y, %g, %s)
  • fix %g parsing to use the same two-digit year threshold 69 as %y
  • fix %s formatting and parsing on 32-bit platforms
  • support parsing time zone offset with %:::z
  • improve performance of parsing/formatting compound directives

v0.1.7 (2025-10-01)

  • refactor code using built-in min and max functions

v0.1.6 (2024-06-01)

  • support parsing week directives (%A, %a, %w, %u, %V, %U, %W)
  • validate range of values on parsing directives
  • fix formatting %l to show 12 at midnight
Commits
  • 304aadf update CHANGELOG.md for v0.1.8
  • e5fb258 add more test cases
  • a7803a9 support parsing time zone offset with %:::z
  • 52d3bc4 optimize compound directives by resolving in switch statement
  • f0b9b83 refactor %G and %g parsing to reuse %Y and %y
  • aad97f3 fix %s for 32-bit platforms, optimize formatting integers
  • 85a916a add benchmarks for formatting and parsing
  • 484b069 support parsing negative numbers (%Y, %G, %s)
  • f94f156 add test with Go 1.26
  • da66c43 fix %g parsing to use the same threshold as %y
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 20, 2026
Bumps the go-dependencies group with 1 update in the / directory: [github.com/itchyny/timefmt-go](https://github.com/itchyny/timefmt-go).


Updates `github.com/itchyny/timefmt-go` from 0.1.5 to 0.1.8
- [Release notes](https://github.com/itchyny/timefmt-go/releases)
- [Changelog](https://github.com/itchyny/timefmt-go/blob/main/CHANGELOG.md)
- [Commits](itchyny/timefmt-go@v0.1.5...v0.1.8)

---
updated-dependencies:
- dependency-name: github.com/itchyny/timefmt-go
  dependency-version: 0.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump github.com/itchyny/timefmt-go from 0.1.5 to 0.1.8 in the go-dependencies group Bump github.com/itchyny/timefmt-go from 0.1.5 to 0.1.8 in the go-dependencies group across 1 directory Jul 27, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-430235bd8b branch from e2385e5 to 1aea798 Compare July 27, 2026 14:11
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