File tree 3 files changed +7
-3
lines changed
3 files changed +7
-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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.1.1] - 2021-12-09
10
+
9
11
### Added
10
12
11
13
- [ #7 ] ( https://github.com/kddnewton/syntax_tree/issues/7 ) Better formatting for hashes and arrays that are values in hashes.
@@ -95,6 +97,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
95
97
96
98
- 🎉 Initial release! 🎉
97
99
98
- [ unreleased ] : https://github.com/kddnewton/syntax_tree/compare/v1.0.0...HEAD
100
+ [ unreleased ] : https://github.com/kddnewton/syntax_tree/compare/v1.1.1...HEAD
101
+ [ 1.1.1 ] : https://github.com/kddnewton/syntax_tree/compare/v1.1.0...v1.1.1
102
+ [ 1.1.0 ] : https://github.com/kddnewton/syntax_tree/compare/v1.0.0...v1.1.0
99
103
[ 1.0.0 ] : https://github.com/kddnewton/syntax_tree/compare/v0.1.0...v1.0.0
100
104
[ 0.1.0 ] : https://github.com/kddnewton/syntax_tree/compare/8aa1f5...v0.1.0
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- syntax_tree (1.1.0 )
4
+ syntax_tree (1.1.1 )
5
5
6
6
GEM
7
7
remote: https://rubygems.org/
Original file line number Diff line number Diff line change 3
3
require "ripper"
4
4
5
5
class SyntaxTree < Ripper
6
- VERSION = "1.1.0 "
6
+ VERSION = "1.1.1 "
7
7
end
You can’t perform that action at this time.
0 commit comments