Skip to content

Commit b71f558

Browse files
committed
Release 0.2.1
1 parent ae919cc commit b71f558

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
with:
56-
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
57-
releaseName: 'App v__VERSION__'
58-
releaseBody: 'See the assets to download this version and install.'
56+
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
57+
releaseName: 'Kalkki v__VERSION__ Binaries'
58+
releaseBody: '<img src="/raikasdev/kalkki/raw/master/public/kalkki.svg" height="96" width="96">\n\nYou will find the native binaries for the Kalkki application below.\n**For Apple computers with Apple Silicon (eg. M1) you need the aarch64 binary.** Mac\'s with Intel processors need the x86 one.'
5959
releaseDraft: true
6060
prerelease: false
6161
args: ${{ matrix.args }}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.2.1
2+
3+
- Improve Dockerfile
4+
- Remove decimal.js
5+
- Update third party licenses
6+
17
# 0.2.0
28

39
- Fix tangent precision calculation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kalkki",
33
"private": true,
4-
"version": "0.2.1-nightly",
4+
"version": "0.2.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)