We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6524f2 + 225cc86 commit e970c39Copy full SHA for e970c39
2 files changed
CHANGELOG.md
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
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
19
## [0.3.0] - 2022-01-31
20
21
### Added
lib/handlebars/engine/version.rb
@@ -2,6 +2,6 @@
2
3
module Handlebars
4
class Engine
5
- VERSION = "0.3.0"
+ VERSION = "0.3.1"
6
end
0 commit comments