Skip to content

Commit dce8758

Browse files
author
semantic-release
committed
0.1.0
Automatically generated by python-semantic-release
1 parent bdf488b commit dce8758

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# CHANGELOG
22

33

4+
## v0.1.0 (2025-06-17)
5+
6+
### Features
7+
8+
- Replaces print with logging ([#136](https://github.com/EleutherAI/delphi/pull/136),
9+
[`431d654`](https://github.com/EleutherAI/delphi/commit/431d6546c3a3a4ede107d5d4ebe0ffd75e5c923b))
10+
11+
* feat: replaces print with logging
12+
13+
* Change some infos to warnings in constructor
14+
15+
* [pre-commit.ci] auto fixes from pre-commit.com hooks
16+
17+
for more information, see https://pre-commit.ci
18+
19+
---------
20+
21+
Co-authored-by: Goncalo Paulo <[email protected]>
22+
23+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
24+
25+
426
## v0.0.2 (2025-06-02)
527

628
### Bug Fixes

delphi/__init__.py

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

33
import logging
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "eai-delphi"
7-
version = "0.0.2"
7+
version = "0.1.0"
88
description = "Automated Interpretability"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)