Skip to content

Commit 870e618

Browse files
committed
Release v1.1.0
1 parent f974abc commit 870e618

3 files changed

Lines changed: 4 additions & 2 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+
# 1.1.0
6+
57
* General:
68
- Add `serena init` and `serena setup` commands
79
- **Major**: Add commands for hooks and documentation of recommended setup. Consider setting up the [recommended hooks](https://oraios.github.io/serena/02-usage/030_clients.html) !

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.0.0"
7+
version = "1.1.0"
88
description = ""
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.0.0"
1+
__version__ = "1.1.0"
22

33
import logging
44

0 commit comments

Comments
 (0)