Skip to content

Commit

Permalink
Merge pull request #13 from gi/main
Browse files Browse the repository at this point in the history
Version 0.3.1

Added
- `engine`: added `Error` class
- `specs`: added tests for (pre)compiling with options

Changed
- `gem`/`readme`: updated description
  • Loading branch information
gi committed Feb 5, 2022
2 parents e6524f2 + 225cc86 commit e970c39
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1] - 2022-02-04

### Added
- `engine`: added `Error` class
- `specs`: added tests for (pre)compiling with options

### Changed
- `gem`/`readme`: updated description

## [0.3.0] - 2022-01-31

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/handlebars/engine/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Handlebars
class Engine
VERSION = "0.3.0"
VERSION = "0.3.1"
end
end

0 comments on commit e970c39

Please sign in to comment.