Skip to content

Commit 43942c8

Browse files
Release 0.17.3 (#325)
1 parent fa7bd9d commit 43942c8

7 files changed

Lines changed: 9 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## 0.17.3
4+
35
* fix `inject_global_value` rule to not override environment values with the default value when they're defined ([#324](https://github.com/seaofvoices/darklua/pull/324))
46

57
## 0.17.2

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.17.2"
3+
version = "0.17.3"
44
authors = ["jeparlefrancais <jeparlefrancais21@gmail.com>"]
55
edition = "2018"
66
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ rokit add seaofvoices/darklua
4242
If you are already using Foreman, then installing darklua is as simple as adding this line in the `foreman.toml` file:
4343

4444
```toml
45-
darklua = { github = "seaofvoices/darklua", version = "=0.17.2" }
45+
darklua = { github = "seaofvoices/darklua", version = "=0.17.3" }
4646
```
4747

4848
# License

site/content/docs/bundle/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
<code>
226226
[package]
227227
name = "darklua"
228-
version = "0.17.2"
228+
version = "0.17.3"
229229
edition = "2018"
230230
readme = "README.md"
231231
description = "Transform Lua scripts"
@@ -350,7 +350,7 @@ harness = false
350350
name = "darklua",
351351
readme = "README.md",
352352
repository = "https://github.com/seaofvoices/darklua",
353-
version = "0.17.2",
353+
version = "0.17.3",
354354
},
355355
profile = {
356356
dev = {

site/content/docs/installation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rokit add seaofvoices/darklua
1818
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:
1919

2020
```toml
21-
darklua = { github = "seaofvoices/darklua", version = "=0.17.2" }
21+
darklua = { github = "seaofvoices/darklua", version = "=0.17.3" }
2222
```
2323

2424
## Download a Release

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//!
1414
//! ```toml
1515
//! [dependencies]
16-
//! darklua = "0.17.2"
16+
//! darklua = "0.17.3"
1717
//! ```
1818
//!
1919
//! This library is designed for developers who want to integrate Lua/Luau transformation capabilities

0 commit comments

Comments
 (0)