Skip to content

Commit f8dcc67

Browse files
committed
Release 0.21
Refs #717, #728
1 parent 4c153ce commit f8dcc67

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
(v0_21)=
4+
## 0.21 (2025-01-31)
5+
6+
- New model: `o3-mini`. [#728](https://github.com/simonw/llm/issues/728)
7+
- The `o3-mini` and `o1` models now support a `reasoning_effort` option which can be set to `low`, `medium` or `high`.
8+
- `llm prompt` and `llm logs` now have a `--xl/--extract-last` option for extracting the last fenced code block in the response - a complement to the existing `--x/--extract` option. [#717](https://github.com/simonw/llm/issues/717)
9+
310
(v0_20)=
411
## 0.20 (2025-01-22)
512

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
import os
33

4-
VERSION = "0.20"
4+
VERSION = "0.21"
55

66

77
def get_long_description():

0 commit comments

Comments
 (0)