Skip to content

Commit c850971

Browse files
committed
Bump to air 0.8.1 and extension 0.20.0
1 parent ac07743 commit c850971

5 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
# Development version
44

5+
6+
# 0.8.1
7+
58
- Added color to Air's terminal help. Disable by setting the environment variable `NO_COLOR=1` (#447, @etiennebacher).
69

710
- Fixed an issue with Unicode elements and table alignment (#449).

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.

crates/air/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "air"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors.workspace = true
55
edition.workspace = true
66
rust-version.workspace = true

editors/code/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77

88
## Development version
99

10+
11+
## 0.20.0
12+
13+
- [Air 0.8.1](https://github.com/posit-dev/air/blob/main/CHANGELOG.md) is now bundled with the extension.
14+
1015
- Added support for formatting VS Code Notebook cells (progress towards #405, @kv9898).
1116

1217

editors/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "air-vscode",
33
"displayName": "Air - R Language Support",
44
"description": "R formatter and language server",
5-
"version": "0.18.0",
5+
"version": "0.20.0",
66
"publisher": "Posit",
77
"license": "MIT",
88
"homepage": "https://posit-dev.github.io/air",

0 commit comments

Comments
 (0)