Skip to content

chore: release v0.9.0-alpha.2 #188

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 223 commits into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 5, 2025

🤖 New release

  • bevy_mod_scripting_core: 0.9.0-alpha.1 -> 0.9.0-alpha.2 (✓ API compatible changes)
  • bevy_mod_scripting_lua: 0.9.0-alpha.1 -> 0.9.0-alpha.2
  • bevy_mod_scripting_functions: 0.9.0-alpha.1 -> 0.9.0-alpha.2
  • bevy_mod_scripting_rhai: 0.9.0-alpha.1 -> 0.9.0-alpha.2
  • bevy_mod_scripting_rune: 0.9.0-alpha.1 -> 0.9.0-alpha.2
  • bevy_mod_scripting: 0.9.0-alpha.1 -> 0.9.0-alpha.2 (✓ API compatible changes)
Changelog

bevy_mod_scripting_core

0.9.0-alpha.2 - 2025-01-05

Fixed

  • fix test and small refactor

Other

  • Merge remote-tracking branch 'origin' into staging
  • improve xtasks and start integrating with ci
  • make display without world more sensible
  • further clean up
  • remove preludes, remove more crates
  • remove unused dependencies
  • fmt
  • more clippy
  • clippy fixes
  • clippy fixes
  • cleanup some imports
  • change query signature slightly
  • add on load and unload hooks
  • improve logs and things
  • finally
  • keep working on docs and fixing bugs
  • make the generics more tenable, and update docs
  • start cleaning up examples, use ScriptValue as argument for all things
  • add more conversions
  • change handle to weak so unloading strong handle is enough to delete script, and update docs
  • add error conversions for rhai

bevy_mod_scripting_lua

0.8.0-alpha.2 - 2024-12-03

