Skip to content

Commit 9fc4f63

Browse files
authored
RC 0.7.0 (#358)
* Bump to Air 0.7.0 * Unwrap in CHANGELOG
1 parent 16b3690 commit 9fc4f63

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
# Development version
44

5-
- Autobracing is a new feature applied to if statements, for loops, while loops,
6-
repeat loops, and function definitions. This feature will automatically add
7-
`{}` around the body of these code elements in certain cases to maximize
8-
readability, consistency, and portability (#225, #334).
5+
6+
# 0.7.0
7+
8+
- Autobracing is a new feature applied to if statements, for loops, while loops, repeat loops, and function definitions. This feature will automatically add `{}` around the body of these code elements in certain cases to maximize readability, consistency, and portability (#225, #334).
99

1010
For example:
1111

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.6.0"
3+
version = "0.7.0"
44
publish = true
55
authors.workspace = true
66
categories.workspace = true

editors/code/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
## Development version
99

1010

11+
## 0.14.0
12+
13+
- [Air 0.7.0](https://github.com/posit-dev/air/blob/main/CHANGELOG.md) is now bundled with the extension.
14+
15+
1116
## 0.12.0
1217

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

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.12.0",
5+
"version": "0.14.0",
66
"publisher": "Posit",
77
"license": "MIT",
88
"homepage": "https://posit-dev.github.io/air",

0 commit comments

Comments
 (0)