From 92a3b959353df42a3e3916a7c48bea54c5deab8f Mon Sep 17 00:00:00 2001 From: James Eversole Date: Thu, 23 Jan 2025 16:30:35 -0600 Subject: [PATCH] Release 0.6.0 --- .gitea/workflows/test-and-build.yml | 12 ++++++------ tricu.cabal | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/test-and-build.yml b/.gitea/workflows/test-and-build.yml index 7c47ac3..7ee9c03 100644 --- a/.gitea/workflows/test-and-build.yml +++ b/.gitea/workflows/test-and-build.yml @@ -78,9 +78,9 @@ jobs: with: go-version: '>=1.20.1' - - name: Release binary - uses: https://gitea.com/actions/release-action@main - with: - files: |- - ./result/bin/tricu - api_key: '${{ secrets.RELEASE_TOKEN }}' + - name: Release binary + uses: https://gitea.com/actions/release-action@main + with: + files: |- + ./result/bin/tricu + api_key: '${{ secrets.RELEASE_TOKEN }}' diff --git a/tricu.cabal b/tricu.cabal index 76ee20d..bc340f8 100644 --- a/tricu.cabal +++ b/tricu.cabal @@ -1,7 +1,7 @@ cabal-version: 1.12 name: tricu -version: 0.6.0 +version: 0.7.0 description: A micro-language for exploring Tree Calculus author: James Eversole maintainer: james@eversole.co