Skip to content

Commit af72f8e

Browse files
author
semantic-release
committed
0.0.1
Automatically generated by python-semantic-release
1 parent aff973d commit af72f8e

File tree

3 files changed

+12
-17
lines changed

3 files changed

+12
-17
lines changed

CHANGELOG.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,33 @@
11
# CHANGELOG
22

33

4-
## v0.0.2 (2025-06-02)
5-
6-
### Bug Fixes
7-
8-
- Initial release
9-
([`6efa228`](https://github.com/EleutherAI/delphi/commit/6efa228c8d9c0fddc6cb21760c1adb1d51ffdc77))
10-
11-
12-
## v0.0.1 (2025-04-21)
4+
## v0.0.1 (2025-06-03)
135

146
### Bug Fixes
157

168
- Add missing libraries
17-
([`d6f7c72`](https://github.com/EleutherAI/delphi/commit/d6f7c72c0b9dd4fd12dc78aa75fd77d146b0199b))
9+
([`d6f7c72`](https://github.com/anthonyduong9/delphi/commit/d6f7c72c0b9dd4fd12dc78aa75fd77d146b0199b))
1810

1911
- Add missing libraries
20-
([`853d8ca`](https://github.com/EleutherAI/delphi/commit/853d8ca93256b8bda1395bab08199de45eb63926))
12+
([`853d8ca`](https://github.com/anthonyduong9/delphi/commit/853d8ca93256b8bda1395bab08199de45eb63926))
13+
14+
- Initial release
15+
([`6efa228`](https://github.com/anthonyduong9/delphi/commit/6efa228c8d9c0fddc6cb21760c1adb1d51ffdc77))
2116

2217
- Scope issue with sae causing it to not be loaded properly
23-
([`94f40cc`](https://github.com/EleutherAI/delphi/commit/94f40cc8def426baa9be682e22c96d4c31a8b5ed))
18+
([`94f40cc`](https://github.com/anthonyduong9/delphi/commit/94f40cc8def426baa9be682e22c96d4c31a8b5ed))
2419

2520
- Scope issue with sae causing it to not be loaded properly
26-
([`23caed7`](https://github.com/EleutherAI/delphi/commit/23caed746e0536da5a0739b6f0cdf12c678be467))
21+
([`23caed7`](https://github.com/anthonyduong9/delphi/commit/23caed746e0536da5a0739b6f0cdf12c678be467))
2722

2823
### Documentation
2924

3025
- Update README.md
31-
([`4385b0b`](https://github.com/EleutherAI/delphi/commit/4385b0b3a9ee99fdbf5713a3f990ab5721b12d1e))
26+
([`4385b0b`](https://github.com/anthonyduong9/delphi/commit/4385b0b3a9ee99fdbf5713a3f990ab5721b12d1e))
3227

3328
acessed -> accessed
3429

3530
- Update README.md
36-
([`31b6896`](https://github.com/EleutherAI/delphi/commit/31b6896ae412903ab797da429f8c834a26a8dfed))
31+
([`31b6896`](https://github.com/anthonyduong9/delphi/commit/31b6896ae412903ab797da429f8c834a26a8dfed))
3732

3833
acessed -> accessed

delphi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.2"
1+
__version__ = "0.0.1"

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.0.1"
88
description = "Automated Interpretability"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)