diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index 5862757..5e39130 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## [v0.2.2](https://github.com/oktal/lens/compare/664ebef7b2e0489c327b74f5fa427941771f3808..v0.2.2) - 2024-09-25 +#### Bug Fixes +- properly display datasources in table creation dialog - ([979d529](https://github.com/oktal/lens/commit/979d5294826b98cef8ef4c611a67be1fa93a725b)) - [@octal](https://github.com/octal) +#### Miscellaneous Chores +- **(version)** version 0.2.2 - ([c631ae3](https://github.com/oktal/lens/commit/c631ae37eb34a671fa6dc475e18c53e35fec8056)) - [@octal](https://github.com/octal) +- **(version)** v0.2.1 - ([664ebef](https://github.com/oktal/lens/commit/664ebef7b2e0489c327b74f5fa427941771f3808)) - [@octal](https://github.com/octal) + +- - - + ## [v0.2.1](https://github.com/oktal/lens/compare/26f342bc4eea9de2a382d2fa0efe93e4543b90bc..v0.2.1) - 2024-09-25 #### Miscellaneous Chores - **(CHANGELOG)** remove duplicate entry from CHANGELOG - ([232990c](https://github.com/oktal/lens/commit/232990c5518f856c46116f94d4b38db7a5f8f661)) - [@octal](https://github.com/octal) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index ae055d6..1371782 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2864,7 +2864,7 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "lens" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "arrow-schema", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a1595a8..38cd639 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lens" -version = "0.2.1" +version = "0.2.2" description = "An application to run SQL queries on structured files like csv, parquet, json" authors = ["Mathieu Stefani"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a5b2052..142e7b6 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "lens", - "version": "0.2.1" + "version": "0.2.2" }, "tauri": { "allowlist": {