Skip to content

Tags: 3point2/chrono

Tags

v0.4.6

Toggle v0.4.6's commit message
Version 0.4.6

See CHANGELOG.md for changes.

v0.4.5

Toggle v0.4.5's commit message
Version 0.4.5

See CHANGELOG.md for changes.

v0.4.4

Toggle v0.4.4's commit message
Version 0.4.4

See CHANGELOG.md for release notes

v0.4.3

Toggle v0.4.3's commit message
Version 0.4.3

See CHANGELOG.md for release notes

v0.4.2

Toggle v0.4.2's commit message
Version 0.4.2

See CHANGELOG.md for release notes

v0.4.1

Toggle v0.4.1's commit message
Version 0.4.1

See CHANGELOG.md for release notes.

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
lifthrasiir Kang Seonghoon
0.4.0: Mass renaming, `IsoWeek`, `SystemTime` supports, serde utils.

Starting from this version the `CHANGELOG.md` file is the canonical
source for the list of significant changes. See the file for details.

Fixes chronotope#146.
Fixes chronotope#159.

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
lifthrasiir Kang Seonghoon
0.3.1: Minor maintenance release, Serde 1.0 support.

- Serde 1.0 is now supported. (chronotope#142)

  Technically this is a breaking change, but the minor version was not
  effective in avoiding dependency breakages anyway (because Cargo
  will silently compile two versions of crates). Provided that this is
  likely the last breakage from Serde, we tolerate
  this more-than-last-minute change in this version.

- `Weekday` now implements `FromStr`, `Serialize` and `Deserialize`.
  (chronotope#113)

- Fixed a bug that the leap second can be mapped wrongly
  in the local tz with some conditions. (chronotope#130)

- Some changes to the tests to avoid previously known issues.

Note that the actually published version is very slightly different
from the repository because no published version of bincode supports
Serde 1.0 right now.

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
lifthrasiir Kang Seonghoon
0.3.0: Planned breaking changes to the existing interface.

So this is a much delayed major release, but this should not really
change how you use Chrono---only the "required" breakages have been
done (e.g. anything hindering API evolution). The "big" release used to
be 0.3, but due to the dependency changes we are forced to push that to
0.4. I've took this opportunity to push all known planned breaking
changes to 0.3, so this should be quite stable for a moment.

See `CHANGELOG.md` for the full list of changes, but most importantly:

- `chrono::prelude` module has been added for proper glob imports.

- `FixedOffset` is now the official "value" type for time zone offsets.

- Serde 0.9 support has landed, and serialization format used by
  rustc-serialize and Serde has been now synchronized.

- Formatting items have been slightly adjusted to be future-proof.

Fixes chronotope#126.

v0.2.25

Toggle v0.2.25's commit message
0.2.25: Fixed warnings from 0.2.24. Duh.