From b6164cbc081cf5abcea47792cadb93c36c9d5fdf Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Tue, 18 Oct 2022 12:19:17 +0200 Subject: [PATCH 1/2] chore: Bump version (v0.26.0) --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65d73bf..522663c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.26.0] 2022-10-03 + ### Changed * Updated [`tracing-subscriber`](https://github.com/tokio-rs/tracing) from 0.3.15 to 0.3.16 ([#501]) diff --git a/Cargo.lock b/Cargo.lock index b83a9b2..bdbacb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -864,7 +864,7 @@ dependencies = [ [[package]] name = "hoc" -version = "0.25.0" +version = "0.26.0" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 4016fea..e5df94e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.25.0" +version = "0.26.0" authors = ["Valentin Brandl "] edition = "2018" build = "build.rs" From 5d4c82065e6e24096d3a597f4e97cf2dadfbf66d Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Tue, 18 Oct 2022 12:40:26 +0200 Subject: [PATCH 2/2] Fix release pipeline --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7aa9da..0df7b5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - name: Cargo build - uses: actions-rs/cargo@v3 + uses: actions-rs/cargo@v1 with: command: build toolchain: ${{ matrix.rust }}