Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34
[CHORE] sync dev with master after v1.13.1#409
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
629d62e162ad4079d4a0a203f16fab53c2cc1d70c190f8b8898260f71552badf6220b19569c6ca329fe5File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,6 +1,6 @@ | ||||||
| [tool.poetry] | ||||||
| name = "injective-py" | ||||||
| version = "1.13.0-rc1" | ||||||
| version = "1.14.0-rc1" | ||||||
CopilotAI | ||||||
| version = "1.14.0-rc1" | |
| version = "1.14.0rc1" |
CopilotAIMar 3, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version in pyproject.toml (1.14.0-rc1) doesn’t match the new CHANGELOG header (1.14.0). If this is an RC, consider keeping the CHANGELOG section version consistent (or use an unreleased section until the final 1.14.0 cut).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace the non-standard placeholder date.
The placeholder date "9999-99-99" is unconventional and could cause confusion. Standard changelog conventions recommend using "Unreleased" or "TBD" for versions in development.
📝 Suggested alternatives
Option 1 (recommended): Use "Unreleased" following keepachangelog.com convention
Option 2: Use "TBD" placeholder
📝 Committable suggestion
🤖 Prompt for AI Agents