Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [1.14.1] - 2026-04-29
### Changed
- Update Python version limitation to ">=3.10,<3.15" to support Pythong v1.14
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Fix typo and version format in changelog entry.

Line 7 contains two issues:

  1. "Pythong" should be "Python"
  2. "v1.14" should be "3.14" (referring to Python 3.14, not v1.14)
📝 Proposed fix
-- Update Python version limitation to ">=3.10,<3.15" to support Pythong v1.14
+- Update Python version limitation to ">=3.10,<3.15" to support Python 3.14
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- Update Python version limitation to ">=3.10,<3.15" to support Pythong v1.14
- Update Python version limitation to ">=3.10,<3.15" to support Python 3.14
🧰 Tools
🪛 LanguageTool

[grammar] ~7-~7: Ensure spelling is correct
Context: ...limitation to ">=3.10,<3.15" to support Pythong v1.14 ## [1.14.0] - 2026-04-27 ### Cha...

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)


[grammar] ~7-~7: Ensure spelling is correct
Context: ... ">=3.10,<3.15" to support Pythong v1.14 ## [1.14.0] - 2026-04-27 ### Changed - Upda...

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@CHANGELOG.md` at line 7, Fix the typo and version wording in the changelog
line: replace "Pythong" with "Python" and change "v1.14" to "3.14" so the line
reads that the Python version limitation was updated to ">=3.10,<3.15" to
support Python 3.14; update the text containing the original phrase "- Update
Python version limitation to ">=3.10,<3.15" to support Pythong v1.14"
accordingly.


## [1.14.0] - 2026-04-27
### Changed
- Updated all compiled protos for compatibility with Injective core v1.19.0 and Indexer v1.19.0
Expand Down
Loading
Loading