Skip to content

Commit 0a52428

Browse files
committed
change snapshot format; upgrade calcit; tag 0.1.11
1 parent b623978 commit 0a52428

File tree

7 files changed

+11278
-11028
lines changed

7 files changed

+11278
-11028
lines changed

.github/workflows/npm-publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919

2020
- uses: supplypike/setup-bin@v3
2121
with:
22-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.13/cr'
22+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0/cr'
2323
name: 'cr'
24-
version: '0.7.13'
24+
version: '0.8.0'
2525

2626
- uses: supplypike/setup-bin@v3
2727
with:
28-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.13/caps'
28+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0/caps'
2929
name: 'caps'
30-
version: '0.7.13'
30+
version: '0.8.0'
3131

3232
- run: caps --ci && yarn && yarn compile-server && yarn compile-page && yarn release-page
3333

.github/workflows/upload.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919

2020
- uses: supplypike/setup-bin@v3
2121
with:
22-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.13/cr'
22+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0/cr'
2323
name: 'cr'
24-
version: '0.7.13'
24+
version: '0.8.0'
2525

2626
- uses: supplypike/setup-bin@v3
2727
with:
28-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.13/caps'
28+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0/caps'
2929
name: 'caps'
30-
version: '0.7.13'
30+
version: '0.8.0'
3131

3232
- run: caps --ci && yarn && yarn compile-server && yarn compile-page && yarn release-page
3333

calcit.cirru

Lines changed: 9485 additions & 9387 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)