Skip to content

Commit 76c685d

Browse files
committed
release: v12.3.0
1 parent 921dbad commit 76c685d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
Changes
1010
=======
1111

12+
Version v12.3.0 (released 2026-02-17)
13+
14+
- feat(timeline): file upload for comments
15+
- feat(timeline): deep link for replies
16+
- feat(timeline): make messages collapsible
17+
- fix(comment-editor): disable comment button when message is empty
18+
- fix(timeline): defer dataset extraction
19+
1220
version v12.2.1 (released 2026-02-17)
1321

1422
- fix(events): add back support for #commentevent anchor

invenio_requests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
current_requests_service,
2222
)
2323

24-
__version__ = "12.2.1"
24+
__version__ = "12.3.0"
2525

2626
__all__ = (
2727
"__version__",

run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fi
5454

5555
# not related to the work at hand and different from other repos so commenting for now
5656
# black --check --diff invenio_requests tests
57-
# python -m check_manifest
57+
python -m check_manifest
5858
python -m sphinx.cmd.build -qnN docs docs/_build/html
5959
eval "$(docker-services-cli up --db ${DB:-postgresql} --search ${SEARCH:-opensearch} --cache ${CACHE:-redis} --env)"
6060
# Note: expansion of pytest_args looks like below to not cause an unbound

0 commit comments

Comments
 (0)