Skip to content

Commit cb72445

Browse files
committed
Bump to v1.1.0
1 parent 30ebbf5 commit cb72445

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [1.1.0] - 2021-12-08
10+
911
### Added
1012

1113
- Better handling for formatting files with errors.
1214
- Colorize the output snippet using IRB.
1315

14-
## [1.0.0]
16+
## [1.0.0] - 2021-12-08
1517

1618
### Added
1719

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
syntax_tree (1.0.0)
4+
syntax_tree (1.1.0)
55

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

lib/syntax_tree/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
require "ripper"
44

55
class SyntaxTree < Ripper
6-
VERSION = "1.0.0"
6+
VERSION = "1.1.0"
77
end

0 commit comments

Comments
 (0)