Skip to content

Commit

Permalink
RC 0.1.1 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan authored Dec 20, 2024
1 parent 629f725 commit d61f962
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# Development version


# 0.1.1

- The LSP gains range formatting support (#63).

- The `air format` command has been improved and is now able to take multiple files and directories.
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.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ powershell -c "irm https://github.com/posit-dev/air/releases/latest/download/air
For a specific version:

```shell
curl -LsSf https://github.com/posit-dev/air/releases/download/0.1.0/air-installer.sh | sh
powershell -c "irm https://github.com/posit-dev/air/releases/download/0.1.0/air-installer.ps1 | iex"
curl -LsSf https://github.com/posit-dev/air/releases/download/0.1.1/air-installer.sh | sh
powershell -c "irm https://github.com/posit-dev/air/releases/download/0.1.1/air-installer.ps1 | iex"
```

The installer scripts will automatically add air to your `PATH`. The very first time you install air, for the `PATH` modifications to be applied:
Expand Down
2 changes: 1 addition & 1 deletion crates/air/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "air"
version = "0.1.0"
version = "0.1.1"
publish = true
authors.workspace = true
categories.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ powershell -c "irm https://github.com/posit-dev/air/releases/latest/download/air
For a specific version:

``` bash
curl -LsSf https://github.com/posit-dev/air/releases/download/0.1.0/air-installer.sh | sh
powershell -c "irm https://github.com/posit-dev/air/releases/download/0.1.0/air-installer.ps1 | iex"
curl -LsSf https://github.com/posit-dev/air/releases/download/0.1.1/air-installer.sh | sh
powershell -c "irm https://github.com/posit-dev/air/releases/download/0.1.1/air-installer.ps1 | iex"
```

The installer scripts will automatically add Air to your `PATH`.
Expand Down

0 comments on commit d61f962

Please sign in to comment.