Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair authored and github-actions[bot] committed Mar 1, 2023
1 parent f074646 commit a4ad0ec
Showing 1 changed file with 48 additions and 22 deletions.
70 changes: 48 additions & 22 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,93 +1,119 @@
Sphinx_Changelog v1.1.2 (2021-08-19)
====================================

v1.3.0rc2 - changelog test - 2023-03-01
---------------------------------------

- Update to towncrier 22.12.0, and other fixes by @dstansby in
https://github.com/OpenAstronomy/sphinx-changelog/pull/17

Bug Fixes
---------

- Explicitly specify encoding when writing changelog. (`#11 <https://github.com/OpenAstronomy/sphinx-changelog/pull/11>`__)
- Fixed rendering to match towncrier, which means that top_line should not be included in the template. (`#12 <https://github.com/OpenAstronomy/sphinx-changelog/pull/12>`__)

- Explicitly specify encoding when writing changelog.
- (`#11 <https://github.com/OpenAstronomy/sphinx-changelog/pull/11>`__)
- Fixed rendering to match towncrier, which means that top_line should
- not be included in the template.
- (`#12 <https://github.com/OpenAstronomy/sphinx-changelog/pull/12>`__)

Sphinx_Changelog v1.1.1 (2021-05-14)
====================================

.. _bug-fixes-1:

Bug Fixes
---------

- Re-implement the ``:towncrier-skip-if-empty:`` flag as it was dropped in the upgrade to 21.3. (`#10 <https://github.com/OpenAstronomy/sphinx-changelog/pull/10>`__)

- Re-implement the ``:towncrier-skip-if-empty:`` flag as it was dropped
- in the upgrade to 21.3.
- (`#10 <https://github.com/OpenAstronomy/sphinx-changelog/pull/10>`__)

Sphinx_Changelog v1.1.0 (2021-05-11)
====================================

No significant changes.


Sphinx_Changelog 1.1.0rc1 (2021-05-11)
======================================

Features
--------

- Update to support only the latest release of towncrier as there were some substantial changes. (`#9 <https://github.com/OpenAstronomy/sphinx-changelog/pull/9>`__)
- Added support for controlling the title underline used by towncrier in the changelog directive. (`#9 <https://github.com/OpenAstronomy/sphinx-changelog/pull/9>`__)

- Update to support only the latest release of towncrier as there were
- some substantial changes.
- (`#9 <https://github.com/OpenAstronomy/sphinx-changelog/pull/9>`__)
- Added support for controlling the title underline used by towncrier
- in the changelog directive.
- (`#9 <https://github.com/OpenAstronomy/sphinx-changelog/pull/9>`__)

Sphinx_Changelog v1.0.0 (2021-03-16)
====================================

No significant changes.


Sphinx_Changelog v0.1rc5 (2021-03-03)
=====================================

.. _bug-fixes-2:

Bug Fixes
---------

- Do not raise exceptions inside the directive as this can cause the sphinx
parallel build to fail. (`#8 <https://github.com/OpenAstronomy/sphinx-changelog/pull/8>`__)

- Do not raise exceptions inside the directive as this can cause the
- sphinx parallel build to fail.
- (`#8 <https://github.com/OpenAstronomy/sphinx-changelog/pull/8>`__)

Sphinx_Changelog v0.1rc4 (2021-03-02)
=====================================

.. _features-1:

Features
--------

- Add a flag to skip running towncrier if no fragment files are found. (`#6 <https://github.com/OpenAstronomy/sphinx-changelog/pull/6>`__)
- Add a flag to skip running towncrier if no fragment files are found.
- (`#6 <https://github.com/OpenAstronomy/sphinx-changelog/pull/6>`__)

.. _bug-fixes-3:

Bug Fixes
---------

- Fix resolving paths relative to the file containing the changelog directive. (`#6 <https://github.com/OpenAstronomy/sphinx-changelog/pull/6>`__)

- Fix resolving paths relative to the file containing the changelog
- directive.
- (`#6 <https://github.com/OpenAstronomy/sphinx-changelog/pull/6>`__)

Sphinx_Changelog v0.1rc3 (2021-03-02)
=====================================

.. _bug-fixes-4:

Bug Fixes
---------

- Raise a more helpful error if no towncrier config can be found. (`#5 <https://github.com/OpenAstronomy/sphinx-changelog/pull/5>`__)

- Raise a more helpful error if no towncrier config can be found.
- (`#5 <https://github.com/OpenAstronomy/sphinx-changelog/pull/5>`__)

Sphinx_Changelog v0.1rc2 (2021-03-01)
=====================================

.. _features-2:

Features
--------

- Implement options for changelog backend. Including the existing changelog and
towncrier are currently available. (`#1 <https://github.com/OpenAstronomy/sphinx-changelog/pull/1>`__)
- Implement options for changelog backend. Including the existing
- changelog and towncrier are currently available.
- (`#1 <https://github.com/OpenAstronomy/sphinx-changelog/pull/1>`__)

.. _bug-fixes-5:

Bug Fixes
---------

- Fix use of template and update to parsing code from a newer towncrier version (`#3 <https://github.com/OpenAstronomy/sphinx-changelog/pull/3>`__)

- Fix use of template and update to parsing code from a newer
- towncrier version
- (`#3 <https://github.com/OpenAstronomy/sphinx-changelog/pull/3>`__)

Sphinx_Changelog v0.1rc1 (2021-03-01)
=====================================
Expand Down

0 comments on commit a4ad0ec

Please sign in to comment.