handlebars_switch 0.3.0

Adds a `{{#switch}}` helper to handlebars-rust.
Documentation
# 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.3.0] - 2018-02-16
### Changed
- Updated handlebars dependency to 0.32.

## [0.2.0] - 2018-02-10
### Changed
- Updated handlebars dependency to 0.31.
- Updated date in `LICENSE.txt`.

## 0.1.0 - 2017-12-31
### Added
- Added initial code.

[Unreleased]: https://github.com/nickjer/handlebars_switch/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/nickjer/handlebars_switch/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/nickjer/handlebars_switch/compare/v0.1.0...v0.2.0