Skip to content

Commit ad2cfcc

Browse files
committed
(#36) release_note: wrote about #36
1 parent 9181ff8 commit ad2cfcc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

release_note.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
- ([#36]) Add the new option `-compile` to embed a script to the executable file (Thanks to [@misha-franz])
2+
3+
```
4+
C:> type embed.lua
5+
print("embed sample !")
6+
7+
C:> expect.exe -compile embed.exe embed.lua
8+
Expect-lua v0.11.0-4-g8ac7fce-windows-amd64 by go1.20.14
9+
10+
C:> embed.exe
11+
Expect-lua v0.11.0-4-g8ac7fce-windows-amd64 by go1.20.14
12+
embed sample !
13+
```
14+
15+
[#36]: https://github.com/hymkor/expect/issues/36
16+
[@misha-franz]: https://github.com/misha-franz
17+
118
v0.11.0
219
-------
320
Feb.13,2024

0 commit comments

Comments
 (0)