Skip to content

Commit 8a33a2c

Browse files
committed
chore(release): v1.2.0
Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
1 parent 5cbdbe6 commit 8a33a2c

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v1.2.0](https://github.com/rero/rero-invenio-files/tree/v1.2.0) (2025-09-02)
4+
5+
[Full Changelog](https://github.com/rero/rero-invenio-files/compare/v1.1.3...v1.2.0)
6+
7+
**New features:**
8+
9+
- feat (pdf): improve PDFGenerator with better layout and image handling [#12](https://github.com/rero/rero-invenio-files/pull/12) (by @NathanPython2002)
10+
311
## [v1.1.3](https://github.com/rero/rero-invenio-files/tree/v1.1.3) (2025-08-05)
412

513
[Full Changelog](https://github.com/rero/rero-invenio-files/compare/v1.1.2...v1.1.3)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rero-invenio-files"
3-
version = "1.1.3"
3+
version = "1.2.0"
44
description = "Files support for the RERO invenio instances."
55
authors = [{name = "RERO",email = "software@rero.ch"}]
66
license = "AGPL-3.0"

rero_invenio_files/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
from rero_invenio_files.ext import REROInvenioFiles
1919

20-
__version__ = "1.1.3"
20+
__version__ = "1.2.0"
2121

2222
__all__ = ("REROInvenioFiles", "__version__")

uv.lock

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

0 commit comments

Comments
 (0)