We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c08214 commit d64b1efCopy full SHA for d64b1ef
2 files changed
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.3.2] - 2022-02-17
11
+
12
+### Changed
13
+- `engine`: fixed issue with memory leak ([#15](https://github.com/gi/handlebars-ruby/pull/15))
14
15
## [0.3.1] - 2022-02-04
16
17
### Added
lib/handlebars/engine/version.rb
@@ -2,6 +2,6 @@
2
3
module Handlebars
4
class Engine
5
- VERSION = "0.3.1"
+ VERSION = "0.3.2"
6
end
0 commit comments