Skip to content

Commit

Permalink
Version 2.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Feb 1, 2021
1 parent 5e1ee00 commit f1ba63c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org/). This change log is based upon
[keep-a-changelog](https://github.com/olivierlacan/keep-a-changelog).

## [2.14.4](https://github.com/k0kubun/hamlit/compare/v2.14.3...v2.14.4) - 2021-02-01

### Fixed

- Prevent another SEGV in a C extension after `GC.compact` [#177](https://github.com/k0kubun/hamlit/issues/177)
*Thanks to @stanhu*

## [2.14.3](https://github.com/k0kubun/hamlit/compare/v2.14.2...v2.14.3) - 2021-01-24

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/hamlit/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Hamlit
VERSION = '2.14.3'
VERSION = '2.14.4'
end

0 comments on commit f1ba63c

Please sign in to comment.