Skip to content

Commit 2fae96c

Browse files
author
semantic-release
committed
6.16.1
Automatically generated by python-semantic-release
1 parent 61638d2 commit 2fae96c

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.16.1 (2025-10-16)
4+
5+
### Fix
6+
7+
* fix: pretrained_sae_loader doc file link (#569) ([`61638d2`](https://github.com/jbloomAus/SAELens/commit/61638d269670f9e686bea373d4e3f0f432ed54e3))
8+
39
## v6.16.0 (2025-10-14)
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.16.0"
3+
version = "6.16.1"
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.16.0"
2+
__version__ = "6.16.1"
33

44
import logging
55

0 commit comments

Comments
 (0)