From 661e8c6fb67c925293d7e9b98360ac35b440d296 Mon Sep 17 00:00:00 2001 From: Rain Date: Wed, 16 Feb 2022 21:02:18 -0800 Subject: [PATCH] update mukti version --- .github/workflows/release.yml | 2 +- site/src/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 830e082ecef..96dce0665f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -168,7 +168,7 @@ jobs: - name: Download mukti run: | mkdir -p ~/bin - curl -LsSf "https://github.com/sunshowers/mukti/releases/download/mukti-bin-0.5.0/mukti-bin-0.5.0-x86_64-unknown-linux-gnu.tar.gz" \ + curl -LsSf "https://github.com/sunshowers/mukti/releases/download/mukti-bin-0.5.2/mukti-bin-0.5.2-x86_64-unknown-linux-gnu.tar.gz" \ | tar xzf - -C ~/bin - name: Add release metadata run: | diff --git a/site/src/CHANGELOG.md b/site/src/CHANGELOG.md index 9632e660ab2..7594c25bbba 100644 --- a/site/src/CHANGELOG.md +++ b/site/src/CHANGELOG.md @@ -3,7 +3,7 @@ This page documents new features and bugfixes for cargo-nextest. Please see the [stability policy](book/stability.md) for how versioning works with cargo-nextest. -## [0.9.5-rc.1] - 2022-02-16 +## [0.9.5-rc.2] - 2022-02-16 (Temporary release) test out binary releases once again.