diff --git a/CHANGELOG.md b/CHANGELOG.md index 90e19072..18fda6f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.8.3 + +- re-add ghost collision but disabled by default +- fix world boundary shape distance + ## v0.8.2 * Update README.md with limitations by @Ughuuu in https://github.com/appsinacup/godot-rapier-physics/pull/229 diff --git a/bin2d/addons/godot-rapier2d/plugin.cfg b/bin2d/addons/godot-rapier2d/plugin.cfg index 2ef170bd..d795dc51 100644 --- a/bin2d/addons/godot-rapier2d/plugin.cfg +++ b/bin2d/addons/godot-rapier2d/plugin.cfg @@ -3,6 +3,6 @@ name="Godot Rapier 2D" description="A 2D and 3D drop-in replacement for the Godot engine that adds stability and fluids." author="appsinacup" -version="0.8.2" +version="0.8.3" script="plugin.gd" flavour="" diff --git a/bin3d/addons/godot-rapier3d/plugin.cfg b/bin3d/addons/godot-rapier3d/plugin.cfg index 167b9b0a..ca3a9d8c 100644 --- a/bin3d/addons/godot-rapier3d/plugin.cfg +++ b/bin3d/addons/godot-rapier3d/plugin.cfg @@ -3,6 +3,6 @@ name="Godot Rapier 3D" description="A 2D and 3D drop-in replacement for the Godot engine that adds stability and fluids." author="appsinacup" -version="0.8.2" +version="0.8.3" script="plugin.gd" -flavour="" \ No newline at end of file +flavour=""