# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ## [Unreleased] ## [0.4.0] - 2021-01-09 ### Changed * Update tokio to 1.0 ## [0.3.0] - 2020-09-10 ### Added * Add `describe` ## [0.2.0] - 2020-09-09 ### Added * Add `tokio_it` * Add `async_std_it` * Add `wasm_bindgen_test_it` ## 0.1.0 - 2020-09-08 ### Added * Initial release [Unreleased]: https://github.com/nwtgck/specit-rust/compare/v0.4.0...HEAD [0.4.0]: https://github.com/nwtgck/specit-rust/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/nwtgck/specit-rust/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/nwtgck/specit-rust/compare/v0.1.0...v0.2.0