Skip to content

Commit

Permalink
Bump version to 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evanleck committed Oct 5, 2023
1 parent 56f0796 commit dfca06f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Berns changelog

## 4.3.2

Replace the use of `StringValue` with `Check_Type`, which more accurately
reflects what it's used for.

## 4.3.1

Version 4.3.1 adds the `-march=native` and `-mtune=native` C flags and enables
Expand Down
2 changes: 1 addition & 1 deletion lib/berns/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Berns
VERSION = '4.3.1'
VERSION = '4.3.2'
end

0 comments on commit dfca06f

Please sign in to comment.