Skip to content

Commit 0b775d3

Browse files
committed
version bump to v0.3.0
1 parent 09d4c51 commit 0b775d3

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/sphinxcontrib/repl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from docutils.parsers.rst import Directive, directives
88
from docutils.parsers.rst.directives.images import Image
99

10-
__version__ = "0.2.0"
10+
__version__ = "0.3.0"
1111

1212

1313
def _option_boolean(arg):

0 commit comments

Comments
 (0)