Skip to content

Commit

Permalink
Release 0.14.1 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeparlefrancais authored Nov 28, 2024
1 parent 62eb311 commit 1ef2a42
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.14.1

* fix `rename_variables` rule to rename module names in types ([#233](https://github.com/seaofvoices/darklua/pull/233))
* fix string encoding containing unicode characters taking more than 1 byte ([#232](https://github.com/seaofvoices/darklua/pull/232))
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.14.0"
version = "0.14.1"
authors = ["jeparlefrancais <[email protected]>"]
edition = "2018"
readme = "README.md"
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.14.0"
version = "0.14.1"
edition = "2018"
readme = "README.md"
description = "Transform Lua scripts"
Expand Down Expand Up @@ -330,7 +330,7 @@ harness = false
name = "darklua",
readme = "README.md",
repository = "https://github.com/seaofvoices/darklua",
version = "0.14.0",
version = "0.14.1",
},
profile = {
dev = {
Expand Down
2 changes: 1 addition & 1 deletion site/content/rules/remove_continue.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Remove continue statements
added_in: "unreleased"
added_in: "0.14.1"
parameters: []
examples:
- content: |
Expand Down
2 changes: 1 addition & 1 deletion site/content/rules/remove_floor_division.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Removes floor divisions
added_in: "unreleased"
added_in: "0.14.1"
parameters: []
examples:
- content: "return variable // divider"
Expand Down
2 changes: 1 addition & 1 deletion site/content/rules/remove_if_expression.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Remove if expressions
added_in: "unreleased"
added_in: "0.14.1"
parameters: []
examples:
- content: |
Expand Down

0 comments on commit 1ef2a42

Please sign in to comment.