Skip to content

Commit

Permalink
| README
Browse files Browse the repository at this point in the history
  • Loading branch information
judepackardjones committed Feb 22, 2024
1 parent 54fd92e commit 7188cd9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "perDiem"
version = "0.1.63"
version = "0.1.64"
edition = "2021"
license = "MIT"
description = "A collection of Date and DateTime utilities"
Expand Down
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
0.1.61-3 Patch notes:
-------------
Message me on Discord @ dtimer for any feedback or suggestions
------------
Adds:
-----------
OrdinalDate struct
increase and decrease ordinally functions
to_OrdinalDate
Finally adding decrease function for Date and DateTime(decrease_ordinally_as_new and decrease_ordinally)
Improves documentation a ton
>OrdinalDate struct
>increase and decrease ordinally functions
>to_OrdinalDate
>Finally adding decrease function for Date and DateTime(decrease_ordinally_as_new and decrease_ordinally)
>Improves documentation a ton
Fixes/Changes:
-----------
Changed the start year for .new() for Date, DateTime, and OrdinalDate to 0, (Was 1)
Changed some doc descriptions
Removed unneccesary checks due to type restrictions
Made 24 an invalid hour(Should be hour 0)
> Changed the start year for .new() for Date, DateTime, and OrdinalDate to 0, (Was 1)
> Changed some doc descriptions
> Removed unneccesary checks due to type restrictions
> Made 24 an invalid hour(Should be hour 0)
Normal README:
-----------------
The `Date` struct:
Expand Down

0 comments on commit 7188cd9

Please sign in to comment.