Skip to content

Commit c801247

Browse files
authored
Bump to version 0.2.0 (#316)
* Update changelog * Bump to version 0.2.0
1 parent 85e50db commit c801247

14 files changed

Lines changed: 466 additions & 283 deletions

File tree

Cargo.lock

Lines changed: 414 additions & 268 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ default-members = [
1616
resolver = "2"
1717

1818
[workspace.package]
19-
version = "0.1.9"
19+
version = "0.2.0"
2020
edition = "2021"
2121
authors = ["ggsql Team"]
2222
license = "MIT"
@@ -26,8 +26,8 @@ description = "A declarative visualization language that extends SQL with powerf
2626

2727
[workspace.dependencies]
2828
# workspace packages
29-
tree-sitter-ggsql = { path = "tree-sitter-ggsql", version = "0.1.9" }
30-
ggsql = { path = "src", version = "0.1.9" }
29+
tree-sitter-ggsql = { path = "tree-sitter-ggsql", version = "0.2.0" }
30+
ggsql = { path = "src", version = "0.2.0" }
3131

3232
# Parsing
3333
csscolorparser = "0.8.1"

ggsql-jupyter/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "ggsql-jupyter"
7-
version = "0.1.9"
7+
version = "0.2.0"
88
description = "Jupyter kernel for ggsql - SQL extension for declarative data visualization"
99
readme = "README.md"
1010
license = { text = "MIT" }

ggsql-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ggsql-python"
3-
version = "0.1.9"
3+
version = "0.2.0"
44
edition = "2021"
55
authors.workspace = true
66
license.workspace = true

ggsql-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "ggsql"
7-
version = "0.1.9"
7+
version = "0.2.0"
88
description = "SQL extension for declarative data visualization"
99
readme = "README.md"
1010
requires-python = ">=3.10"

ggsql-python/python/ggsql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"execute",
2828
"render_altair",
2929
]
30-
__version__ = "0.1.9"
30+
__version__ = "0.2.0"
3131

3232
# Type alias for any Altair chart type
3333
AltairChart = Union[

ggsql-vscode/CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## 0.2.0
4+
5+
Alpha release.
6+
7+
- Fix implicit mapping (#280)
8+
- Minor grammar edit (#283)
9+
- Finish Get started section (#274)
10+
- Manage ggsql kernel spec in Positron extension (#277)
11+
- Add animated linecharts to the background (#275)
12+
- Fix: global mappings silently dropped for stat geom aesthetics (#284)
13+
- Unify rule and linear layers (#252)
14+
- Send the ggsql REST binary to Valhalla (#286)
15+
- Add watermark icon to interactive editor (#279)
16+
- Ridgeline plot (#242)
17+
- Treat violin `side = 'both'` case correctly (#288)
18+
- (Non)Position aesthetics name formatting (#241)
19+
- Initial ODBC reader & integration with Positron connections pane and data viewer (#282)
20+
- Fix typo in pseudo_log description (#294)
21+
- Positron: improve execution of ggsql code (#296)
22+
- PLACE layers distinguish arrays for aesthetics vs arrays for parameters (#299)
23+
- Support multi-line text labels by splitting on newlines (#301)
24+
- Allow setting titles to null in LABEL (#302)
25+
- Boxplot width always uses bandwidth-expression instead of band (#291)
26+
- Variable width/color/opacity lines (#298)
27+
- Use 'transformation' rather than 'transform' for noun usage (#295)
28+
- Make sure syntax is current (#201)
29+
- Additional gallery examples (#293)
30+
- Improve legends when using line/path with `linewidth` (#308)
31+
- Add Quarto option to generate documentation for LLMs (#305)
32+
- Fix global mappings and aesthetic aliases in validation (#306)
33+
- Fix donuts (#309)
34+
- Proper bindings to rust library in R package (#281)
35+
- Move R package to own repo (#313)
36+
- Use parentheses for lists in grammar (#312)
37+
- Fix live editor output (#314)
38+
- Polish validation (#311)
39+
340
## 0.1.9
441

542
Pre-alpha release.

ggsql-vscode/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ggsql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ggsql",
33
"displayName": "ggsql",
44
"description": "Syntax highlighting and language runtime for ggsql - SQL with declarative visualization",
5-
"version": "0.1.9",
5+
"version": "0.2.0",
66
"publisher": "ggsql",
77
"engines": {
88
"vscode": "^1.75.0"

ggsql-wasm/demo/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)