diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 57a37438712..f0e24d2d36c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,41 @@ +Version 5.0.0 +------------- + +:Date: May 12, 2020 + +This release includes two large changes, one that is breaking and requires a major version upgrade: + +* We have removed our deprecated doc serving code that used ``core/views``, ``core/symlinks``, and ``builds/syncers`` (`#6535 `__). All doc serving should now be done via ``proxito``. In production this has been the case for over a month, we have now removed the deprecated code from the codebase. +* We did a large documentation refactor that should make things nicer to read and highlights more of our existing features. This is the first of a series of new documentation additions we have planned + + +* `@ericholscher `__: Fix the caching of featured projects (`#7054 `__) +* `@ericholscher `__: Docs: Refactor and simplify our docs (`#7052 `__) +* `@stsewd `__: Mention using ssh URLs when using private submodules (`#7046 `__) +* `@ericholscher `__: Show project slug in Version admin (`#7042 `__) +* `@stsewd `__: List apiv3 first (`#7041 `__) +* `@stsewd `__: Remove CELERY_ROUTER flag (`#7040 `__) +* `@stsewd `__: Search: remove unused taxonomy field (`#7033 `__) +* `@agjohnson `__: Use a high time limit for celery build task (`#7029 `__) +* `@ericholscher `__: Clean up build admin to make list display match search (`#7028 `__) +* `@stsewd `__: Task Router: check for None (`#7027 `__) +* `@stsewd `__: Implement repo_exists for all VCS backends (`#7025 `__) +* `@stsewd `__: Mkdocs: Index pages without anchors (`#7024 `__) +* `@agjohnson `__: Move docker limits back to setting (`#7023 `__) +* `@humitos `__: Fix typo (`#7022 `__) +* `@stsewd `__: Fix linter (`#7021 `__) +* `@ericholscher `__: Release 4.1.8 (`#7020 `__) +* `@ericholscher `__: Cleanup unresolver logging (`#7019 `__) +* `@stsewd `__: Document about next when using a secret link (`#7015 `__) +* `@stsewd `__: Remove unused field project.version_privacy_level (`#7011 `__) +* `@ericholscher `__: Add proxito headers to redirect responses (`#7007 `__) +* `@stsewd `__: Make hidden field not null (`#6996 `__) +* `@humitos `__: Show a list of packages installed on environment (`#6992 `__) +* `@eric-wieser `__: Ensure invoked Sphinx matches importable one (`#6965 `__) +* `@ericholscher `__: Add an unresolver similar to our resolver (`#6944 `__) +* `@KengoTODA `__: Replace "PROJECT" with project object (`#6878 `__) +* `@humitos `__: Remove code replaced by El Proxito and stateless servers (`#6535 `__) + Version 4.1.8 ------------- diff --git a/setup.cfg b/setup.cfg index da0b6b9e873..f00f192f884 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 4.1.8 +version = 5.0.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc