File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9+ ## [ 5.0.0] - 2022-11-09
10+
911### Added
1012
1113- Every node now implements the ` #copy(**) ` method, which provides a copy of the node with the given attributes replaced.
@@ -448,7 +450,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
448450
449451- 🎉 Initial release! 🎉
450452
451- [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v4.3.0...HEAD
453+ [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v5.0.0...HEAD
454+ [ 5.0.0 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v4.3.0...v5.0.0
452455[ 4.3.0 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v4.2.0...v4.3.0
453456[ 4.2.0 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v4.1.0...v4.2.0
454457[ 4.1.0 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v4.0.2...v4.1.0
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- syntax_tree (4.3 .0 )
4+ syntax_tree (5.0 .0 )
55 prettier_print (>= 1.1.0 )
66
77GEM
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module SyntaxTree
4- VERSION = "4.3 .0"
4+ VERSION = "5.0 .0"
55end
You can’t perform that action at this time.
0 commit comments