Skip to content

Commit

Permalink
Bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjer committed Feb 16, 2018
1 parent 824aea5 commit e3da15b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.

Expand All @@ -17,5 +19,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Added initial code.

[Unreleased]: https://github.com/nickjer/handlebars_switch/compare/v0.2.0...HEAD
[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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "handlebars_switch"
version = "0.2.0"
version = "0.3.0"
authors = ["Jeremy Nicklas <jeremywnicklas@gmail.com>"]
description = "Adds a `{{#switch}}` helper to handlebars-rust."
license = "MIT"
Expand Down

0 comments on commit e3da15b

Please sign in to comment.