Skip to content

Commit

Permalink
0.3.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Jan 20, 2022
1 parent 1dfb268 commit 3ff4543
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -375,11 +375,6 @@ jobs:
override: true
components: llvm-tools-preview

- name: Cache cargo output
uses: Swatinem/rust-cache@v1
with:
key: trybuild-llvm-cov-0.1.0-alpha.5

- name: Install cargo-llvm-cov
run: |
curl -LsSf https://github.com/taiki-e/cargo-llvm-cov/releases/latest/download/cargo-llvm-cov-x86_64-unknown-linux-gnu.tar.gz | tar xzf - -C ~/.cargo/bin
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,21 @@ The format is based on [Keep a Changelog]. This project adheres to [Semantic Ver
- `PrimitiveDatetime::MIN`
- `PrimitiveDatetime::MAX`
- `Rfc2822` format description
- Serde support for well-known formats
- This is placed behind the new `serde-well-known` feature flag.

### Changed

- FreeBSD, OpenBSD, and NetBSD now support obtaining the local offset when single-threaded.
- MacOS and FreeBSD are supported obtaining the local offset when single-threaded.
- Starting with this version, this is delegated to the `num_threads` crate.
- Leap seconds are now parsed as the final nanosecond of the preceding second.
- The minimum supported Rust version is now 1.53.0.
- Deserializers for human readable formats will fall back to the binary format if the human readable
format fails to deserialize.

### Fixed

- Deserialization will no longer fail when given a non-borrowed string.

## 0.3.5 [2021-11-12]

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[package]
name = "time"
version = "0.3.5"
version = "0.3.6"
authors = ["Jacob Pratt <open-source@jhpratt.dev>", "Time contributors"]
edition = "2018"
repository = "https://github.com/time-rs/time"
Expand Down

0 comments on commit 3ff4543

Please sign in to comment.