Skip to content

Commit ec14278

Browse files
bump: version 0.21.3 → 0.21.4
1 parent cc1d4ed commit ec14278

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.21.4 (2025-12-19)
2+
3+
### Fix
4+
5+
- add validator to polygon upload
6+
17
## 0.21.3 (2025-12-19)
28

39
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rbx.cp"
3-
version = "0.21.3"
3+
version = "0.21.4"
44
description = ""
55
packages = [
66
{include = "rbx"}

rbx/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.21.3'
1+
__version__ = '0.21.4'

rbx/resources/presets/default/preset.rbx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# yaml-language-server: $schema=https://rsalesc.github.io/rbx/schemas/Preset.json
33
name: "default"
4-
min_version: "0.21.3"
4+
min_version: "0.21.4"
55
uri: "rsalesc/rbx/rbx/resources/presets/default"
66
problem: "problem"
77
contest: "contest"

0 commit comments

Comments
 (0)