Skip to content

Commit 3de44e4

Browse files
committed
v0.2.0: bump version and update changelog
1 parent bac3501 commit 3de44e4

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.2.0] - 2022-01-27
11+
12+
This is the initial implementation, wrapping the JavaScript Handlebars.
13+
14+
### Added
15+
- `Handlebars::Engine#compile`
16+
- `Handlebars::Engine#precompile`
17+
- `Handlebars::Engine#template`
18+
- `Handlebars::Engine#register_helper`
19+
- `Handlebars::Engine#unregister_helper`
20+
- `Handlebars::Engine#register_partial`
21+
- `Handlebars::Engine#unregister_partial`
22+
- `Handlebars::Engine#register_helper_missing`
23+
- `Handlebars::Engine#unregister_helper_missing`
24+
- `Handlebars::Engine#register_partial_missing`
25+
- `Handlebars::Engine#unregister_partial_missing`
26+
- `Handlebars::Engine#version`
27+
28+
## [0.1.0] - 2022-01-13
29+
30+
This is the initial package.
31+
32+
### Added
33+
- gem init

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.1.0"
5+
VERSION = "0.2.0"
66
end
77
end

0 commit comments

Comments
 (0)