Skip to content

Commit

Permalink
Release XMLPaste 1.1.0 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuo committed Aug 6, 2024
1 parent cf3fbf5 commit 4b6d968
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" .
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=xmlpaste
VERSION=1.1.0-dev
VERSION=1.1.0

GOCMD=go
GOBUILD=$(GOCMD) build
Expand Down
2 changes: 1 addition & 1 deletion macOS/Distribution.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="1">
<title>XMLPaste 1.1.0-dev</title>
<title>XMLPaste 1.1.0</title>
<welcome file="welcome.txt" />
<license file="LICENSE.txt" />
<pkg-ref id="jp.co.emic.xmlpaste"/>
Expand Down
3 changes: 2 additions & 1 deletion release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ XMLPaste
(c) 2019-2024 Emic Corporation <https://www.emic.co.jp/>
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.
Expand Down
4 changes: 2 additions & 2 deletions tests/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}
Expand Down

0 comments on commit 4b6d968

Please sign in to comment.