Skip to content

Commit

Permalink
Release 0.26.
Browse files Browse the repository at this point in the history
  • Loading branch information
rblank committed Dec 26, 2024
1 parent a5aec83 commit 5d6bcc6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/install/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@

# Release notes

(release-0-26)=
## 0.26 *(2024-12-27)*

- Added quizz functionality.
- Fixed issues with non-ID characters in {rst:dir}`{exec} :after: <exec:after>`
and {rst:dir}`{exec} :then: <exec:then>`.

(release-0-25)=
## 0.25 *(2024-12-15)*

Expand Down
2 changes: 0 additions & 2 deletions docs/reference/exec.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ directly in the browser. It supports most of the options of
{.rubric}
Options
```{rst:directive:option} after: name [name...]
:type: IDs
Execute one or more {rst:dir}`exec` blocks before this block, in the same
environment.
```
Expand All @@ -59,7 +58,6 @@ language-specific.
CSS styles to apply to the code block and editor, e.g. `max-height: 20rem`.
```
```{rst:directive:option} then: name [name...]
:type: IDs
Execute one or more {rst:dir}`exec` blocks after this block, in the same
environment.
```
Expand Down
2 changes: 1 addition & 1 deletion tdoc/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# SPDX-License-Identifier: MIT

__project__ = 't-doc-common'
__version__ = '0.26.dev1'
__version__ = '0.26'

0 comments on commit 5d6bcc6

Please sign in to comment.