Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump timeliness from 0.5.1 to 0.5.2 #10327

Merged
merged 1 commit into from
Jan 31, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2025

Bumps timeliness from 0.5.1 to 0.5.2.

Changelog

Sourced from timeliness's changelog.

= 0.5.2 - 2025-01-31

  • Reduce allocations through on the parse hot path

= 0.5.1 - 2025-01-07

  • Make frozen string compatible

= 0.5.0 - 2024-12-02

  • Reduce allocations through some internal parsing changes
  • Changed parse method arg handling to simple using keyword args

= 0.4.5 - 2023-01-19

= 0.4.4 - 2019-08-06

  • Raise compilation error if token with capturing arg is used more than once in a format
  • Some small internal refactorings in format compilation

= 0.4.3 - 2019-06-16

  • Fixed Timeliness.ambiguous_date_format being used in new threads if custom value set
  • Moved all config from Timeliness to new Configuration class. Delegated all old config methods to Timeliness.configuration instance.

= 0.4.2 - 2019-06-15

  • Fixed thread safe issue that forced you to use one of the date format methods e.g. use_euro_formats to initialize the format sets in each new thread. Now a new thread will default to the global default (main thread).
  • Add Timeliness.ambiguous_date_format config setting (:us or :euro) to control global default for date format sets.

= 0.4.1 - 2019-06-11

  • Add format for ISO 8601 with usec and 'Z' UTC zone offset (jartek)
  • Fix ISO 8601 parsing bug where Z was not recognised as UTC
  • Add 'zt' format token to support 'Z' (Zulu time) zone offset i.e. +00:00 or UTC

= 0.4.0 - 2019-02-09

  • Add threadsafety for use_euro_formats & use_us_formats to allow runtime switching (andruby, timdiggins)

= 0.3.10 - 2019-02-06

  • Fixed file permissions in gem build

= 0.3.9 - 2019-02-03 [YANKED]

  • Fix for parsing invalid datetime string with valid timezone raising exception (lni_T)
  • Add license name in gemspec (Robert Reiz)
  • Fix typo in README format example

= 0.3.8 - 2016-01-06

  • Add formats for standard Ruby string representations of Time
  • Updated specs to RSpec v3
  • Added some gem specific exception classes

= 0.3.7 - 2012-10-03

  • Change to a hot switch between US and Euro formats without a compile.

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [timeliness](https://github.com/adzap/timeliness) from 0.5.1 to 0.5.2.
- [Changelog](https://github.com/adzap/timeliness/blob/master/CHANGELOG.rdoc)
- [Commits](adzap/timeliness@v0.5.1...v0.5.2)

---
updated-dependencies:
- dependency-name: timeliness
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file Ruby Pull requests that update Ruby code labels Jan 31, 2025
@elceebee elceebee merged commit f84d683 into main Jan 31, 2025
46 checks passed
@elceebee elceebee deleted the dependabot/bundler/timeliness-0.5.2 branch January 31, 2025 11:12
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 Ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant