Skip to content

Commit 7092674

Browse files
committed
Release v5.32.0
1 parent 30cd111 commit 7092674

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ CHANGELOG
66
.. This is included by docs/developer/changelog.rst
77
88
9+
Version v5.32.0
10+
---------------
11+
12+
This release had significant dependency updates including moving to Ubuntu 24, Python3.12,
13+
and using uv instead of pip for dependency management.
14+
There were also some minor improvements to ad styling for a new ad type.
15+
16+
:Date: December 18, 2025
17+
18+
* @davidfischer: Add ad styles from client (#1110)
19+
* @davidfischer: Pass headline/CTA to ad render (#1109)
20+
* @davidfischer: Tweak to how dev dependencies are declared (#1106)
21+
* @davidfischer: Handle no permission with ip2proxy (#1105)
22+
* @ericholscher: Wrap staff advertisers nav in a details block (#1104)
23+
* @github-actions[bot]: Dependencies: all packages updated via uv lock (#1103)
24+
* @Copilot: Upgrade to Ubuntu 24.04 LTS and Python 3.12 with modern uv dependency management (#1100)
25+
* @dependabot[bot]: Bump starlette from 0.47.2 to 0.49.1 in /requirements (#1092)
26+
* @ericholscher: Add CSV importer (#1077)
27+
* @github-actions[bot]: Dependencies: all packages updated via pip-tools (#1074)
28+
29+
930
Version v5.31.0
1031
---------------
1132

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethical-ad-server",
3-
"version": "5.31.0",
3+
"version": "5.32.0",
44
"description": "",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)