Skip to content

Commit

Permalink
🔧 MAINTAIN: move changelog to Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Sep 16, 2020
1 parent 92384df commit 40381be
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 378 deletions.
302 changes: 0 additions & 302 deletions .gitchangelog.rc

This file was deleted.

67 changes: 67 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# Changelog

## v0.6.1 (2020-10-16)

- 🐛 Fixed compatibility with pytest version 6
- 👌 Improved repository and documentation

## v0.6.0 (2019-08-13)

- Add Coverage Functionality (#3)

An ``ExecuteCoveragePreprocessor`` class has been implemented,
and integrated into the ``NBRegressionFixture`` and ``pytest_notebook.plugin``.
Also, tests and a tutorial have been added.

## v0.5.2 (2019-08-12)

- Add documentation for beautifulsoup post-processor.
- Add beautifulsoup post-processor.
- Add header info for pytest execution.
- Add minor docstring update.

## v0.5.1 (2019-08-12)

- Include package data.

## v0.5.0 (2019-08-12)

- Fix dependency.

## v0.4.0 (2019-08-12)

- Added regex-replacement functionality (#1)

Also added:

- Cell execution logging.
- Tutorial on configuring `pytest-notebook`.

- Added Conda install documentation.

## v0.3.1 (2019-08-10)

- Add screenshot to manifest.

## v0.3.0 (2019-08-10)

- Add travis deployment key.

- Add documentation and make relevant improvements to the code.

- Add nb_post_processors to configuration options.

- Add diff configuration via notebook metadata.

- Added ordering of stdout/stderr outputs.

Since they are asynchronous, so order isn't guaranteed.
- Add collection/execution of notebooks.

- Add blacken_code post-processor.

- Add initial working implementation.

- Commit before changing to nbdime.

- Initial commit.
Loading

0 comments on commit 40381be

Please sign in to comment.