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

[Changelog CI] Add Changelog for Version 3.4.4 #2977

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 7, 2025

Version: 3.4.4

  • 32bcfb1: task: version bump
  • 029315d: fix: data types matter folks...

This fixes an issue where we compare floats to 0 (int) but technically floats need to be compared to 0.0. In this case we don't particularly care the about the float itself we just need to figure out if there is an offset worth dealing with. casting to int is just fine.

@github-actions github-actions bot requested a review from a team as a code owner March 7, 2025 20:20
@github-actions github-actions bot requested review from muhtasimhafiz and removed request for a team March 7, 2025 20:20
@marcelfolaron marcelfolaron merged commit 6e3604c into master Mar 7, 2025
1 check passed
@marcelfolaron marcelfolaron deleted the changelog-ci-3.4.4-1741378849 branch March 7, 2025 22:37
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.

1 participant