Skip to content

Commit 04e2e6c

Browse files
committed
Bump all versions
1 parent 5593228 commit 04e2e6c

6 files changed

Lines changed: 12 additions & 4 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.2
7+
58
- Air is now distributed on PyPI as `air-formatter` (#467).
69

710
This allows air to be invoked via uv:

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.1"
3+
version = "0.8.2"
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
@@ -8,6 +8,11 @@
88
## Development version
99

1010

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

1318
- [Air 0.8.1](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.20.0",
5+
"version": "0.22.0",
66
"publisher": "Posit",
77
"license": "MIT",
88
"homepage": "https://posit-dev.github.io/air",

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "air-formatter"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "An R formatter, written in Rust."
55
readme = "README.md"
66
requires-python = ">=3.8"

0 commit comments

Comments
 (0)