Skip to content

Commit

Permalink
0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Sep 5, 2024
1 parent 23a49a6 commit b4727ef
Show file tree
Hide file tree
Showing 6 changed files with 631 additions and 37 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ example/lib
lib
example/**/*.mjs
cli/**/*.mjs
vscode-extension/build
vscode-extension/build
dist
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## main

## 0.13.1

- Bundle `cli` so it doesn't interfere unecessarily with other ReScript things.

## 0.13.0

- Disallow inferring input objects. It's not worth the complexity right now.
Expand Down
Loading

0 comments on commit b4727ef

Please sign in to comment.