Skip to content

Commit a584138

Browse files
committed
Release 0.5.0
1 parent 079275f commit a584138

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ CHANGELOG
44
.. The text for the changelog is manually generated for now.
55
66
7+
Version v0.5.0
8+
--------------
9+
10+
:date: September 17, 2023
11+
12+
* Add support for scrolling vertically the flyout when there are too many versions
13+
* Collapse flyout when clicking outside of it
14+
* Change warning notification logic to show a notification on ``latest`` and non-``stable`` versions
15+
16+
717
Version v0.4.0
818
--------------
919

bumpver.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpver]
2-
current_version = "0.4.0"
2+
current_version = "0.5.0"
33
version_pattern = "MAJOR.MINOR.PATCH[TAG]"
44
commit_message = "Release {new_version}"
55
tag_message = "{new_version}"

dist/readthedocs-addons.js

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

dist/readthedocs-addons.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@readthedocs/addons",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Read the Docs Addons to embed into documentation pages",
55
"main": "dist/readthedocs-addons.js",
66
"scripts": {

0 commit comments

Comments
 (0)