From b4fb1efa89ed891c8c9be37d1c2e017cea50c04a Mon Sep 17 00:00:00 2001 From: sebthom Date: Thu, 18 May 2023 18:38:24 +0200 Subject: [PATCH] v0.2.0 --- CHANGELOG.md | 9 ++++++++- haxelib.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2228096..952bc0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,19 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.2.0] - 2023-05-18 + +### Added +- method `OS#globMatch()` +- method `Path#fnMatch()` + ### Changed - improved LuaTable/LuaMap/LuaArray types diff --git a/haxelib.json b/haxelib.json index 5453d58..d9fa379 100644 --- a/haxelib.json +++ b/haxelib.json @@ -12,7 +12,7 @@ "description": "Externs for the Clink API (https://chrisant996.github.io/clink/clink.html#extending-clink-with-lua) to implement Windows command completions.", "contributors": ["vegardit"], "releasenote": "See https://github.com/vegardit/haxe-clink-externs/blob/main/CHANGELOG.md", - "version": "0.1.0", + "version": "0.2.0", "dependencies": { "no-spoon": "" }