Skip to content

Commit 05d442d

Browse files
committed
v0.3.4
### Changed - `engine`: fixed issue with serialization of functions ([#26](#26)) - `engine`: include optional logging ([#24](#24)) - `ci`: test against macOS 14, Ubuntu 22.04, and ruby 3.1-3.4 ([#27](#27))
1 parent b7f5fe0 commit 05d442d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.4] - 2025-08-12
11+
12+
### Changed
13+
- `engine`: fixed issue with serialization of functions ([#26](https://github.com/gi/handlebars-ruby/pull/26))
14+
- `engine`: include optional logging ([#24](https://github.com/gi/handlebars-ruby/pull/24))
15+
- `ci`: test against macOS 14, Ubuntu 22.04, and ruby 3.1-3.4 ([#27](https://github.com/gi/handlebars-ruby/pull/27))
16+
1017
## [0.3.3] - 2022-02-17
1118

1219
### Changed

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

0 commit comments

Comments
 (0)