Skip to content

Commit 9579236

Browse files
committed
Bump formatter to 0.8.1 and extension to 0.18.1
1 parent 3109207 commit 9579236

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

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
- Fixed an issue with Unicode elements and table alignment (#449).
69

710

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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@
77

88
## Development version
99

10+
11+
## 0.18.1
12+
1013
- Added support for formatting VS Code Notebook cells (progress towards #405, @kv9898).
1114

15+
- [Air 0.8.1](https://github.com/posit-dev/air/blob/main/CHANGELOG.md) is now bundled with the extension.
16+
17+
- Maintenance update of dependencies.
18+
1219

1320
## 0.18.0
1421

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)