Skip to content

Commit

Permalink
chore: bump to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
susisu committed Aug 26, 2023
1 parent c65cb7b commit f8542ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.0 (2023-08-26)

- Union inputs are now handled distributively
- e.g. `Brainfuck<P1 | P2, I1 | I2> = Brainfuck<P1, I1> | Brainfuck<P1, I2> | Brainfuck<P2, I1> | Brainfuck<P2, I2>`

## 0.3.2 (2023-07-21)

- Include source files in the distribution
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@susisu/typefuck",
"version": "0.3.2",
"version": "0.4.0",
"description": "Type-level Brainfuck interpreter in TypeScript",
"repository": "https://github.com/susisu/typefuck.git",
"author": "Susisu <susisu2413@yahoo.co.jp>",
Expand Down

0 comments on commit f8542ed

Please sign in to comment.