File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
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.0.0]
10
+
9
11
### Added
10
12
11
13
- The ability to "check" formatting by formatting the output of the first format.
@@ -80,5 +82,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
80
82
81
83
- π Initial release! π
82
84
83
- [ unreleased ] : https://github.com/kddnewton/syntax_tree/compare/v0.1.0...HEAD
85
+ [ unreleased ] : https://github.com/kddnewton/syntax_tree/compare/v1.0.0...HEAD
86
+ [ 1.0.0 ] : https://github.com/kddnewton/syntax_tree/compare/v0.1.0...v1.0.0
84
87
[ 0.1.0 ] : https://github.com/kddnewton/syntax_tree/compare/8aa1f5...v0.1.0
Original file line number Diff line number Diff line change 3
3
require "ripper"
4
4
5
5
class SyntaxTree < Ripper
6
- VERSION = "0.1 .0"
6
+ VERSION = "1.0 .0"
7
7
end
You canβt perform that action at this time.
0 commit comments