Skip to content

Commit

Permalink
docs(changelog): release 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Oct 11, 2024
1 parent 5b9dffb commit a6c6888
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
*********

2.1.3 (2024-10-11)
------------------

- Added some missing internal links to the documentation.
- Improve test coverage for `os_utils module <craft-parts-utils-package>`_

For a complete list of commits, check out the `2.1.3`_ release on GitHub.

2.1.2 (2024-10-04)
------------------

Expand All @@ -18,17 +26,23 @@ Documentation:
plugin`</common/craft-parts/reference/plugins/rust_plugin>` doc with recent
changes to the Rust toolchain.

For a complete list of commits, check out the `2.1.2`_ release on GitHub.

2.1.1 (2024-09-13)
------------------

- This release brings the bug fix from ``1.33.1`` into the ``2.1.x`` series.

For a complete list of commits, check out the `2.1.1`_ release on GitHub.

1.33.1 (2024-09-13)
-------------------

- Fix NPM plugin to be stateless, allowing lifecycle steps to be
executed in separate runs.

For a complete list of commits, check out the `1.33.1`_ release on GitHub.

2.1.0 (2024-09-09)
------------------

Expand All @@ -44,6 +58,8 @@ Bug fixes:
- Fix a bug where stage-packages tracking would fail when files were organized
into a non-default partition.

For a complete list of commits, check out the `2.1.0`_ release on GitHub.

2.0.0 (2024-08-08)
------------------

Expand All @@ -64,6 +80,8 @@ Bug fixes:
- Xattrs raise FileNotFoundError when appropriate
- Partition names are more strictly checked.

For a complete list of commits, check out the `2.0.0`_ release on GitHub.

1.34.0 (2024-08-01)
-------------------
- Allow numbers in partitions, partition namespaces, and namespaced partitions.
Expand Down Expand Up @@ -583,3 +601,10 @@ Bug fixes:

.. _craft-cli issue #172: https://github.com/canonical/craft-cli/issues/172
.. _Poetry: https://python-poetry.org

.. _2.1.3: https://github.com/canonical/craft-parts/releases/tag/2.1.3
.. _2.1.2: https://github.com/canonical/craft-parts/releases/tag/2.1.2
.. _2.1.1: https://github.com/canonical/craft-parts/releases/tag/2.1.1
.. _2.1.0: https://github.com/canonical/craft-parts/releases/tag/2.1.0
.. _2.0.0: https://github.com/canonical/craft-parts/releases/tag/2.0.0
.. _1.33.1: https://github.com/canonical/craft-parts/releases/tag/1.33.1

0 comments on commit a6c6888

Please sign in to comment.