-
Notifications
You must be signed in to change notification settings - Fork 17
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
Showing
1 changed file
with
234 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,234 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [0.1.45] - 2022-08-16 | ||
### Fixed | ||
- Fix potential use after free in MacOS / iOS ([#54](https://github.com/strawlab/iana-time-zone/pull/54)) | ||
- Fix typos in README ([#53](https://github.com/strawlab/iana-time-zone/pull/53)) | ||
|
||
## [0.1.44] - 2022-08-11 | ||
### Fixed | ||
- "/etc/localtime" may be relative link ([#49](https://github.com/strawlab/iana-time-zone/pull/49)) | ||
|
||
## [0.1.43] - 2022-08-11 | ||
### Changed | ||
- Use `core-foundation-sys` instead of `core-foundation` ([#50](https://github.com/strawlab/iana-time-zone/pull/50)) | ||
|
||
## [0.1.42] - 2022-08-10 | ||
### Fixed | ||
- Fix implementation for Redhat based distros ([#48](https://github.com/strawlab/iana-time-zone/pull/48)) | ||
|
||
## [0.1.41] - 2022-08-02 | ||
### Added | ||
- Add `fallback` feature ([#46](https://github.com/strawlab/iana-time-zone/pull/46)) | ||
|
||
## [0.1.40] - 2022-07-29 | ||
### Added | ||
- Implement for Android ([#45](https://github.com/strawlab/iana-time-zone/pull/45)) | ||
|
||
## [0.1.38] - 2022-07-27 | ||
### Added | ||
- Implement illumos ([#44](https://github.com/strawlab/iana-time-zone/pull/44)) | ||
### Changed | ||
- Update examples in README | ||
|
||
## [0.1.37] - 2022-07-23 | ||
### Added | ||
- Support iOS ([#41](https://github.com/strawlab/iana-time-zone/pull/41)) | ||
### Changed | ||
- Implement `std::err::source()`, format `IoError` ([#42](https://github.com/strawlab/iana-time-zone/pull/42)) | ||
|
||
## [0.1.36] - 2022-07-21 | ||
### Fixed | ||
- Fail to compile for WASI ([#40](https://github.com/strawlab/iana-time-zone/pull/40)) | ||
|
||
## [0.1.35] - 2022-06-29 | ||
### Added | ||
- Implement for FreeBSD, NetBSD, OpenBSD and Dragonfly ([#39](https://github.com/strawlab/iana-time-zone/pull/39)) | ||
|
||
## [0.1.34] - 2022-06-29 | ||
### Added | ||
- Implement for wasm32 ([#38](https://github.com/strawlab/iana-time-zone/pull/38)) | ||
|
||
## [0.1.33] - 2022-04-15 | ||
### Changed | ||
- Use `winapi` crate instead of `windows` crate ([#35](https://github.com/strawlab/iana-time-zone/pull/35)) | ||
|
||
## [0.1.32] - 2022-04-06 | ||
### Changed | ||
- Update `windows` requirement from 0.34 to 0.35 ([#34](https://github.com/strawlab/iana-time-zone/pull/34)) | ||
|
||
## [0.1.31] - 2022-03-16 | ||
### Changed | ||
- Update `windows` requirement from 0.33 to 0.34 ([#33](https://github.com/strawlab/iana-time-zone/pull/33)) | ||
|
||
## [0.1.30] - 2022-02-28 | ||
### Changed | ||
- Fewer string allocations ([#32](https://github.com/strawlab/iana-time-zone/pull/32)) | ||
|
||
## [0.1.29] - 2022-02-25 | ||
### Changed | ||
- Update `windows` requirement from 0.32 to 0.33 ([#31](https://github.com/strawlab/iana-time-zone/pull/31)) | ||
|
||
## [0.1.28] - 2022-02-04 | ||
### Changed | ||
- Update `windows` requirement from 0.30 to 0.32 ([#30](https://github.com/strawlab/iana-time-zone/pull/30)) | ||
|
||
## [0.1.27] - 2022-01-14 | ||
### Changed | ||
- Update `windows` requirement from 0.29 to 0.30 ([#29](https://github.com/strawlab/iana-time-zone/pull/29)) | ||
|
||
## [0.1.26] - 2021-12-23 | ||
### Changed | ||
- Update `windows` requirement from 0.28 to 0.29 ([#28](https://github.com/strawlab/iana-time-zone/pull/28)) | ||
|
||
## [0.1.25] - 2021-11-18 | ||
### Changed | ||
- Update `windows` requirement from 0.27 to 0.28 ([#27](https://github.com/strawlab/iana-time-zone/pull/27)) | ||
|
||
## [0.1.24] - 2021-11-16 | ||
### Changed | ||
- Update `windows` requirement from 0.26 to 0.27 ([#26](https://github.com/strawlab/iana-time-zone/pull/26)) | ||
|
||
## [0.1.23] - 2021-11-12 | ||
### Changed | ||
- Update `windows` requirement from 0.25 to 0.26 ([#25](https://github.com/strawlab/iana-time-zone/pull/25)) | ||
|
||
## [0.1.22] - 2021-11-08 | ||
### Changed | ||
- Update `windows` requirement from 0.24 to 0.25 ([#24](https://github.com/strawlab/iana-time-zone/pull/24)) | ||
|
||
## [0.1.21] - 2021-11-02 | ||
### Changed | ||
- Update `windows` requirement from 0.23 to 0.24 ([#23](https://github.com/strawlab/iana-time-zone/pull/23)) | ||
|
||
## [0.1.20] - 2021-10-29 | ||
### Changed | ||
- Update `windows` requirement from 0.21 to 0.23 ([#22](https://github.com/strawlab/iana-time-zone/pull/22)) | ||
|
||
## [0.1.19] - 2021-09-27 | ||
### Changed | ||
- Update `windows` requirement from 0.19 to 0.21 ([#18](https://github.com/strawlab/iana-time-zone/pull/18)) ([#20](https://github.com/strawlab/iana-time-zone/pull/20)) | ||
- Update `chrono-tz` requirement from 0.5 to 0.6 ([#19](https://github.com/strawlab/iana-time-zone/pull/19)) | ||
|
||
## [0.1.18] - 2021-08-23 | ||
### Changed | ||
- Update `windows` requirement from 0.18 to 0.19 ([#17](https://github.com/strawlab/iana-time-zone/pull/17)) | ||
|
||
## [0.1.16] - 2021-07-26 | ||
### Changed | ||
- Update `windows` requirement from 0.17 to 0.18 ([#16](https://github.com/strawlab/iana-time-zone/pull/16)) | ||
|
||
## [0.1.15] - 2021-07-08 | ||
### Changed | ||
- Update `windows` requirement from 0.14 to 0.17 ([#15](https://github.com/strawlab/iana-time-zone/pull/15)) | ||
|
||
## [0.1.14] - 2021-07-07 | ||
### Changed | ||
- Update `windows` requirement from 0.13 to 0.14 ([#14](https://github.com/strawlab/iana-time-zone/pull/14)) | ||
|
||
## [0.1.13] - 2021-06-28 | ||
### Changed | ||
- Update `windows` requirement from 0.12 to 0.13 ([#13](https://github.com/strawlab/iana-time-zone/pull/13)) | ||
|
||
## [0.1.12] - 2021-06-28 | ||
### Changed | ||
- Update `windows` requirement from 0.11 to 0.12 ([#12](https://github.com/strawlab/iana-time-zone/pull/12)) | ||
|
||
## [0.1.11] - 2021-06-12 | ||
### Changed | ||
- Update `windows` requirement from 0.10 to 0.11 ([#11](https://github.com/strawlab/iana-time-zone/pull/11)) | ||
|
||
## [0.1.10] - 2021-05-13 | ||
### Changed | ||
- Update `windows` requirement from 0.9 to 0.10 ([#10](https://github.com/strawlab/iana-time-zone/pull/10)) | ||
|
||
## [0.1.9] - 2021-04-28 | ||
### Changed | ||
- Update `windows` requirement from 0.8 to 0.9 ([#8](https://github.com/strawlab/iana-time-zone/pull/8)) | ||
|
||
## [0.1.8] - 2021-04-13 | ||
### Changed | ||
- Update `windows` requirement from 0.7 to 0.8 ([#7](https://github.com/strawlab/iana-time-zone/pull/7)) | ||
|
||
## [0.1.7] - 2021-03-30 | ||
### Changed | ||
- Update `windows` requirement from 0.6 to 0.7 ([#6](https://github.com/strawlab/iana-time-zone/pull/6)) | ||
|
||
## [0.1.6] - 2021-03-24 | ||
### Changed | ||
- Update `windows` requirement from 0.5 to 0.6 ([#5](https://github.com/strawlab/iana-time-zone/pull/5)) | ||
|
||
## [0.1.5] - 2021-03-20 | ||
### Changed | ||
- Update `windows` requirement from 0.4 to 0.5 ([#4](https://github.com/strawlab/iana-time-zone/pull/4)) | ||
|
||
## [0.1.4] - 2021-03-11 | ||
### Changed | ||
- Update `windows` requirement from 0.3 to 0.4 ([#3](https://github.com/strawlab/iana-time-zone/pull/3)) | ||
|
||
## [0.1.3] - 2021-02-22 | ||
### Changed | ||
- Use `windows` crate instead of `winrt` | ||
|
||
## [0.1.2] - 2020-10-09 | ||
### Changed | ||
- Update `core-foundation` requirement from 0.7 to 0.9 ([#1](https://github.com/strawlab/iana-time-zone/pull/1)) | ||
|
||
## [0.1.1] - 2020-06-27 | ||
### Changed | ||
- Update `core-foundation` requirement from 0.5 to 0.7 | ||
|
||
## [0.1.0] - 2020-06-27 | ||
### Added | ||
- Implement for Linux, Windows, MacOS | ||
|
||
[0.1.45]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.45 | ||
[0.1.44]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.44 | ||
[0.1.43]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.43 | ||
[0.1.42]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.42 | ||
[0.1.41]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.41 | ||
[0.1.40]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.40 | ||
[0.1.39]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.39 | ||
[0.1.38]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.38 | ||
[0.1.37]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.37 | ||
[0.1.36]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.36 | ||
[0.1.35]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.35 | ||
[0.1.34]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.34 | ||
[0.1.33]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.33 | ||
[0.1.32]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.32 | ||
[0.1.31]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.31 | ||
[0.1.30]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.30 | ||
[0.1.29]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.29 | ||
[0.1.28]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.28 | ||
[0.1.27]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.27 | ||
[0.1.26]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.26 | ||
[0.1.25]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.25 | ||
[0.1.24]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.24 | ||
[0.1.23]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.23 | ||
[0.1.22]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.22 | ||
[0.1.21]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.21 | ||
[0.1.20]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.20 | ||
[0.1.19]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.19 | ||
[0.1.18]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.18 | ||
[0.1.17]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.17 | ||
[0.1.16]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.16 | ||
[0.1.15]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.15 | ||
[0.1.14]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.14 | ||
[0.1.13]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.13 | ||
[0.1.12]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.12 | ||
[0.1.11]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.11 | ||
[0.1.10]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.10 | ||
[0.1.9]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.9 | ||
[0.1.8]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.8 | ||
[0.1.7]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.7 | ||
[0.1.6]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.6 | ||
[0.1.5]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.5 | ||
[0.1.4]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.4 | ||
[0.1.3]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.3 | ||
[0.1.2]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.2 | ||
[0.1.1]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.1 | ||
[0.1.0]: https://github.com/strawlab/iana-time-zone/releases/tag/v0.1.0 |