Skip to content

Commit 7a85a52

Browse files
authored
Merge pull request #257 from ruby/schneems/v3.0.0
v3.0.0
2 parents e6871fc + 7074595 commit 7a85a52

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## HEAD (unreleased)
22

3+
## 3.0.0
4+
35
- Changed: Minimum supported Ruby version is now 3.3. (https://github.com/ruby/syntax_suggest/pull/246)
46
- Changed: Use native prism to analyse. (https://github.com/ruby/syntax_suggest/pull/251)
57

lib/syntax_suggest/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

33
module SyntaxSuggest
4-
VERSION = "2.0.3"
4+
VERSION = "3.0.0"
55
end

0 commit comments

Comments
 (0)