Skip to content

Commit

Permalink
add version badge in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed May 12, 2024
1 parent 9a0a62b commit 56dfe1f
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: calcit-lang/[email protected]
with:
version: '0.8.44'
version: '0.8.50'

- name: "load deps"
run: caps --ci && yarn
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@

### Usage

In `package.cirru` and run `caps`:

```cirru
{}
:dependencies $ {}
|Respo/respo.calcit |main
```

![Latest](https://img.shields.io/github/v/release/calcit-lang/calcit)

DOM syntax

```cirru
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.16.10",
"dependencies": {
"@calcit/procs": "0.8.49"
"@calcit/procs": "0.8.50"
},
"scripts": {
"test": "cr --once --emit-js --init-fn=respo.test.main/main! && node test.mjs"
},
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^5.2.6"
"vite": "^5.2.11"
}
}
208 changes: 113 additions & 95 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56dfe1f

Please sign in to comment.