Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 11.19.0 #11926

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
Version 11.19.0
---------------

:Date: January 14, 2025

* `@stsewd <https://github.com/stsewd>`__: Don't require sphinx/mkdocs keys when using build.commands (`#11913 <https://github.com/readthedocs/readthedocs.org/pull/11913>`__)
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11909 <https://github.com/readthedocs/readthedocs.org/pull/11909>`__)
* `@stsewd <https://github.com/stsewd>`__: Document new build jobs (`#11900 <https://github.com/readthedocs/readthedocs.org/pull/11900>`__)
* `@humitos <https://github.com/humitos>`__: Docs: remove CSS variables override for font-size (`#11897 <https://github.com/readthedocs/readthedocs.org/pull/11897>`__)
* `@stsewd <https://github.com/stsewd>`__: Add django-impersonate when admin is enabled (`#11894 <https://github.com/readthedocs/readthedocs.org/pull/11894>`__)
* `@stsewd <https://github.com/stsewd>`__: Environment variables: document special case for PR preview builds (`#11893 <https://github.com/readthedocs/readthedocs.org/pull/11893>`__)
* `@stsewd <https://github.com/stsewd>`__: Social accounts: link Bitbucket to new dashboard (`#11892 <https://github.com/readthedocs/readthedocs.org/pull/11892>`__)
* `@humitos <https://github.com/humitos>`__: Addons: allow to set a "Default" or a explicit position for flyout (`#11891 <https://github.com/readthedocs/readthedocs.org/pull/11891>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Add Addons customization docs (`#11888 <https://github.com/readthedocs/readthedocs.org/pull/11888>`__)
* `@stsewd <https://github.com/stsewd>`__: Don't reflect user input in raw response (`#11887 <https://github.com/readthedocs/readthedocs.org/pull/11887>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Lower logging for user build errors (`#11886 <https://github.com/readthedocs/readthedocs.org/pull/11886>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Release 11.18.0 (`#11884 <https://github.com/readthedocs/readthedocs.org/pull/11884>`__)
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11881 <https://github.com/readthedocs/readthedocs.org/pull/11881>`__)
* `@stsewd <https://github.com/stsewd>`__: Build: use actual git identifier for READTHEDOCS_GIT_IDENTIFIER (`#11875 <https://github.com/readthedocs/readthedocs.org/pull/11875>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Update MkDocs page to be generic and note MkDocs for Material integration (`#11871 <https://github.com/readthedocs/readthedocs.org/pull/11871>`__)
* `@stsewd <https://github.com/stsewd>`__: Config: inherit all pydantic models from a common base class (`#11857 <https://github.com/readthedocs/readthedocs.org/pull/11857>`__)
* `@stsewd <https://github.com/stsewd>`__: API: use restricted serializer for related projects (`#11820 <https://github.com/readthedocs/readthedocs.org/pull/11820>`__)
* `@stsewd <https://github.com/stsewd>`__: API: separate querysets from API V2 and V3 (`#11586 <https://github.com/readthedocs/readthedocs.org/pull/11586>`__)
* `@stsewd <https://github.com/stsewd>`__: Email: use first recipient from email object (`#11581 <https://github.com/readthedocs/readthedocs.org/pull/11581>`__)
* `@humitos <https://github.com/humitos>`__: Cleanup: delete `yaml_load_safely` (`#11285 <https://github.com/readthedocs/readthedocs.org/pull/11285>`__)

Version 11.18.0
---------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

master_doc = "index"
copyright = "Read the Docs, Inc & contributors"
version = "11.18.0"
version = "11.19.0"
release = version
exclude_patterns = ["_build", "shared", "_includes"]
default_role = "obj"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "readthedocs",
"version": "11.18.0",
"version": "11.19.0",
"description": "Read the Docs build dependencies",
"author": "Read the Docs, Inc <[email protected]>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Read the Docs."""


__version__ = "11.18.0"
__version__ = "11.19.0"
Loading
Loading