Skip to content

Commit

Permalink
Bump version to 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Dec 19, 2024
1 parent aeae5e7 commit f1a0fb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=== master
=== 1.13.1 (2024-12-19)

* Avoid spurious frozen string literal warnings on Ruby 3.4.0-preview2 (jeremyevans)
* Avoid spurious frozen string literal warnings for chilled strings when using Ruby 3.4 (jeremyevans)

=== 1.13.0 (2024-06-13)

Expand Down
2 changes: 1 addition & 1 deletion lib/erubi.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Erubi
VERSION = '1.13.0'
VERSION = '1.13.1'

# :nocov:
if RUBY_VERSION >= '1.9'
Expand Down

0 comments on commit f1a0fb5

Please sign in to comment.