Skip to content

Commit eff5f98

Browse files
authored
chore: Bump version to 0.2.11 (#1149)
Sorry, I missed a step on the release, probably shouldn't have done this from the plane...
1 parent 3b937d4 commit eff5f98

File tree

5 files changed

+17
-13
lines changed

5 files changed

+17
-13
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# PRQL Changelog
22

3-
## 0.2.10 — 2022-11-20
3+
## 0.2.11 — 2022-11-20
44

5-
0.2.10 contains a few helpful fixes.
5+
0.2.11 contains a few helpful fixes.
66

7-
Work continues on our `semantic` refactor — look out for .3.0 soon!
7+
Work continues on our `semantic` refactor — look out for 0.3.0 soon! Many thanks
8+
to @aljazerzen for his continued contributions to this.
9+
10+
Note: 0.2.10 was skipped due to this maintainer's inability to read his own docs
11+
on bumping versions...
812

913
Features:
1014

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ members = [
1717
opt-level = "s"
1818

1919
[workspace.package]
20-
version = "0.2.9"
20+
version = "0.2.11"
2121

2222
[workspace.metadata.release]
2323
consolidate-commits = true

playground/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prql-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"build-web": "wasm-pack build --target no-modules --release --out-dir dist/web"
2020
},
2121
"types": "dist/node/prql_js.d.ts",
22-
"version": "0.2.9"
22+
"version": "0.2.11"
2323
}

0 commit comments

Comments
 (0)