Skip to content

Commit

Permalink
Release 0.11.3 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeparlefrancais committed Nov 6, 2023
1 parent 961f52a commit 1e2018e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.11.3

* fix undeclared modules variable when bundling ([#151](https://github.com/seaofvoices/darklua/pull/151))

## 0.11.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darklua"
version = "0.11.2"
version = "0.11.3"
authors = ["jeparlefrancais <jeparlefrancais21@gmail.com>"]
edition = "2018"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can try darklua directly into your browser! Check out https://darklua.com/tr

If you are already using Foreman, then installing darklua is as simple as adding this line in the foreman.toml file:

darklua = { github = "seaofvoices/darklua", version = "=0.11.1" }
darklua = { github = "seaofvoices/darklua", version = "=0.11.3" }

## [Aftman](https://github.com/LPGhatguy/aftman)

Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/bundle/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
<code>
[package]
name = "darklua"
version = "0.11.2"
version = "0.11.3"
edition = "2018"
readme = "README.md"
description = "Transform Lua scripts"
Expand Down Expand Up @@ -331,7 +331,7 @@ harness = false
name = "darklua",
readme = "README.md",
repository = "https://github.com/seaofvoices/darklua",
version = "0.11.2",
version = "0.11.3",
},
profile = {
dev = {
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ order: 1
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:

```toml
darklua = { github = "seaofvoices/darklua", version = "=0.11.2" }
darklua = { github = "seaofvoices/darklua", version = "=0.11.3" }
```

## Download a Release
Expand Down

0 comments on commit 1e2018e

Please sign in to comment.