Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed May 18, 2023
1 parent fb5ad2d commit b4fb1ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
}
Expand Down

0 comments on commit b4fb1ef

Please sign in to comment.