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

Commit 9f65a3a

Browse files
committed
Bump to version 1.0.0 πŸŽ‰
1 parent 5a7db2e commit 9f65a3a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.0.0]
10+
911
### Added
1012

1113
- 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
8082

8183
- πŸŽ‰ Initial release! πŸŽ‰
8284

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
8487
[0.1.0]: https://github.com/kddnewton/syntax_tree/compare/8aa1f5...v0.1.0

β€Ž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 = "0.1.0"
6+
VERSION = "1.0.0"
77
end

0 commit comments

Comments
Β (0)