File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9+ ## [ 0.2.0] - 2022-10-25
10+
11+ ### Added
12+
13+ - ` image_* ` directive options added
14+
15+ ### Changed
16+
17+ - Renamed Matplotlib directive options by adding the prefix ` mpl_ `
18+
919## [ 0.2.0] - 2022-10-24
1020
1121### Added
@@ -24,6 +34,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
2434
2535- First release
2636
27- [ unreleased ] : https://github.com/sphinx-contrib/repl/compare/v0.2.0...HEAD
37+ [ unreleased ] : https://github.com/sphinx-contrib/repl/compare/v0.3.0...HEAD
38+ [ 0.3.0 ] : https://github.com/sphinx-contrib/repl/compare/v0.2.0...v0.3.0
2839[ 0.2.0 ] : https://github.com/sphinx-contrib/repl/compare/v0.1.0...v0.2.0
2940[ 0.1.0 ] : https://github.com/sphinx-contrib/repl/compare/aa188e...v0.1.0
Original file line number Diff line number Diff line change 77from docutils .parsers .rst import Directive , directives
88from docutils .parsers .rst .directives .images import Image
99
10- __version__ = "0.2 .0"
10+ __version__ = "0.3 .0"
1111
1212
1313def _option_boolean (arg ):
You can’t perform that action at this time.
0 commit comments