Skip to content

Commit 438d262

Browse files
committed
Update changelog and _VERSION for 1.1.4 release
1 parent 6c420ac commit 438d262

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGES

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ Better error handling, and more error handling options for the user.
1010
Backreferences.
1111
Cross-references.
1212

13-
1.1.3 (work in progress)
13+
1.1.4
14+
-----
15+
Fix a bug where specific non-integer values passed to `p`, `i`, and `u` will either crash the library or write corrupt data.
16+
Improved handling for errors in the unit tests.
17+
Documentation updates.
18+
19+
1.1.3
1420
-----
1521
`x` format extended to permit padding with a specific value: "x8,15" writes 8 bytes of 0x0F.
1622
Improved error reporting for compile and runtime errors.

vstruct/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local vstruct = {}
1010
package.loaded.vstruct = {}
1111

1212
vstruct._NAME = "vstruct"
13-
vstruct._VERSION = "1.1.3"
13+
vstruct._VERSION = "1.1.4"
1414
vstruct._M = vstruct
1515

1616
vstruct.cursor = require "vstruct.cursor"

0 commit comments

Comments
 (0)