Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Development version


# 0.6.0

- Added documentation on using Air's GitHub Action, [setup-air](https://github.com/posit-dev/setup-air).

- Added documentation on using Air in [Zed](https://github.com/zed-industries/zed).


Expand Down
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ When you want to cut a release of the Air binary and Air VS Code / OpenVSX exten

- Polish `editors/code/CHANGELOG.md`, bump the version and add a new `Development version` header.

- Mention that the new version of the binary is shipped with the extension.

- In `crates/air/Cargo.toml`, bump the version.

- Run `cargo check` to sync `Cargo.lock`.
Expand All @@ -40,6 +42,8 @@ When you want to cut a release of the Air binary and Air VS Code / OpenVSX exten

- It runs on `workflow_dispatch`, and automatically pulls in the latest release binary of Air from the binary release workflow above. It will release to both the VS Code marketplace and the OpenVSX marketplace.

- Bump the version of Air recorded in Positron's [`product.json`](https://github.com/posit-dev/positron/blob/main/product.json).

- Merge the release branch

- There is no need to bump to an intermediate "dev version" after a release.
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 crates/air/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "air"
version = "0.5.0"
version = "0.6.0"
publish = true
authors.workspace = true
categories.workspace = true
Expand Down
5 changes: 5 additions & 0 deletions editors/code/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@

## Development version


## 0.12.0

- [Air 0.6.0](https://github.com/posit-dev/air/blob/main/CHANGELOG.md) is now bundled with the extension.

- Fixed an issue that could cause Positron's Test Explorer to infinitely loop through opening and closing the same document (#320).

- New `Air: Format Workspace Folder` command to format an entire project (similar to running `air format {folder}` at the command line). Combined with `usethis::use_air()`, this is the easiest way to transition an existing project to use Air (#312)!
Expand Down
2 changes: 1 addition & 1 deletion editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "air-vscode",
"displayName": "Air - R Language Support",
"description": "R formatter and language server",
"version": "0.10.0",
"version": "0.12.0",
"publisher": "Posit",
"license": "MIT",
"homepage": "https://posit-dev.github.io/air",
Expand Down