Skip to content

Commit 1495a5d

Browse files
committed
chore: 0.1.34
1 parent 991e98d commit 1495a5d

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
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.33"
3+
version = "0.1.34"
44
edition = "2021"
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
@@ -84,7 +84,7 @@ 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.33/sql-studio-installer.sh | sh
87+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.34/sql-studio-installer.sh | sh
8888
```
8989

9090
### Install prebuilt binaries via powershell script

flake.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
};
1111
crane = {
1212
url = "github:ipetkov/crane";
13-
inputs = {
14-
nixpkgs.follows = "nixpkgs";
15-
};
1613
};
1714
};
1815
outputs = { self, nixpkgs, flake-utils, rust-overlay, crane }: flake-utils.lib.eachDefaultSystem (system:
@@ -65,7 +62,7 @@
6562
contents = [ bin ];
6663
};
6764

68-
version = "0.1.33";
65+
version = "0.1.34";
6966
deploy = pkgs.writeShellScriptBin "deploy" ''
7067
${pkgs.skopeo}/bin/skopeo --insecure-policy copy docker-archive:${docker} docker://docker.io/frectonz/sql-studio:${version} --dest-creds="frectonz:$ACCESS_TOKEN"
7168
${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)