Skip to content
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

Increment crate versions in prep for release #442

Merged
merged 6 commits into from
Aug 22, 2024

Conversation

Dekkonot
Copy link
Member

Notably, this does not involve updating the reflection database like it normally does. This is because a recent change (see #439) caused Roblox to start serializing an Int32 attribute by default on Lighting, which we don't want to write as a default. Since our patching mechanism doesn't let us patch inherited properties right now, we can't patch the default value for Lighting.Attributes and instead would have to patch it for Instance.Attributes.

While we need to fix that in the future, I don't think it's a huge deal right now to just not update the database in favor of getting a patch out soon(tm).

@Dekkonot Dekkonot merged commit c7fbf50 into rojo-rbx:master Aug 22, 2024
2 checks passed
@Dekkonot Dekkonot deleted the new-release branch August 22, 2024 16:24
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