Skip to content

Commit

Permalink
docs: add changelog for 4.2.0 (#457)
Browse files Browse the repository at this point in the history
* docs: add changelog for 4.2.0

* docs: review changelog 4.2.0

* Update docs/reference/changelog.rst

Co-authored-by: Michael DuBelko <[email protected]>

* move command entry to subheader

---------

Co-authored-by: Michael DuBelko <[email protected]>
  • Loading branch information
tigarmo and medubelko authored Sep 11, 2024
1 parent 2bda257 commit a8c7876
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/reference/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
Changelog
*********

4.2.0 (2024-Sep-12)
-------------------

Application
===========

- Add a configuration service to unify handling of command line arguments,
environment variables, snap configurations, and so on.
- Use the standard library to retrieve the host's proxies.

Commands
========

- Properly support ``--shell``, ``--shell-after`` and ``--debug`` on the
``pack`` command.

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

4.1.2 (2024-Sep-05)
-------------------

Expand Down Expand Up @@ -225,3 +243,4 @@ For a complete list of commits, check out the `2.7.0`_ release on GitHub.
.. _4.1.0: https://github.com/canonical/craft-application/releases/tag/4.1.0
.. _4.1.1: https://github.com/canonical/craft-application/releases/tag/4.1.1
.. _4.1.2: https://github.com/canonical/craft-application/releases/tag/4.1.2
.. _4.2.0: https://github.com/canonical/craft-application/releases/tag/4.2.0

0 comments on commit a8c7876

Please sign in to comment.