Skip to content

Commit

Permalink
Release version 0.9.0 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeparlefrancais authored May 1, 2023
1 parent d08e5e2 commit 68a5b7b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 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.9.0

* improve `convert_index_to_field` to refactor table entries ([#88](https://github.com/seaofvoices/darklua/pull/88))
* fix `remove_nil_declaration` ([#84](https://github.com/seaofvoices/darklua/pull/84))
* upgrade CLI library (mostly changes the help messages format) ([#83](https://github.com/seaofvoices/darklua/pull/83))
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.8.0"
version = "0.9.0"
authors = ["jeparlefrancais <[email protected]>"]
edition = "2018"
readme = "README.md"
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.8.0" }
darklua = { github = "seaofvoices/darklua", version = "=0.9.0" }
```

## Download a Release
Expand Down
2 changes: 1 addition & 1 deletion site/content/rules/remove_compound_assignment.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Convert compound assignments into regular assignments
added_in: "unreleased"
added_in: "0.9.0"
parameters: []
examples:
- content: "counter += 1"
Expand Down

0 comments on commit 68a5b7b

Please sign in to comment.