From f8542ed1e4f14881495c449e81b8f736b0b4db63 Mon Sep 17 00:00:00 2001 From: Susisu Date: Sat, 26 Aug 2023 14:39:33 +0900 Subject: [PATCH] chore: bump to v0.4.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72a5817..528d3e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.0 (2023-08-26) + +- Union inputs are now handled distributively + - e.g. `Brainfuck = Brainfuck | Brainfuck | Brainfuck | Brainfuck` + ## 0.3.2 (2023-07-21) - Include source files in the distribution diff --git a/package.json b/package.json index 9417a70..83d958b 100644 --- a/package.json +++ b/package.json @@ -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 ",