Skip to content

Commit e0ce8a7

Browse files
committed
chore: 0.1.46
1 parent 1e8431f commit e0ce8a7

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sql-studio"
3-
version = "0.1.45"
3+
version = "0.1.46"
44
edition = "2024"
55
repository = "https://github.com/frectonz/sql-studio"
66
description = "Single binary, single command SQL Database Explorer."

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ More features available on the [releases page](https://github.com/frectonz/sql-s
8484
### Install prebuilt binaries via shell script (MacOS and Linux)
8585

8686
```bash
87-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.45/sql-studio-installer.sh | sh
87+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.46/sql-studio-installer.sh | sh
8888
```
8989

9090
### Install prebuilt binaries via powershell script
9191

9292
```powershell
93-
powershell -ExecutionPolicy Bypass -c "irm https://github.com/frectonz/sql-studio/releases/download/0.1.45/sql-studio-installer.ps1 | iex"
93+
powershell -ExecutionPolicy Bypass -c "irm https://github.com/frectonz/sql-studio/releases/download/0.1.46/sql-studio-installer.ps1 | iex"
9494
```
9595

9696
### Updating

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
contents = [ bin ];
8080
};
8181

82-
version = "0.1.45";
82+
version = "0.1.46";
8383
deploy = pkgs.writeShellScriptBin "deploy" ''
8484
${pkgs.skopeo}/bin/skopeo --insecure-policy copy docker-archive:${docker} docker://docker.io/frectonz/sql-studio:${version} --dest-creds="frectonz:$ACCESS_TOKEN"
8585
${pkgs.skopeo}/bin/skopeo --insecure-policy copy docker://docker.io/frectonz/sql-studio:${version} docker://docker.io/frectonz/sql-studio:latest --dest-creds="frectonz:$ACCESS_TOKEN"

0 commit comments

Comments
 (0)