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.6 to 0.0.8 #107

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 3, 2024

Bumps dtt from 0.0.6 to 0.0.8.

Release notes

Sourced from dtt's releases.

DateTime (DTT) 🦀 v0.0.8

Release v0.0.8 - 2024-09-02

DateTime (DTT)

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

[![Made With Love][made-with-rust]][14] [![Crates.io][crates-badge]][08] [![lib.rs][libs-badge]][10] [![Docs.rs][docs-badge]][09] [![Codecov][codecov-badge]][15] [![Build Status][build-badge]][16] [![Codecov][github-badge]][07]

• [Website][01] • [Documentation][09] • [Report Bug][04] • [Request Feature][04] • [Contributing Guidelines][05]

Overview

The DateTime (DTT) library is a comprehensive and flexible tool that enables developers to manage dates and times with ease. It offers a wide range of functions, macros, and data structures for performing date and time operations, such as creating, parsing, validating, and formatting date-time objects.

The library supports the creation of new DateTime objects with either UTC or custom timezone specifications, providing accurate and relevant date and time information. Additionally, it offers mechanisms for validating input dates and times, ensuring reliable and precise operations.

Features

The DateTime (DTT) library offers the following features:

  • Core Fields:

    • datetime: The date and time in UTC (PrimitiveDateTime).
    • offset: The timezone offset in UTC (UtcOffset).
  • Core Methods:

    • new(): Creates a new DateTime instance with the current UTC time.
    • new_with_tz(tz: &str): Creates a new DateTime object with the specified timezone.
    • new_with_custom_offset(hours: i8, minutes: i8): Creates a DateTime object with a custom UTC offset.
    • from_components(year: i32, month: u8, day: u8, hour: u8, minute: u8, second: u8, offset: UtcOffset): Creates a DateTime object from individual date and time components.
    • update(&self): Updates the DateTime object to the current date and time.
    • now(): Returns the current DateTime.
    • from_str(s: &str): Parses a string into a DateTime instance (implementation of FromStr trait).
    • default(): Returns the current UTC time as the default value for DateTime.
  • Parsing and Formatting:

... (truncated)

Commits
  • a870c06 v0.0.8
  • a528842 fix(dtt): 🚑 critical fixes for documentation
  • e3ff130 Merge pull request #70 from sebastienrousseau/feat/dtt
  • cb76b30 fix(dtt): 🐛 fix missing imports and dtt_is_valid_function calls
  • 6abf852 docs(dtt): 📝 add examples for macros and doc updates
  • 19db4fc fix(dtt): 🐛 removes the code duplication and keeps the tests clean and ma...
  • 7ed92c5 fix(dtt): 💄 fix formatting
  • 1e61956 feat(dtt): Implement comprehensive unit tests for DateTimeError enum and impr...
  • 0dca150 fix(dtt): 💄 fix formatting issue
  • 356ec10 fix(dtt): ✅ updated README.md and corresponding tests
  • 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 Sep 3, 2024
Bumps [dtt](https://github.com/sebastienrousseau/dtt) from 0.0.6 to 0.0.8.
- [Release notes](https://github.com/sebastienrousseau/dtt/releases)
- [Commits](sebastienrousseau/dtt@v0.0.6...v0.0.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
@sebastienrousseau sebastienrousseau merged commit 1347f79 into main Sep 8, 2024
7 checks passed
@sebastienrousseau sebastienrousseau deleted the dependabot/cargo/dtt-0.0.8 branch September 8, 2024 06:05
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