Skip to content

Commit 8e40ab5

Browse files
authored
πŸš€ RELEASE: v0.2.0 #47
1 parent 5818eea commit 8e40ab5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

β€ŽCHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 0.2.0 - 2021-02-25
4+
5+
### πŸ‘Œ IMPROVE
6+
7+
- Handling master_doc having being inside a subdirectory in `_toc.yml`.
8+
9+
### πŸ› Bugs Fixed
10+
11+
- `_toc.yml` can have extensions of the file names as well.
12+
313
## 0.1.8 - 2021-02-22
414

515
Included packages for handling maths, plots and outputs. Taken from the following [conf.py](https://github.com/QuantEcon/lecture-python/blob/b37408c7b5aeb3875767949c6449113bcd4b1702/conf.py)

β€Žjupyterbook_latex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
from docutils import nodes as docnodes
2424

25-
__version__ = "0.1.8"
25+
__version__ = "0.2.0"
2626
"""jupyterbook-latex version"""
2727

2828
logger = logging.getLogger(__name__)

0 commit comments

Comments
Β (0)