Skip to content

Commit 1e6345c

Browse files
committed
Release v1.1.2
1 parent 48ce591 commit 1e6345c

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.1.2 (2026-04-14)
6+
57
* General:
68
- Support environment variable `SERENA_USAGE_REPORTING` (set to `false` to disable usage reporting)
79
- Extended the list of always ignored directories (by language servers) with common cases.

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.1.1"
7+
version = "1.1.2"
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.1.1"
1+
__version__ = "1.1.2"
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)