From 4b6d96818984b57f037852b9494c4ed4150b23fc Mon Sep 17 00:00:00 2001 From: Atsushi Matsuo Date: Tue, 6 Aug 2024 09:25:23 +0900 Subject: [PATCH] Release XMLPaste 1.1.0 (#2) --- .github/workflows/go.yml | 2 +- Makefile | 2 +- macOS/Distribution.xml | 2 +- release-notes.txt | 3 ++- tests/goss.yaml | 4 ++-- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fc5cf1b..f90e38b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - shell: bash - run: echo "xmlpaste_version=1.1.0-dev" >> "$GITHUB_ENV" + run: echo "xmlpaste_version=1.1.0" >> "$GITHUB_ENV" - if: runner.os == 'macOS' run: make dist && cp -p "dist/xmlpaste-${{ env.xmlpaste_version }}-macos/xmlpaste" . diff --git a/Makefile b/Makefile index 0d69aad..5cef592 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME=xmlpaste -VERSION=1.1.0-dev +VERSION=1.1.0 GOCMD=go GOBUILD=$(GOCMD) build diff --git a/macOS/Distribution.xml b/macOS/Distribution.xml index 864aa0e..8d640bb 100644 --- a/macOS/Distribution.xml +++ b/macOS/Distribution.xml @@ -1,6 +1,6 @@ - XMLPaste 1.1.0-dev + XMLPaste 1.1.0 diff --git a/release-notes.txt b/release-notes.txt index 54067e7..6780d70 100644 --- a/release-notes.txt +++ b/release-notes.txt @@ -2,7 +2,8 @@ XMLPaste (c) 2019-2024 Emic Corporation This software is distributed under the MIT License. -Version: 1.1.0 (in development) +Version: 1.1.0 +Date: August 6, 2024 - Add support for Apple Silicon on macOS. - Add support for Claris FileMaker Pro 19.6, 2023 and 2024. - Add support for macOS Monterey 12, macOS Ventura 13 and macOS Sonoma 14. diff --git a/tests/goss.yaml b/tests/goss.yaml index 63fb46b..b2a912a 100644 --- a/tests/goss.yaml +++ b/tests/goss.yaml @@ -4,14 +4,14 @@ command: exec: "./xmlpaste -v" exit-status: 0 stdout: - - "1.1.0-dev" + - "1.1.0" {{end}} {{if eq .Env.OS "windows"}} print-version: exec: "xmlpaste.exe -v" exit-status: 0 - stdout: "XMLPaste 1.1.0-dev\n" + stdout: "XMLPaste 1.1.0\n" {{end}} {{if eq .Env.OS "darwin"}}