From 6fd68dceef79fd8967a0bed2b9308d40ab5be133 Mon Sep 17 00:00:00 2001 From: Rickard Andersson Date: Sun, 16 Oct 2022 00:15:22 +0300 Subject: [PATCH] changelog: add entry for 2.2.2 --- CHANGELOG.md | 6 ++++++ package.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49cc732..b04518a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.2.2 + +### Fixes + +- Fixed bug in Haskell number literal output + ## 2.2.1 ### Fixes diff --git a/package.yaml b/package.yaml index 3374070..eef6235 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: gotyno-hs -version: 2.2.1 +version: 2.2.2 synopsis: A type definition compiler supporting multiple output languages. description: Compiles type definitions into F#, TypeScript and Python, with validators, decoders and encoders. license: BSD2