Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gilzoide committed Oct 24, 2021
1 parent 418f1e9 commit e3f0c0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog
## [Unreleased]


## [0.2.0]
### Added
- `Array.join` method, similar to `PoolStringArray.join`
- Project Settings for setting up `package.path` and `package.cpath`
Expand Down Expand Up @@ -49,6 +52,7 @@
- API documentation


[Unreleased]: https://github.com/gilzoide/godot-lua-pluginscript/compare/0.1.0...HEAD
[Unreleased]: https://github.com/gilzoide/godot-lua-pluginscript/compare/0.2.0...HEAD
[0.2.0]: https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/0.2.0
[0.1.0]: https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/0.1.0
[r1]: https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/r1
4 changes: 2 additions & 2 deletions src/late_globals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ GD = {
PropertyHint = PropertyHint,
--- `Enumerations.PropertyUsage`
PropertyUsage = PropertyUsage,
--- Project version: 0.1.0
_VERSION = '0.1.0',
--- Project version: 0.2.0
_VERSION = '0.2.0',
}

local global_constants = api.godot_get_global_constants()
Expand Down

0 comments on commit e3f0c0c

Please sign in to comment.