-
Notifications
You must be signed in to change notification settings - Fork 33
[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
Changes from all commits
629d62e
162ad40
79d4a0a
203f16f
ab53c2c
c1d70c1
90f8b88
98260f7
1552bad
f6220b1
9569c6c
a329fe5
File filter
Filter by extension
Conversations
Jump to
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.
| 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" | ||||||
|
||||||
| version = "1.14.0-rc1" | |
| version = "1.14.0rc1" |
Copilot
AI
Mar 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