Skip to content

Conversation

@S1M0N38
Copy link
Collaborator

@S1M0N38 S1M0N38 commented Jan 12, 2026

🤖 I have created a release beep boop

1.3.2 (2026-01-12)

Bug Fixes

  • lua.endpoint: add nil checks for race condition in next_round endpoint (ce08dcc)
  • lua.endpoints: fix error message for invalid voucher/pack index in buy (4af3d39)

This PR was generated with Release Please. See documentation.

@S1M0N38 S1M0N38 force-pushed the release-please--branches--main branch from 38e39be to 43e120b Compare January 12, 2026 12:08
Copilot AI review requested due to automatic review settings January 12, 2026 12:08
@S1M0N38 S1M0N38 merged commit a2ec53c into main Jan 12, 2026
8 checks passed
@S1M0N38
Copy link
Collaborator Author

S1M0N38 commented Jan 12, 2026

🤖 Created releases:

🌻

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This is an automated release PR generated by Release Please that bumps the version from 1.3.1 to 1.3.2. The release includes two bug fixes related to Lua endpoints: adding nil checks for race conditions in the next_round endpoint and fixing error messages for invalid voucher/pack indices in buy operations.

Changes:

  • Version bumped from 1.3.1 to 1.3.2 across all relevant files
  • Changelog updated with new release entry documenting the two bug fixes

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
src/balatrobot/init.py Updated __version__ string from "1.3.1" to "1.3.2"
pyproject.toml Updated version field from "1.3.1" to "1.3.2"
CHANGELOG.md Added new release section for version 1.3.2 with bug fix entries

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


### Bug Fixes

* **lua.endpoint:** add nil checks for race condition in `next_round` endpoint ([ce08dcc](https://github.com/coder/balatrobot/commit/ce08dcc5a13b102ecd0ac56631791903487f7fea))
Copy link

Copilot AI Jan 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a typo in the changelog entry. "lua.endpoint" should be "lua.endpoints" (plural) to match the pattern used in other entries and the second bug fix entry.

Suggested change
* **lua.endpoint:** add nil checks for race condition in `next_round` endpoint ([ce08dcc](https://github.com/coder/balatrobot/commit/ce08dcc5a13b102ecd0ac56631791903487f7fea))
* **lua.endpoints:** add nil checks for race condition in `next_round` endpoint ([ce08dcc](https://github.com/coder/balatrobot/commit/ce08dcc5a13b102ecd0ac56631791903487f7fea))

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant