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

build(deps): bump dtt from 0.0.5 to 0.0.6 #227

Merged
merged 1 commit into from
May 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 7, 2024

Bumps dtt from 0.0.5 to 0.0.6.

Release notes

Sourced from dtt's releases.

DateTime (DTT) 🦀 v0.0.6

Release v0.0.6 - 2024-05-06

DateTime (DTT)

A Rust library for parsing, validating, manipulating, and formatting dates and times

Part of the [Mini Functions][0] family of libraries.

![DTT Banner][banner]

[![Made With Rust][made-with-rust-badge]][14] [![Crates.io][crates-badge]][8] [![Lib.rs][libs-badge]][10] [![Docs.rs][docs-badge]][9] [![License][license-badge]][2] [![Codecov][codecov-badge]][15]

• [Website][1] • [Documentation][9] • [Report Bug][4] • [Request Feature][4] • [Contributing Guidelines][5]

![divider][divider]

Overview 📖

The DateTime (DTT) library is a comprehensive and flexible tool that enables developers to manage dates and times with ease. It offers a range of functions and data structures that allow you to perform various date and time operations with ease, such as determining the day of the month, hour of the day, working with ISO 8601 date and time formats, and many others.

The library supports the creation of new DateTime objects with either UTC or custom timezone specifications, ensuring that you always have accurate and relevant date and time information. Additionally, it provides a mechanism to validate input dates and times, ensuring that you always have accurate information to work with.

Features ✨

The DateTime (DTT) struct includes the following fields and methods:

Fields

Feature Description Type
day Day of the month: (1-31) u8
hour Hour of the day: (0-23) u8
iso_8601 ISO 8601 date and time: (e.g. "2023-01-01T00:00:00+00:00") String
iso_week ISO week number: (1-53) u8
microsecond Microsecond: (0-999999) u32

... (truncated)

Commits
  • 6dcb649 Merge pull request #60 from sebastienrousseau/feat/dtt
  • ef87529 style(dtt): 📝 reformatting README
  • 2d53249 fix(dtt): 🐛 error: useless use of format!
  • 22a5427 fix(dtt): 🐛 #57 fixed and updated README
  • 610d0d2 docs(dtt): 📝 updated the README
  • c9f16f6 test(dtt): ✅ add unit tests for macros.rs
  • 4f27938 feat(dtt): ✨ Improve macros documentation and organization for bette...
  • f472d17 style(dtt): 🎨 Improved Organization, add more detailed comments etc.
  • d9be125 refactor(dtt): 🎨 more robust error handling, better timezone support, and...
  • a13c54e feat(dtt): ✨ v0.0.6
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 7, 2024
Bumps [dtt](https://github.com/sebastienrousseau/dtt) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/sebastienrousseau/dtt/releases)
- [Commits](sebastienrousseau/dtt@v0.0.5...v0.0.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/dtt-0.0.6 branch from 3a0557f to 1730e41 Compare May 8, 2024 07:22
@sebastienrousseau sebastienrousseau merged commit 75ca341 into main May 8, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/dtt-0.0.6 branch May 8, 2024 08:59
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant