Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dfddb13

Browse files
committed
Bump to v1.2.0
1 parent 05bb5ac commit dfddb13

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
## [1.2.0] - 2022-01-09
10+
911
### Added
1012

1113
- Support for Ruby 3.1 syntax, including: blocks without names, hash keys without values, endless methods without parentheses, and new argument forwarding.
@@ -103,7 +105,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
103105

104106
- 🎉 Initial release! 🎉
105107

106-
[unreleased]: https://github.com/kddnewton/syntax_tree/compare/v1.1.1...HEAD
108+
[unreleased]: https://github.com/kddnewton/syntax_tree/compare/v1.2.0...HEAD
109+
[1.2.0]: https://github.com/kddnewton/syntax_tree/compare/v1.1.1...v1.2.0
107110
[1.1.1]: https://github.com/kddnewton/syntax_tree/compare/v1.1.0...v1.1.1
108111
[1.1.0]: https://github.com/kddnewton/syntax_tree/compare/v1.0.0...v1.1.0
109112
[1.0.0]: https://github.com/kddnewton/syntax_tree/compare/v0.1.0...v1.0.0

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
syntax_tree (1.1.1)
4+
syntax_tree (1.2.0)
55

66
GEM
77
remote: https://rubygems.org/

lib/syntax_tree/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
require "ripper"
44

55
class SyntaxTree < Ripper
6-
VERSION = "1.1.1"
6+
VERSION = "1.2.0"
77
end

0 commit comments

Comments
 (0)