From 3fe4cae1ee08ca6d121fdc1934e4c55ffb69fdce Mon Sep 17 00:00:00 2001 From: Vinicius Gerevini Date: Thu, 18 Feb 2021 00:54:16 +1100 Subject: [PATCH] v1.0.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..56d509f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) + +The Working in Progress (WIP) section is for changes that are already in master, but haven't been published to Godot's asset library yet. Even though the section is called WIP, all changes in master are stable and functional. + +## 1.0.0 (2021-02-18) + +Initial release + +### Added + +- Importer +- Interpreter