Skip to content

Commit 9c99695

Browse files
Version 3.7.0
Signed-off-by: Christopher Rabotin <[email protected]>
1 parent 2fdd90a commit 9c99695

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hifitime"
3-
version = "3.6.0"
3+
version = "3.7.0"
44
authors = ["Christopher Rabotin <[email protected]>"]
55
description = "Ultra-precise date and time handling in Rust for scientific applications with leap second support"
66
homepage = "https://nyxspace.com/"

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Put this in your `Cargo.toml`:
4848

4949
```toml
5050
[dependencies]
51-
hifitime = "3.6"
51+
hifitime = "3.7"
5252
```
5353

5454
## Examples:
@@ -284,6 +284,17 @@ In order to provide full interoperability with NAIF, hifitime uses the NAIF algo
284284

285285
# Changelog
286286

287+
## 3.7.0
288+
Huge thanks to [@gwbres](https://github.com/gwbres) who put in all of the work for this release. These usability changes allow [Rinex](https://crates.io/crates/rinex) to use hifitime, check out this work.
289+
+ timescale.rs: derive serdes traits when feasible by @gwbres in https://github.com/nyx-space/hifitime/pull/167
290+
+ timecale.rs: introduce format/display by @gwbres in https://github.com/nyx-space/hifitime/pull/168
291+
+ readme: fix BeiDou typo by @gwbres in https://github.com/nyx-space/hifitime/pull/169
292+
+ epoch: derive Hash by @gwbres in https://github.com/nyx-space/hifitime/pull/170
293+
+ timescale: identify GNSS timescales from standard 3 letter codes by @gwbres in https://github.com/nyx-space/hifitime/pull/171
294+
+ timescale: standard formatting is now available by @gwbres in https://github.com/nyx-space/hifitime/pull/174
295+
+ epoch, duration: improve and fix serdes feature by @gwbres in https://github.com/nyx-space/hifitime/pull/175
296+
+ epoch, timescale: implement default trait by @gwbres in https://github.com/nyx-space/hifitime/pull/176
297+
287298
## 3.6.0
288299
+ Galileo System Time and BeiDou Time are now supported, huge thanks to [@gwbres](https://github.com/gwbres) for all that work!
289300
+ Significant speed improvement in the initialization of Epochs from their Gregorian representation, thanks [@conradludgate](https://github.com/conradludgate) for [#160](https://github.com/nyx-space/hifitime/pull/160).

0 commit comments

Comments
 (0)