Skip to content

Commit 003524e

Browse files
committed
Bump version to 0.5.2
1 parent 6308dc2 commit 003524e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
2-
## [Unreleased](https://github.com/gilzoide/godot-lua-pluginscript/compare/0.5.1...HEAD)
2+
## [Unreleased](https://github.com/gilzoide/godot-lua-pluginscript/compare/0.5.2...HEAD)
3+
4+
5+
## [0.5.2](https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/0.5.2)
36
### Fixed
47

58
- Fixed `undefined symbol: lua_*` when requiring Lua/C modules in POSIX systems

Diff for: plugin/plugin.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="Lua PluginScript"
44
description="Tools for Lua PluginScript: REPL tab and export plugin for minifying scripts"
55
author="gilzoide"
6-
version="0.5.1"
6+
version="0.5.2"
77
script="plugin.gd"

Diff for: 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.5.1
52-
_VERSION = '0.5.1',
51+
--- Project version: 0.5.2
52+
_VERSION = '0.5.2',
5353
}
5454

5555
local global_constants = api.godot_get_global_constants()

0 commit comments

Comments
 (0)