From 8fe4dafc5ae33a9c500d71e0f5f4ad25816966d0 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Mon, 23 Jan 2023 11:54:05 +0100 Subject: [PATCH] Release v0.18.0 --- CHANGELOG.md | 7 +++++++ package-info.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c2fc4b..b9a57a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ ## Released +### [v0.18.0](https://github.com/mus264/264-tools/releases/tag/v0.18.0) — Jan 23, 2023 + +* Replace old Java `filesys` class to use Node.js for file system operations + +#### ⚠️ BREAKING CHANGES ⚠️ + +This release drops support for Max versions lower than Max 8. If you need to use 264 Tools with Max 7 or below, please use [v0.17.0](https://github.com/mus264/264-tools/releases/tag/v0.17.0). ### [v0.17.0](https://github.com/mus264/264-tools/releases/tag/v0.17.0) — Sep 9, 2020 * :new: Added `.maxsnip` and `.maxcoll` files for all modules ([#22](https://github.com/mus264/264-tools/pull/22)) diff --git a/package-info.json b/package-info.json index 869bb62..286d681 100644 --- a/package-info.json +++ b/package-info.json @@ -21,7 +21,7 @@ }, "tags": [], - "version": "0.17.0", + "version": "0.18.0", "website": "https://github.com/mus264/264-tools/", "filelist": { "externals": ["karma~.mxe", "karma~.mxe64", "karma~.mxo", "munger~.mxe", "munger~.mxe64", "munger~.mxo", "sigmund~.mxe", "sigmund~.mxe64", "sigmund~.mxo"],