Skip to content

Commit d64b1ef

Browse files
committed
Version 0.3.2
### Changed - `engine`: fixed issue with memory leak ([#15](#15))
1 parent 7c08214 commit d64b1ef

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

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+
1015
## [0.3.1] - 2022-02-04
1116

1217
### 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.1"
5+
VERSION = "0.3.2"
66
end
77
end

0 commit comments

Comments
 (0)