Skip to content

Commit

Permalink
Update changelog and pubspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzybinary committed Oct 31, 2024
1 parent 1a781f8 commit c322d4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assets/src/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
dev_dependencies:
lints: ^2.0.0
build_runner: ^2.3.3
godot_dart_build: ^0.3.1
godot_dart_build: ^0.4.0
4 changes: 4 additions & 0 deletions src/dart/godot_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.2

- Fix a crash when using the indexed getter on `Array`

## 0.6.1

- Fix `Variant.cast` to correctly return null in cases where the Variant is null.
Expand Down
2 changes: 1 addition & 1 deletion src/dart/godot_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: godot_dart
description: Dart bindings for the Godot game engine
repository: https://github.com/fuzzybinary/godot_dart
version: 0.6.1
version: 0.6.2

environment:
sdk: '>=3.2.0 <4.0.0'
Expand Down

0 comments on commit c322d4e

Please sign in to comment.