Skip to content

Commit d5f9071

Browse files
MischaPanchMichael Panchenko
authored andcommitted
Bump version
1 parent 4d9cd31 commit d5f9071

5 files changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
# Latest
2-
1+
# latest
32
Status of the `main` branch. Changes prior to the next official version change will appear here.
43

4+
# 0.1.4
5+
6+
## Summary
7+
8+
This likely is the last release before the stable version 1.0.0 which will come together with the jetbrains IDE extension.
9+
We release it for users who install Serena from a tag, since the last tag cannot be installed due to a breaking change in the mcp dependency (see #381).
10+
11+
Since the last release, several new languages were supported, and the Serena CLI and configurability were significantly extended.
12+
We thank all external contributors who made a lot of the improvements possible!
13+
514
* General:
615
* **Initial instructions no longer need to be loaded by the user**
716
* Significantly extended CLI

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 = "0.1.3"
7+
version = "0.1.4"
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__ = "0.1.3"
1+
__version__ = "0.1.4"
22

33
import logging
44

src/serena/tools/file_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def apply(
179179
the form "beginning.*?end-of-text-to-be-replaced".
180180
Always try to use wildcards to avoid specifying the exact content of the code to be replaced,
181181
especially if it spans several lines.
182-
182+
183183
IMPORTANT: REMEMBER TO USE WILDCARDS WHEN APPROPRIATE! I WILL BE VERY UNHAPPY IF YOU WRITE LONG REGEXES WITHOUT USING WILDCARDS INSTEAD!
184184
185185
:param relative_path: the relative path to the file

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)