From 7b3e31326c2b653e53fc4f471a461542b52d0397 Mon Sep 17 00:00:00 2001 From: Gabriel Viganotti Date: Mon, 10 Feb 2025 15:06:55 -0300 Subject: [PATCH] chore: set version to v0.3.0 --- .github/workflows/main.yml | 2 +- .github/workflows/release_native.yml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 44c7683..1ad9ceb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,4 +31,4 @@ jobs: with: platforms: linux/amd64,linux/arm64 push: true - tags: ${{ vars.DOCKERHUB_USERNAME }}/formicaio:latest + tags: ${{ vars.DOCKERHUB_USERNAME }}/formicaio:0.3.0 diff --git a/.github/workflows/release_native.yml b/.github/workflows/release_native.yml index ffb2be6..5cd2c70 100644 --- a/.github/workflows/release_native.yml +++ b/.github/workflows/release_native.yml @@ -8,7 +8,7 @@ on: jobs: build: - if: "startsWith(github.event.head_commit.message, 'chore: release native mode binaries')" + if: "startsWith(github.event.head_commit.message, 'chore: set version to')" name: build runs-on: ${{ matrix.os }} strategy: diff --git a/Cargo.lock b/Cargo.lock index 9d0d008..0ab7478 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1765,7 +1765,7 @@ dependencies = [ [[package]] name = "formicaio" -version = "0.2.12" +version = "0.3.0" dependencies = [ "alloy", "alloy-contract", diff --git a/Cargo.toml b/Cargo.toml index c5cf8d7..9b3c309 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "formicaio" -version = "0.2.12" +version = "0.3.0" edition = "2021" [lib]