diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3580707..9585975 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: body_path: RELEASE_BODY.md # We use a matrix to run our build on every supported platform. - build: + build_release: name: "Build" needs: diff --git a/CHANGELOG.md b/CHANGELOG.md index bdc9506..179dce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.0.0-beta.5] - 2022-05-19 + +### Fixed + +- Attempted to fix binary builds on Linux (again). + ## [1.0.0-beta.4] - 2022-05-19 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 58cbd26..be1bcf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -585,7 +585,7 @@ checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" [[package]] name = "falconeri" -version = "1.0.0-beta.4" +version = "1.0.0-beta.5" dependencies = [ "base64", "crossbeam", @@ -604,7 +604,7 @@ dependencies = [ [[package]] name = "falconeri-worker" -version = "1.0.0-beta.4" +version = "1.0.0-beta.5" dependencies = [ "crossbeam", "env_logger", @@ -618,7 +618,7 @@ dependencies = [ [[package]] name = "falconeri_common" -version = "1.0.0-beta.4" +version = "1.0.0-beta.5" dependencies = [ "anyhow", "backoff", @@ -645,7 +645,7 @@ dependencies = [ [[package]] name = "falconerid" -version = "1.0.0-beta.4" +version = "1.0.0-beta.5" dependencies = [ "falconeri_common", "headers", diff --git a/falconeri-worker/Cargo.toml b/falconeri-worker/Cargo.toml index fade2c0..4505fcc 100644 --- a/falconeri-worker/Cargo.toml +++ b/falconeri-worker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "falconeri-worker" -version = "1.0.0-beta.4" +version = "1.0.0-beta.5" authors = ["Eric Kidd "] edition = "2018" diff --git a/falconeri/Cargo.toml b/falconeri/Cargo.toml index 29223e8..ea795b3 100644 --- a/falconeri/Cargo.toml +++ b/falconeri/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Eric Kidd "] name = "falconeri" -version = "1.0.0-beta.4" +version = "1.0.0-beta.5" edition = "2018" license = "Apache-2.0 OR MIT" diff --git a/falconeri_common/Cargo.toml b/falconeri_common/Cargo.toml index fe961bc..5ed97db 100644 --- a/falconeri_common/Cargo.toml +++ b/falconeri_common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "falconeri_common" -version = "1.0.0-beta.4" +version = "1.0.0-beta.5" authors = ["Eric Kidd "] edition = "2018" diff --git a/falconerid/Cargo.toml b/falconerid/Cargo.toml index e93f3f9..a20fc35 100644 --- a/falconerid/Cargo.toml +++ b/falconerid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "falconerid" -version = "1.0.0-beta.4" +version = "1.0.0-beta.5" authors = ["Eric Kidd "] edition = "2018"