Skip to content

Commit 9348103

Browse files
committed
v0.3.0
1 parent 57259f9 commit 9348103

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0] - 2022-01-31
11+
1012
### Added
1113
- `initialize`: add path parameter ([#5](https://github.com/gi/handlebars-ruby/pull/5))
1214
- `register_helper`: accept multiple helpers as keyword parameters ([#6](https://github.com/gi/handlebars-ruby/pull/6))
1315
- `register_helper`: accept javascript function as string ([#7](https://github.com/gi/handlebars-ruby/pull/7))
1416
- `ci`: verify gem builds ([#8](https://github.com/gi/handlebars-ruby/pull/8))
1517
- `require`: allow loading from `handlebars-engine` and `handlebars/engine` ([#8](https://github.com/gi/handlebars-ruby/pull/8))
1618

17-
### Changed
18-
1919
## [0.2.0] - 2022-01-27
2020

2121
This is the initial implementation, wrapping the JavaScript Handlebars.

lib/handlebars/engine/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Handlebars
44
class Engine
5-
VERSION = "0.2.0"
5+
VERSION = "0.3.0"
66
end
77
end

0 commit comments

Comments
 (0)