Skip to content

Commit 7032199

Browse files
Release 0.11.2 (#148)
1 parent 9ae3158 commit 7032199

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.11.2
6+
57
* fix bundling to handle modules with early return calls. This change also makes the bundled code preserve the module require ordering ([#147](https://github.com/seaofvoices/darklua/pull/147))
68
* fix bundling to avoid token reference removal errors ([#146](https://github.com/seaofvoices/darklua/pull/146))
79
* fix `remove_types` rule to handle type cast of expressions that could return multiple values ([#142](https://github.com/seaofvoices/darklua/pull/142))

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "darklua"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
authors = ["jeparlefrancais <[email protected]>"]
55
edition = "2018"
66
readme = "README.md"

site/content/docs/bundle/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
<code>
206206
[package]
207207
name = "darklua"
208-
version = "0.11.1"
208+
version = "0.11.2"
209209
edition = "2018"
210210
readme = "README.md"
211211
description = "Transform Lua scripts"
@@ -331,7 +331,7 @@ harness = false
331331
name = "darklua",
332332
readme = "README.md",
333333
repository = "https://github.com/seaofvoices/darklua",
334-
version = "0.11.1",
334+
version = "0.11.2",
335335
},
336336
profile = {
337337
dev = {

site/content/docs/installation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ order: 1
1010
If you are already using [Foreman](https://github.com/Roblox/foreman), then installing darklua is as simple as adding this line in the `foreman.toml` file:
1111

1212
```toml
13-
darklua = { github = "seaofvoices/darklua", version = "=0.11.1" }
13+
darklua = { github = "seaofvoices/darklua", version = "=0.11.2" }
1414
```
1515

1616
## Download a Release

0 commit comments

Comments
 (0)