Skip to content

Commit 064971d

Browse files
committed
prepare 25.6.0
1 parent 97cc559 commit 064971d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Change Log
22

3+
# [25.6.0] - 2025-10-30
4+
- bump dependencies
5+
- `celery` to 5.5.3
6+
- `kombu` to 5.5.4
7+
- improve error handling in celery task-result backend
8+
- use logging config in celery worker
9+
- improve code docs (README.md et al.)
10+
- add cardsearch feeds (rss and atom)
11+
- /trove/index-card-search/rss.xml
12+
- /trove/index-card-search/atom.xml
13+
- fix: render >1 result in streamed index-value-search (csv, tsv, json)
14+
- when browsing trove api in browser, wrap non-browser-friendly mediatypes in html (unless `withFileName`, which requests download)
15+
- better trove.render test coverage
16+
- code cleanliness
17+
- de-collide "simple" names
18+
- SimpleRendering => EntireRendering
19+
- SimpleTrovesearchRenderer => TrovesearchCardOnlyRenderer
20+
- consolidate more shared logic into trove.util
21+
- more accurate type annotations
22+
323
# [25.5.0] - 2025-07-15
424
- use python 3.13
525
- use `poetry` to manage dependencies

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "shtrove"
3-
version = "25.5.0"
3+
version = "25.6.0"
44
description = ""
55
authors = [
66
{name = "CenterForOpenScience", email = "[email protected]"}

0 commit comments

Comments
 (0)