Skip to content

Commit 7ef07de

Browse files
committed
Bump version to 0.6.0
1 parent 8bf7830 commit 7ef07de

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
2-
## [Unreleased](https://github.com/gilzoide/lua-gdextension/compare/0.5.0...HEAD)
2+
## [Unreleased](https://github.com/gilzoide/lua-gdextension/compare/0.6.0...HEAD)
3+
4+
5+
## [0.6.0](https://github.com/gilzoide/lua-gdextension/releases/tag/0.6.0)
36
### Added
47
- Support for constructing typed arrays in Lua using the idiom `Array[some_type]()`
58
- Support for constructing typed dictionaries in Lua using the idiom `Dictionary[key_type][value_type]()`

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lua GDExtension
2-
[![Godot Asset Library page](https://img.shields.io/static/v1?logo=godotengine&label=asset%20library%20%28Lua%205.4%29&color=478CBF&message=0.5.0)](https://godotengine.org/asset-library/asset/2330)
3-
[![Godot Asset Library page](https://img.shields.io/static/v1?logo=godotengine&label=asset%20library%20%28LuaJIT%29&color=478CBF&message=0.5.0)](https://godotengine.org/asset-library/asset/2330)
2+
[![Godot Asset Library page](https://img.shields.io/static/v1?logo=godotengine&label=asset%20library%20%28Lua%205.4%29&color=478CBF&message=0.6.0)](https://godotengine.org/asset-library/asset/2330)
3+
[![Godot Asset Library page](https://img.shields.io/static/v1?logo=godotengine&label=asset%20library%20%28LuaJIT%29&color=478CBF&message=0.6.0)](https://godotengine.org/asset-library/asset/2330)
44
[![Build and Test workflow](https://github.com/gilzoide/lua-gdextension/actions/workflows/build.yml/badge.svg)](https://github.com/gilzoide/lua-gdextension/actions/workflows/build.yml)
55

66
<img src="addons/lua-gdextension/icon.png" alt="Lua GDExtension icon" width="150" height="150"/>

addons/lua-gdextension/plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="Lua GDExtension"
44
description="Tools for Lua GDExtension: REPL tab"
55
author="gilzoide"
6-
version="0.5.0"
6+
version="0.6.0"
77
script="plugin.gd"

0 commit comments

Comments
 (0)