Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Aug 19, 2023
1 parent f0e0085 commit 3f54cac
Showing 1 changed file with 39 additions and 4 deletions.
43 changes: 39 additions & 4 deletions CHANGELOG.md
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)

0 comments on commit 3f54cac

Please sign in to comment.