Skip to content

Commit

Permalink
Update changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
PG1003 committed Sep 23, 2023
1 parent 1e3f825 commit 11f5baa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.1.0

Changes:
- Added for Windows the option to compile dogfood with support for an embed Lua DLL
in the executable's resource.
This is enabled by setting a EMBED_LUA_DLL preprocessor define.
Details about embedding the DLL can be found in dog.c.
- Refactored to remove duplicate code and to reduce and simplify buffering while
reading Lua data from executable.

# 1.0.2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The following ```OPTIONS``` are available.
Building dogfood binaries for Windows requires more effort than for Unix like operating systems.
The following executables are available for download to lower the bar for Windows users that want to try ```dogfood``` or don't have the knowledge to build it.

| Lua version | dogfood v1.0.2 x86-64 | dogfood v1.0.2 x86-32 |
| Lua version | dogfood v1.1.0 x86-64 | dogfood v1.1.0 x86-32 |
|-------------|-----|-----|
| 5.2.4 | [download](https://raw.githubusercontent.com/PG1003/dogfood/master/exe/dogfood52_win_x86-64.zip) | [download](https://raw.githubusercontent.com/PG1003/dogfood/master/exe/dogfood52_win_x86-32.zip) |
| 5.3.6 | [download](https://raw.githubusercontent.com/PG1003/dogfood/master/exe/dogfood53_win_x86-64.zip) | [download](https://raw.githubusercontent.com/PG1003/dogfood/master/exe/dogfood53_win_x86-32.zip) |
Expand Down
2 changes: 1 addition & 1 deletion src/food.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
-- SOFTWARE.


local help = [[dogfood v1.0.2
local help = [[dogfood v1.1.0
A tool for creating self running Lua programs.
Expand Down

0 comments on commit 11f5baa

Please sign in to comment.