Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gilzoide committed Nov 1, 2021
1 parent 1a66f35 commit 916814b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
## [Unreleased]


## [0.3.0]
### Added
- `EditorExportPlugin` for minifying Lua scripts with `LuaSrcDiet` on
release exports. Minification may be turned off with the
Expand Down Expand Up @@ -67,7 +70,8 @@
- API documentation


[Unreleased]: https://github.com/gilzoide/godot-lua-pluginscript/compare/0.2.0...HEAD
[Unreleased]: https://github.com/gilzoide/godot-lua-pluginscript/compare/0.3.0...HEAD
[0.3.0]: https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/0.3.0
[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 plugin/plugin.cfg
@@ -1,7 +1,7 @@
[plugin]

name="Lua PluginScript"
description="Tools for Lua PluginScript: REPL tab"
description="Tools for Lua PluginScript: REPL tab and export plugin for minifying scripts"
author="gilzoide"
version="0.1.0"
version="0.3.0"
script="plugin.gd"
4 changes: 2 additions & 2 deletions src/late_globals.lua
Expand Up @@ -48,8 +48,8 @@ GD = {
PropertyHint = PropertyHint,
--- `Enumerations.PropertyUsage`
PropertyUsage = PropertyUsage,
--- Project version: 0.2.0
_VERSION = '0.2.0',
--- Project version: 0.3.0
_VERSION = '0.3.0',
}

local global_constants = api.godot_get_global_constants()
Expand Down

0 comments on commit 916814b

Please sign in to comment.