Skip to content

Commit

Permalink
indexsupply.com: link to shovel v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandotsmith committed Apr 7, 2024
1 parent e1f2323 commit 160478e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
3 changes: 3 additions & 0 deletions indexsupply.com/shovel/docs/_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
font-weight: 400;
margin: 0 0 5px 0;
}
h3 {
font-weight: normal;
}
a:link {color: #24303d}
a:visited {color: #24303d}
img {
Expand Down
19 changes: 12 additions & 7 deletions indexsupply.com/shovel/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ Best of luck and feel free to reach out to [[email protected]](mailto:supp

<hr>

## Versions
## Changelog

Latest stable version is: **1.0**
Latest stable version is: **1.1**

```
https://indexsupply.net/bin/1.0/darwin/arm64/shovel
https://indexsupply.net/bin/1.0/linux/amd64/shovel
https://indexsupply.net/bin/1.1/darwin/arm64/shovel
https://indexsupply.net/bin/1.1/linux/amd64/shovel
```

Latest version on main:
Expand All @@ -95,6 +95,11 @@ The following resources are automatically deployed on a main commit:
`linux/amd64`, `linux/arm64`
- This web site https://indexsupply.com

### v1.1 2024/04/07 e1f2

- fix dashboard access via localhost
- add abi support for int types (prev. version had uint support only)

<hr>

## Install
Expand All @@ -110,21 +115,21 @@ If you are running a Mac and would like a nice way to setup Postgres, checkout:
To install Shovel, you can build from source (see [build from source](#build-from-source)) or you can download the binaries

```
curl -LO https://indexsupply.net/bin/1.0/darwin/arm64/shovel
curl -LO https://indexsupply.net/bin/1.1/darwin/arm64/shovel
chmod +x shovel
```

For Linux
```
curl -LO https://indexsupply.net/bin/1.0/linux/amd64/shovel
curl -LO https://indexsupply.net/bin/1.1/linux/amd64/shovel
chmod +x shovel
```

After downloading the binaries we can now run the version command

```
./shovel -version
v1.0 7602
v1.1 e1f2
```

The first part of this command prints a version string (which is also a git tag) and the first two bytes of the latest commit that was used to build the binaries.
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Index Supply, Co.

Shovel v1.0 is available. Read the [announcement][1].
Shovel v1.1 is available. Read the [announcement][1].

```
curl -LO https://indexsupply.net/bin/1.0/darwin/arm64/shovel --silent
curl -LO https://indexsupply.net/bin/1.1/darwin/arm64/shovel --silent
r@m4 ~ % chmod +x shovel
r@m4 ~ % ./shovel -version
v1.0 7602
v1.1 e1f2
```

To install the latest on main:
Expand Down

0 comments on commit 160478e

Please sign in to comment.