Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cpg314 committed Jul 7, 2024
1 parent dc308bb commit 2b253bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[workspace.dependencies]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ LIMIT 10;

This becomes particularly useful when working with sets of complex queries, which can be created and maintained in a composable way, like source code, benefiting from the Jsonnet ecosystem (language server, formatter, linter, editor integrations).

**In-browser demo with Webassembly**: https://cpg314.github.io/sqlsonnet/

## Command line interface

The `sqlsonnet` command line interface converts Jsonnet statements to (and to a lesser extent from) SQL.
Expand Down
2 changes: 1 addition & 1 deletion bindings/wasm/sqlsonnet-playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>sqlsonnet playground</h1>
</div>
<div id="root"></div>
<div class="row text-center">
<p><small>sqlsonnet v0.1.0</small></p>
<p><small>sqlsonnet v0.1.1</small></p>
</div>
</div>
<script type="module" src="/src/main.tsx"></script>
Expand Down

0 comments on commit 2b253bf

Please sign in to comment.