# Changelog [![Crates.io][crate-badge]][crate] All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog] and this project adheres to [Semantic Versioning]. ## [Unreleased] ## 0.1.0 - 2019-11-14 ### Added - `True`, `False`, `comp::{Not, And, Or, Xor}` types - `Bool`, `ops::{Not, And, Or, Xor}` traits [crate]: https://crates.io/crates/typebool [crate-badge]: https://img.shields.io/crates/v/typebool.svg [Keep a Changelog]: http://keepachangelog.com/en/1.0.0 [Semantic Versioning]: http://semver.org/spec/v2.0.0.html [Unreleased]: https://github.com/nvzqz/typebool/compare/v0.1.0...HEAD