Skip to content

Commit 9c8fa8a

Browse files
committed
Version 6.0.3
Sorry, I forgot to push the 6.0.2 bump 8626c82 to master. The tag was branched off of 3d4dc31. To avoid confusion, the 6.0.2 version change is omitted on this branch.
1 parent 0ebc6ae commit 9c8fa8a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 6.0.3
4+
5+
* Exclude some files from published gem https://github.com/ruby/erb/pull/108
6+
7+
## 6.0.2
8+
9+
* Freeze `src` in `ERB#initialize` for Ractor compatibility https://github.com/ruby/erb/pull/105
10+
311
## 6.0.1
412

513
* Freeze `ERB::Compiler::TrimScanner::ERB_STAG` for Ractor compatibility

lib/erb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
class ERB
33
# The string \ERB version.
4-
VERSION = '6.0.1'
4+
VERSION = '6.0.3'
55
end

0 commit comments

Comments
 (0)