Skip to content

Commit ad7cf51

Browse files
committed
Release v1.3.0
1 parent ef94f5c commit ad7cf51

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Status of the `main` branch. Changes prior to the next official version change will appear here.
44

5+
# v1.3.0 (2026-05-11)
6+
57
* General:
68
- Breaking change in mode definitions: Projects (project.yml) can no longer override `base_modes`.
79
Instead, they can define `added_modes` to add modes on top of base and default modes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["hatchling"]
44

55
[project]
66
name = "serena-agent"
7-
version = "1.2.0"
7+
version = "1.3.0"
88
description = "A powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent"
99
authors = [{ name = "Oraios AI", email = "info@oraios-ai.de" }]
1010
readme = "README.md"

src/serena/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.2.0"
1+
__version__ = "1.3.0"
22

33
import logging
44

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)