Skip to content

Commit

Permalink
Release 0.1.2 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan authored Jan 14, 2025
1 parent f29af17 commit 8a0e2ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# Development version


# 0.1.2

- The default indent style has been changed to spaces. The default indent width
has been changed to two. This more closely matches the overwhelming majority
of existing R code.
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.1.1"
version = "0.1.2"
publish = true
authors.workspace = true
categories.workspace = true
Expand Down

0 comments on commit 8a0e2ae

Please sign in to comment.