-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f0e0085
commit 3f54cac
Showing
1 changed file
with
39 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,52 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
## [0.4.4] - 2023-08-19 | ||
|
||
## [0.4.2] - 2023-07-31 | ||
- Various fixes by @evensolberg | ||
[#102](https://github.com/ringsaturn/tzf-rs/pull/102) | ||
- Cleaned up the code a little by running Clippy in pedantic mode | ||
- Made the code a little more Rust-like by implmenting the `Default` trait | ||
for some structs. | ||
- Added `--lon` as an alias for `--lng` | ||
- Allow negative numbers for latitude and longitude, meaning we can go to the | ||
southern and western hemispheres. | ||
|
||
## [0.4.3] - 2023-07-31 | ||
|
||
### Chore | ||
Update docs | ||
|
||
## [0.4.2] - 2023-07-31 | ||
|
||
- Update Cargo lock | ||
|
||
## [0.4.1] - 2023-07-13 | ||
|
||
- Make clap an optional dependency by @wildwestrom in | ||
[#69](https://github.com/ringsaturn/tzf-rs/pull/69) | ||
- Bump deps | ||
|
||
## [v0.4.0] - 2023-05-27 | ||
|
||
- Bump tzf-rel to v0.0.2023-b and add data_version method | ||
[#57](https://github.com/ringsaturn/tzf-rs/pull/57) | ||
|
||
## [v0.3.1] - 2023-05-21 | ||
|
||
Bump deps | ||
|
||
## [v0.3.0] - 2023-01-29 | ||
|
||
- Fix [preindex bug](https://github.com/ringsaturn/tzf/issues/76) by bump | ||
tzf-rel version | ||
- Bump other deps | ||
|
||
## [0.2.1] - 2023-01-25 | ||
|
||
### Bug Fixes | ||
|
||
- Pprof can not build on windows (#36) | ||
|
||
<!-- generated by git-cliff --> | ||
## [0.2.0] - 2023-01-19 | ||
|
||
- support get all matched timezone names by @ringsaturn in | ||
[#33](https://github.com/ringsaturn/tzf-rs/pull/33) |