Skip to content

Commit

Permalink
Update Changelog for 0.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kynan committed Feb 3, 2024
1 parent e4c5b4d commit 99f70e8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Change Log
==========

0.6.2 - 2024-02-03
------------------

* Add ``--python`` option for ``nbstripout --install`` to allow overriding the
Python interpreter specified in `.git/config` (nobodyinperson@, #181, #182)
* Add option ``--keep-metadata-keys`` to keep specific metadata keys that are
stripped by default (davidxia@, #177, #78)
* Replace `Cram <https://bitheap.org/cram/>`_ as test runner for integration
tests with a custom framework which also supports testing on Windows
(arobrien@, #176, #178)
* Use ``SystemExit`` instead of ``sys.exit`` and do not exit from functions
(janosh@, #173)

0.6.1 - 2022-09-24
------------------

Expand Down

0 comments on commit 99f70e8

Please sign in to comment.