Skip to content

Commit a287230

Browse files
author
Yorick Peterse
committed
Release 1.1.1.
1 parent 22c3d85 commit a287230

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
54691433dbdd1d1083246cee363626550e865049e623b24337de4f20b171c72f96e4f4245bb1d545a6f8cf5dce245f0da9e8f10f1d622011c888c6de2ec804c6

checksum/ruby-ll-1.1.1.gem.sha512

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b85daa94c9851d702648ab3c2e79a6af1982e8c0162e765f2bbfa29cf35bdc37e628fc4a3de2492cd5850542d0626f73cce369dd84c2f8f9e505a2cd2d1c531f

doc/changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
This document contains details of the various releases and their release dates.
44
Dates are in the format `yyyy-mm-dd`.
55

6+
## 1.1.1 - 2015-02-16
7+
8+
Parser errors produced by ruby-ll's own parser/grammar now include the line
9+
number/column number whenever possible.
10+
611
## 1.1.0 - 2015-02-16
712

813
This release changes the way error handling is done. Instead of having multiple,

lib/ll/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LL
2-
VERSION = '1.1.0'
2+
VERSION = '1.1.1'
33
end # LL

0 commit comments

Comments
 (0)