Skip to content

chore: update SDK version number and replace old logo - #31

Merged
pdeburen merged 1 commit into
developfrom
fix/update-version-number-and-logo
May 20, 2026
Merged

chore: update SDK version number and replace old logo#31
pdeburen merged 1 commit into
developfrom
fix/update-version-number-and-logo

Conversation

@pdeburen

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.2 to 2.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.

@aliaksei-kuchyk aliaksei-kuchyk left a comment

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.

lgtm

@pdeburen
pdeburen merged commit ed03490 into develop May 20, 2026
6 checks passed
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants