# 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/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.2.0] - 2018-03-29 ### Added - Add store functions. ### Changed - `bulletproof` is now thread-safe (#2). - Do not uninstall the installed signal handler (#3). ## [0.1.1] - 2018-03-28 ### Changed - Fix Cargo.toml categories. ## 0.1.0 - 2018-03-28 ### Added - First version of bulletproof load. [Unreleased]: https://github.com/jeehoonkang/bulletproof-rs/compare/v0.2.0...HEAD [0.2.0]: https://github.com/jeehoonkang/bulletproof-rs/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/jeehoonkang/bulletproof-rs/compare/v0.1.0...v0.1.1