chore: update SDK version number and replace old logo - #31
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR performs a patch release version bump and updates the Sphinx documentation logo asset.
Changes:
- Bumped package/runtime/docs version references from
2.1.2to2.1.3. - Updated documentation copyright year to 2026.
- Replaced the small SVG logo used by the docs.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
VERSION |
Updates release version marker to 2.1.3. |
pyproject.toml |
Updates Python package metadata version. |
docs/source/conf.py |
Updates Sphinx version/release and copyright metadata. |
docs/source/_static/logo-small.svg |
Replaces the documentation logo SVG asset. |
caplena/version.py |
Updates runtime __version__ value. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
pdeburen
added a commit
that referenced
this pull request
May 22, 2026
* fix(APP-3160): fix update row (#25) * fix(APP-3160): fix update row * fix(APP-3160): update version * feat: add pydantic models for projects endpoint (#26) * feat: add pydantic models * feat: update version * feat: correct version * feat: update docs * fix(app-3632): fix project urls (#27) * fix(app-7951): change default tta cell was_reviewed attribute (#28) * fix(app-8436): add explanation of the `TTACell.was_reviewed` flag (#29) * feat: support inverted filters via ~ operator (#30) * feat: support inverted filters via ~ operator Add filter negation with the unary ~ operator, serializing inverted constraints with ! instead of : to match the API. Escape ! in filter values and document inverted filters in the SDK docs. Co-authored-by: Cursor <cursoragent@cursor.com> * fix: address PR review feedback for inverted filters Tag inverted clauses from both operands in __and__, reset top-level is_inverted after merge, show inversion in __str__, fix RST underline, and add tests for inverted-left AND and cross-filter combinations. Co-authored-by: Cursor <cursoragent@cursor.com> * fix: resolve mypy errors for inverted clause metadata Introduce FilterClause type allowing bool inversion markers alongside filter value lists, and narrow types when merging clause values. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com> * chore: update SDK version number and replace old logo (#31) --------- Co-authored-by: aliaksei-kuchyk <aliaksei.kuchyk@protonmail.com> Co-authored-by: Sebastiaan Huber <mail@sphuber.net> Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.