Skip to content

Commit 67d73c0

Browse files
authored
Merge pull request #17 from kraken-tech/date-handling
Support passing of dates
2 parents 78cc80e + b77906c commit 67d73c0

8 files changed

+285
-18
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
- Render dates in YYYY-MM-DD format.
11+
1012
## [0.1.0a5] - 2024-09-26
1113

1214
- Add use_isolating flag.

Cargo.lock

+243-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ name = "rustfluent"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
pyo3 = "0.22.4"
12+
pyo3 = { version = "0.22.5", features = ["chrono"] }
1313
fluent = "0.16.1"
1414
unic-langid = "0.9.5"
1515
fluent-bundle = "0.15.3"
16+
chrono = "0.4.38"

0 commit comments

Comments
 (0)