Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-springer committed May 6, 2024
1 parent 3335676 commit bb1fa74
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-books.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: deploy-book
on:
push:
branches:
- development
- main
# If your git repository has the Jupyter Book within some-subfolder next to
# unrelated files, you can make this run only if a file within that specific
# folder has been modified.
Expand Down
1 change: 1 addition & 0 deletions docs/source/whatsnew/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ What's New
==========
PVDegradationTools (pvdeg) change log:

.. include:: releases/v0.3.2.rst
.. include:: releases/v0.3.1.rst
.. include:: releases/v0.3.0.rst
.. include:: releases/v0.2.3.rst
Expand Down
14 changes: 14 additions & 0 deletions docs/source/whatsnew/releases/v0.3.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
v0.3.1 (2024-05-06)
=======================

Enhancements
------------
* Added workflow for automated deployment of jupyter-books

Bug Fixes
---------
* Re-run notebooks and fixed minor bugs

Contributors
~~~~~~~~~~~~
* Martin Springer (:ghuser:`martin-springer`)

0 comments on commit bb1fa74

Please sign in to comment.