Skip to content

Commit e9e7906

Browse files
committed
chore: 0.1.38
1 parent d2e2a44 commit e9e7906

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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.37"
3+
version = "0.1.38"
44
edition = "2024"
55
repository = "https://github.com/frectonz/sql-studio"
66
description = "Single binary, single command SQL Database Explorer."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ More features available on the [releases page](https://github.com/frectonz/sql-s
7878
### Install prebuilt binaries via shell script (MacOS and Linux)
7979

8080
```bash
81-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.37/sql-studio-installer.sh | sh
81+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.38/sql-studio-installer.sh | sh
8282
```
8383

8484
### Install prebuilt binaries via powershell script

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
contents = [ bin ];
6363
};
6464

65-
version = "0.1.37";
65+
version = "0.1.38";
6666
deploy = pkgs.writeShellScriptBin "deploy" ''
6767
${pkgs.skopeo}/bin/skopeo --insecure-policy copy docker-archive:${docker} docker://docker.io/frectonz/sql-studio:${version} --dest-creds="frectonz:$ACCESS_TOKEN"
6868
${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"

package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}:
88
let
99
pname = "sql-studio";
10-
version = "0.1.37";
10+
version = "0.1.38";
1111

1212
src = fetchFromGitHub {
1313
owner = "frectonz";

0 commit comments

Comments
 (0)