Skip to content

Commit 125b205

Browse files
author
Yorick Peterse
committed
Release 1.1.2
1 parent c8bda33 commit 125b205

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0d11ca2e7b88a224b60bbcbaada0eb12837a24d55783786216138a386094c538ef8c97106f97252e34e1076902ed9f824d4a30748481d80198fba5f6f6baa52b

checksum/ruby-ll-1.1.2.gem.sha512

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

doc/changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.2 - 2015-02-16
7+
8+
The file `ll/setup` now also loads `LL::ConfigurationCompiler` to ensure that
9+
the `TYPES` array (and thus `LL::Driver#id_to_type`) can be used outside of
10+
ruby-ll itself.
11+
612
## 1.1.1 - 2015-02-16
713

814
Parser errors produced by ruby-ll's own parser/grammar now include the line

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.1'
2+
VERSION = '1.1.2'
33
end # LL

0 commit comments

Comments
 (0)