Skip to content

Commit e970c39

Browse files
authored
Merge pull request #13 from gi/main
Version 0.3.1 Added - `engine`: added `Error` class - `specs`: added tests for (pre)compiling with options Changed - `gem`/`readme`: updated description
2 parents e6524f2 + 225cc86 commit e970c39

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.1] - 2022-02-04
11+
12+
### Added
13+
- `engine`: added `Error` class
14+
- `specs`: added tests for (pre)compiling with options
15+
16+
### Changed
17+
- `gem`/`readme`: updated description
18+
1019
## [0.3.0] - 2022-01-31
1120

1221
### Added

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

0 commit comments

Comments
 (0)