-
Notifications
You must be signed in to change notification settings - Fork 4
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
Bump version 0.2.2 #85
Conversation
WalkthroughThis pull request involves version updates in the Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (2)
README.md (2)
50-50
: Fix markdown heading formatting.Remove the trailing colon to comply with markdown heading guidelines.
-#### Coming soon | Under development: +#### Coming soon | Under development🧰 Tools
🪛 Markdownlint (0.37.0)
50-50: Punctuation: ':'
Trailing punctuation in heading(MD026, no-trailing-punctuation)
98-103
: Fix package description formatting.The package descriptions contain unnecessary colons and inconsistent spacing.
-`packages/kos/`: Core package implementing all cryptocurrency wallet operations, including cryptographic functions, +`packages/kos` - Core package implementing all cryptocurrency wallet operations, including cryptographic functions, -`packages/kos-web/`: Package responsible for exporting kos functionality to JavaScript bindings, providing methods +`packages/kos-web` - Package responsible for exporting kos functionality to JavaScript bindings, providing methods -`packages/kos-mobile/`: Package responsible for exporting kos functionality to mobile platforms, providing bindings +`packages/kos-mobile` - Package responsible for exporting kos functionality to mobile platforms, providing bindings🧰 Tools
🪛 LanguageTool
[uncategorized] ~98-~98: Loose punctuation mark.
Context: ...# Packages (Monorepo) -packages/kos/
: Core package implementing all cryptocur...(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~100-~100: Loose punctuation mark.
Context: ...r each blockchain. -packages/kos-web/
: Package responsible for exporting kos ...(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~102-~102: Loose punctuation mark.
Context: ...mplementations. -packages/kos-mobile/
: Package responsible for exporting kos f...(UNLIKELY_OPENING_PUNCTUATION)
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
Cargo.lock
is excluded by!**/*.lock
📒 Files selected for processing (2)
Cargo.toml
(2 hunks)README.md
(3 hunks)
🧰 Additional context used
🪛 Markdownlint (0.37.0)
README.md
50-50: Punctuation: ':'
Trailing punctuation in heading
(MD026, no-trailing-punctuation)
🪛 LanguageTool
README.md
[uncategorized] ~98-~98: Loose punctuation mark.
Context: ...# Packages (Monorepo) - packages/kos/
: Core package implementing all cryptocur...
(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~100-~100: Loose punctuation mark.
Context: ...r each blockchain. - packages/kos-web/
: Package responsible for exporting kos ...
(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~102-~102: Loose punctuation mark.
Context: ...mplementations. - packages/kos-mobile/
: Package responsible for exporting kos f...
(UNLIKELY_OPENING_PUNCTUATION)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: format
🔇 Additional comments (4)
Cargo.toml (2)
18-18
: LGTM! Version bump is consistent.The version update from 0.2.0 to 0.2.2 is consistently applied across both the workspace package version and the kos dependency.
Also applies to: 53-53
Line range hint
41-41
: Verify reqwest version compatibility.The reqwest version 0.12 seems to be beyond the latest known stable release.
Run this script to verify the version:
README.md (2)
3-5
: LGTM! Introduction text formatting improved.The introduction text has been split into multiple lines for better readability while maintaining the same meaning.
24-48
: LGTM! Comprehensive list of supported networks.The list of supported blockchain networks has been significantly expanded with clear naming conventions.
Summary by CodeRabbit
Release Notes v0.2.2
New Features
Documentation
Chores