diff --git a/indexsupply.com/shovel/docs/index.md b/indexsupply.com/shovel/docs/index.md index aefbd30..8adbfcd 100644 --- a/indexsupply.com/shovel/docs/index.md +++ b/indexsupply.com/shovel/docs/index.md @@ -73,11 +73,11 @@ Best of luck and feel free to reach out to [support@indexsupply.com](mailto:supp ## Changelog -Latest stable version is: **1.4** +Latest stable version is: **1.5** ``` -https://indexsupply.net/bin/1.4/darwin/arm64/shovel -https://indexsupply.net/bin/1.4/linux/amd64/shovel +https://indexsupply.net/bin/1.5/darwin/arm64/shovel +https://indexsupply.net/bin/1.5/linux/amd64/shovel ``` Latest version on main: @@ -95,6 +95,12 @@ The following resources are automatically deployed on a main commit: `linux/amd64`, `linux/arm64` - This web site https://indexsupply.com +### v1.5 {#changelog-v1.5} + +`4EE1 2024-05-01` + +- bugfix: reorg may halt progress until restart. [mote details](https://github.com/indexsupply/code/commit/4ee10c4789af31a054f96f968ed038db3aa3501f) + ### v1.4 {#changelog-v1.4} `2f76 2024-04-29` diff --git a/readme.md b/readme.md index 351d580..757186c 100644 --- a/readme.md +++ b/readme.md @@ -1,12 +1,12 @@ # Index Supply, Co. -Shovel v1.4 is available. Read the [announcement][1]. +Shovel v1.5 is available. Read the [announcement][1]. ``` -curl -LO https://indexsupply.net/bin/1.4/darwin/arm64/shovel --silent +curl -LO https://indexsupply.net/bin/1.5/darwin/arm64/shovel --silent r@m4 ~ % chmod +x shovel r@m4 ~ % ./shovel -version -v1.4 2f76 +v1.5 4ee1 ``` To install the latest on main: