Skip to content

Commit 0ac459b

Browse files
committed
release
1 parent e7eed91 commit 0ac459b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
<!-- do not remove -->
44

5+
## 0.1.9
6+
7+
### New Features
8+
9+
- add `shell.run_async` ([#63](https://github.com/AnswerDotAI/execnb/pull/63)), thanks to [@comhar](https://github.com/comhar)
10+
- Use pygments for md output rendering ([#62](https://github.com/AnswerDotAI/execnb/issues/62))
11+
- Add optional image rendering control to `render_outputs` ([#61](https://github.com/AnswerDotAI/execnb/pull/61)), thanks to [@ncoop57](https://github.com/ncoop57)
12+
- Add option to use ansi2html renderer ([#57](https://github.com/AnswerDotAI/execnb/pull/57)), thanks to [@Isaac-Flath](https://github.com/Isaac-Flath)
13+
14+
### Bugs Squashed
15+
16+
- Missing execution count in run cells ([#65](https://github.com/AnswerDotAI/execnb/issues/65))
17+
- Fix matplotlib rendering in `render_outputs` ([#64](https://github.com/AnswerDotAI/execnb/pull/64)), thanks to [@johnowhitaker](https://github.com/johnowhitaker)
18+
19+
520
## 0.1.8
621

722
### New Features

0 commit comments

Comments
 (0)