Skip to content

Release 10.9.0 #10880

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

Merged
merged 1 commit into from
Oct 31, 2023
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
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Version 10.9.0
--------------

:Date: October 31, 2023

* `@stsewd <https://github.com/stsewd>`__: Build: use tag name for checkout (`#10879 <https://github.com/readthedocs/readthedocs.org/pull/10879>`__)
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#10876 <https://github.com/readthedocs/readthedocs.org/pull/10876>`__)
* `@stsewd <https://github.com/stsewd>`__: Resolver: use new methods to resolve documentation pages (`#10875 <https://github.com/readthedocs/readthedocs.org/pull/10875>`__)
* `@stsewd <https://github.com/stsewd>`__: CI: update circleci API call (`#10874 <https://github.com/readthedocs/readthedocs.org/pull/10874>`__)
* `@humitos <https://github.com/humitos>`__: Addons: improve DB query for `projects_feature` table (`#10871 <https://github.com/readthedocs/readthedocs.org/pull/10871>`__)
* `@humitos <https://github.com/humitos>`__: NGINX: inject the proper `readthedocs-version-slug` (`#10870 <https://github.com/readthedocs/readthedocs.org/pull/10870>`__)
* `@stsewd <https://github.com/stsewd>`__: Unresolver: remove old language code compatibility (`#10869 <https://github.com/readthedocs/readthedocs.org/pull/10869>`__)
* `@humitos <https://github.com/humitos>`__: Addons: return the `.first()` object (`#10868 <https://github.com/readthedocs/readthedocs.org/pull/10868>`__)
* `@stsewd <https://github.com/stsewd>`__: Config file: remove deprecated keys from json schema (`#10867 <https://github.com/readthedocs/readthedocs.org/pull/10867>`__)
* `@humitos <https://github.com/humitos>`__: Release 10.8.1 (`#10865 <https://github.com/readthedocs/readthedocs.org/pull/10865>`__)
* `@humitos <https://github.com/humitos>`__: Release 10.8.0 (`#10864 <https://github.com/readthedocs/readthedocs.org/pull/10864>`__)
* `@humitos <https://github.com/humitos>`__: DB: create an index for `builds_build` table to improve Addons API (`#10840 <https://github.com/readthedocs/readthedocs.org/pull/10840>`__)
* `@stsewd <https://github.com/stsewd>`__: Redirects (design doc): improving existing functionality (`#10825 <https://github.com/readthedocs/readthedocs.org/pull/10825>`__)
* `@humitos <https://github.com/humitos>`__: Addons: accept `project-slug` and `version-slug` on endpoint (`#10823 <https://github.com/readthedocs/readthedocs.org/pull/10823>`__)
* `@stsewd <https://github.com/stsewd>`__: Resolver: refactor (`#10813 <https://github.com/readthedocs/readthedocs.org/pull/10813>`__)
* `@stephenfin <https://github.com/stephenfin>`__: docs: Document how to fetch additional branches (`#10795 <https://github.com/readthedocs/readthedocs.org/pull/10795>`__)

Version 10.8.1
--------------

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

master_doc = "index"
copyright = "Read the Docs, Inc & contributors"
version = "10.8.1"
version = "10.9.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": "10.8.1",
"version": "10.9.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__ = "10.8.1"
__version__ = "10.9.0"
Loading