Skip to content

Commit 91ca16c

Browse files
author
semantic-release
committed
6.18.0
Automatically generated by python-semantic-release
1 parent 8f16fa5 commit 91ca16c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## v6.18.0 (2025-10-22)
4+
5+
### Feature
6+
7+
* feat: add LLMRunnerConfig.from_dict() method (#574) ([`8f16fa5`](https://github.com/jbloomAus/SAELens/commit/8f16fa54c95c2eacc7f3d3e7e77a7d9348f131d3))
8+
39
## v6.17.0 (2025-10-18)
410

511
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sae-lens"
3-
version = "6.17.0"
3+
version = "6.18.0"
44
description = "Training and Analyzing Sparse Autoencoders (SAEs)"
55
authors = ["Joseph Bloom"]
66
readme = "README.md"

sae_lens/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ruff: noqa: E402
2-
__version__ = "6.17.0"
2+
__version__ = "6.18.0"
33

44
import logging
55

0 commit comments

Comments
 (0)