From 2cf948d03b25b22311a51a8bd993ce89da56ce0f Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Thu, 8 Feb 2024 09:30:28 +1100 Subject: [PATCH] Add changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4ab517c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +## v0.1.1 +Add `toJson(pretty=true)`, so that stringified json can be prettified 😊 +Formatted all nim files using [`nph`](https://github.com/arnetheduck/nph) + +## v0.1.0 +Initial versioned release \ No newline at end of file