Fixed

  • bug when compiling without teal feature (#148)

Other

  • Luau support attempt (#154)
  • Fix failing doctest (#146)

bevy_mod_scripting_functions

0.9.0-alpha.2 - 2025-01-05

Fixed

  • fix readme
  • fix lifetime issue, allow refs

Other

bevy_mod_scripting_rhai

0.8.0-alpha.2 - 2024-12-03

Other

  • update Cargo.toml dependencies

bevy_mod_scripting_rune

0.8.0-alpha.2 - 2024-12-03

Other

  • update Cargo.toml dependencies

bevy_mod_scripting

0.9.0-alpha.2 - 2025-01-05

Fixed

  • fix test and small refactor
  • fix readme
  • fix lifetime issue, allow refs

Other

  • Merge remote-tracking branch 'origin' into staging
  • improve xtasks and start integrating with ci
  • make display without world more sensible
  • further clean up
  • remove preludes, remove more crates
  • remove unused dependencies
  • fmt
  • more clippy
  • clippy fixes
  • clippy fixes
  • cleanup some imports
  • change query signature slightly
  • add on load and unload hooks
  • improve logs and things
  • finally
  • keep working on docs and fixing bugs
  • make the generics more tenable, and update docs
  • start cleaning up examples, use ScriptValue as argument for all things
  • add more conversions
  • change handle to weak so unloading strong handle is enough to delete script, and update docs
  • add error conversions for rhai
  • remove trailing whitespace
  • clippy fixes
  • allow optionally disabling bindings
  • pin smol str, begin rhai work
  • it doens't exist
  • enable bevy input in functions for smol_str
  • enable more flags in bevy functions
  • make iteration work
  • just lookup length for iteration for now
  • allow passing more arguments than needed
  • implement iterators, and add function passing
  • make overloading work for subtraction
  • (codegen) update bevy bindings (chore(codegen): update bevy bindings #181)
  • add script function registry and update registrations
  • implement the rest of reflect reference functions
  • remove need for world jerry-rig, use static reference
  • get static calls working
  • get bindings compiling, add more impls
  • (codegen) update bevy bindings (chore(codegen): update bevy bindings #180)
  • (codegen) update bevy bindings (chore(codegen): update bevy bindings #179)
  • (codegen) update bevy bindings (chore(codegen): update bevy bindings #178)
  • select new pre-release version
  • clean up versions from last pre-release
  • (codegen) update bevy bindings (chore(codegen): update bevy bindings #177)
  • imports
  • (codegen) update bevy bindings (chore(codegen): update bevy bindings #176)
  • (codegen) update bevy bindings (chore(codegen): update bevy bindings #175)
  • change imports
  • move bindings under different module
  • (codegen) update bevy bindings (chore(codegen): update bevy bindings #174)
  • (codegen) update bevy bindings (chore(codegen): update bevy bindings #173)
  • (codegen) update bevy bindings (chore(codegen): update bevy bindings #172)
  • (codegen) update bevy bindings (chore(codegen): update bevy bindings #171)
  • (codegen) update bevy bindings (chore(codegen): update bevy bindings #170)
  • properly register the top level types too
  • work out function type dependency registration basics
  • WIP
  • re-enable list applies
  • handle errors properly
  • initial from_script_ref
  • shift to bakery paradigm
  • remove older stuff
  • change core functions to script functions
  • refactor accesses slightly
  • Big things coming
  • WIP
  • move script value things into another module
  • refactor a bit
  • add support for list
  • refactor errors considerably
  • dynamic get and set calls
  • Implement ScriptValue things
  • DYNAMIC CALLS WOOOOOOO


This PR was generated with release-plz.

makspll and others added 30 commits November 9, 2024 15:34
* bump bevy to 0.15.0-rc.2

* migrate asset loaders

* Upgrade reflection API's

* bump codegen & codegen new files

* Fix errors + regen

* pin git again

* fix more errors

* bump macro tests

* clippy fixes to bevy api gen

* more bevy api gen clippy fixes

* Update game of life examples

* fix clippy

* fix more clippy

* fix more clippy

* bump versions to alpha
* bump release candidate

* bump release candidate

* optimize ci matrix

* don't run many checks on same branch

* add missing example link

* fix missing commas

* fix missing dolah
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* bump bevy console

* bump rest of bevy

* remove bevy_gltf
* try add support for luau

* add luau feature to ci
@github-actions github-actions bot force-pushed the release-plz-2025-01-05T16-57-54Z branch from 3c9e162 to 3719c0d Compare January 5, 2025 17:00
@github-actions github-actions bot force-pushed the release-plz-2025-01-05T16-57-54Z branch from 3719c0d to 6f229f1 Compare January 5, 2025 18:29
@github-actions github-actions bot force-pushed the release-plz-2025-01-05T16-57-54Z branch from 6f229f1 to fdd0c4a Compare January 5, 2025 18:34
@github-actions github-actions bot force-pushed the release-plz-2025-01-05T16-57-54Z branch from fdd0c4a to fc0c322 Compare January 5, 2025 18:37
@github-actions github-actions bot force-pushed the release-plz-2025-01-05T16-57-54Z branch from fc0c322 to 9c6c273 Compare January 5, 2025 18:41
@github-actions github-actions bot force-pushed the release-plz-2025-01-05T16-57-54Z branch from 9c6c273 to 17a5784 Compare January 5, 2025 19:14
@github-actions github-actions bot force-pushed the release-plz-2025-01-05T16-57-54Z branch from 17a5784 to d25298f Compare January 5, 2025 19:25
@github-actions github-actions bot force-pushed the release-plz-2025-01-05T16-57-54Z branch from d25298f to d7d90b3 Compare January 5, 2025 19:48
@github-actions github-actions bot force-pushed the release-plz-2025-01-05T16-57-54Z branch from d7d90b3 to 73e941a Compare January 5, 2025 20:10
@github-actions github-actions bot force-pushed the release-plz-2025-01-05T16-57-54Z branch from 73e941a to d3d5573 Compare January 5, 2025 20:49
@github-actions github-actions bot force-pushed the release-plz-2025-01-05T16-57-54Z branch from d3d5573 to 07d67cb Compare January 5, 2025 21:59
@github-actions github-actions bot closed this Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants