Skip to content

Commit 0d68219

Browse files
committed
Bump to version 1.1.4
1 parent 147830d commit 0d68219

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.1.4
4+
5+
* Added some missing methods that test for specific types of operators
6+
* Added tests and fixes if necessary for methods that were missing tests
7+
38
## 1.1.3
49

510
Reference implementation of the Excel grammar published in the upcoming paper "A Grammar for Spreadsheet Formulas Evaluated on Two Large Datasets" by E. Aivaloglou, D. Hoepelman and F. Hermans.

src/XLParser/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
// [assembly: AssemblyVersion("1.0.*")]
3535

3636
// Free form tag, use the version tag from git
37-
[assembly: AssemblyInformationalVersion("1.1.3")]
38-
// This is what other developers reference. As such this should change at breaking changes, but not otherwise
37+
[assembly: AssemblyInformationalVersion("1.1.4")]
38+
// This is what other developers reference. As such this should change at breaking changes, but not otherwise
3939
[assembly: AssemblyVersion("1.1.0.0")]
40-
// Unique id, automatically generated from build when using major.minor.*
40+
// Unique id, automatically generated from build when using major.minor.*
4141
[assembly: AssemblyFileVersion("1.1.*")]

0 commit comments

Comments
 (0)