Skip to content

Commit e3f0c0c

Browse files
committed
Bump version to 0.2.0
1 parent 418f1e9 commit e3f0c0c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22
## [Unreleased]
3+
4+
5+
## [0.2.0]
36
### Added
47
- `Array.join` method, similar to `PoolStringArray.join`
58
- Project Settings for setting up `package.path` and `package.cpath`
@@ -49,6 +52,7 @@
4952
- API documentation
5053

5154

52-
[Unreleased]: https://github.com/gilzoide/godot-lua-pluginscript/compare/0.1.0...HEAD
55+
[Unreleased]: https://github.com/gilzoide/godot-lua-pluginscript/compare/0.2.0...HEAD
56+
[0.2.0]: https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/0.2.0
5357
[0.1.0]: https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/0.1.0
5458
[r1]: https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/r1

src/late_globals.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ GD = {
4848
PropertyHint = PropertyHint,
4949
--- `Enumerations.PropertyUsage`
5050
PropertyUsage = PropertyUsage,
51-
--- Project version: 0.1.0
52-
_VERSION = '0.1.0',
51+
--- Project version: 0.2.0
52+
_VERSION = '0.2.0',
5353
}
5454

5555
local global_constants = api.godot_get_global_constants()

0 commit comments

Comments
 (0)