From 8ee52bd672eb5ccd307f4ccc96061e6ec80e876b Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Tue, 2 Jul 2019 14:31:20 +0800 Subject: [PATCH] update RELEASE --- RELEASE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index e8f4fea2..16f2767f 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,9 @@ > Version numbers are based on [Semantic Versioning](https://semver.org/). +# v1.3.3 +- Bugfixes + - `in_shape`: Wrong variable name. + # v1.3.2 - All-in-one source file. - You can use `include ;` or `use ;` if you really don't want to care about dependencies.