From d5d92b92c6152642ee7b1599b6aef74dabff52e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:03:19 +0200 Subject: [PATCH] chore(master): release 2.14.0 (#773) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [2.14.0](https://github.com/gip-inclusion/itou-communaute-django/compare/v2.13.0...v2.14.0) (2024-09-23) ### Features * **forum:** retrait de la notion de `kind` sur `Forum` ([#769](https://github.com/gip-inclusion/itou-communaute-django/issues/769)) ([e0daecb](https://github.com/gip-inclusion/itou-communaute-django/commit/e0daecbe728c54af2f604b9adce79c302266a563)) * refonte homepage pour mise en valeur recherche et Call To Actions ([#776](https://github.com/gip-inclusion/itou-communaute-django/issues/776)) ([4550cf9](https://github.com/gip-inclusion/itou-communaute-django/commit/4550cf9d289aaae11cd094a68bd4257f3337ad00)) * **stats:** ajout d'un lien vers la page de stats hebdos ([#774](https://github.com/gip-inclusion/itou-communaute-django/issues/774)) ([028814a](https://github.com/gip-inclusion/itou-communaute-django/commit/028814aedf54bd6ab093b64040da5c79df77bef7)) ### Bug Fixes * mise à jour des urls de statistiques ([#772](https://github.com/gip-inclusion/itou-communaute-django/issues/772)) ([6cd6ec3](https://github.com/gip-inclusion/itou-communaute-django/commit/6cd6ec3c72120882843c80580bf3ed17b8bec6ea)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94e233cff..1fea75872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Journal des modifications +## [2.14.0](https://github.com/gip-inclusion/itou-communaute-django/compare/v2.13.0...v2.14.0) (2024-09-23) + + +### Features + +* **forum:** retrait de la notion de `kind` sur `Forum` ([#769](https://github.com/gip-inclusion/itou-communaute-django/issues/769)) ([e0daecb](https://github.com/gip-inclusion/itou-communaute-django/commit/e0daecbe728c54af2f604b9adce79c302266a563)) +* refonte homepage pour mise en valeur recherche et Call To Actions ([#776](https://github.com/gip-inclusion/itou-communaute-django/issues/776)) ([4550cf9](https://github.com/gip-inclusion/itou-communaute-django/commit/4550cf9d289aaae11cd094a68bd4257f3337ad00)) +* **stats:** ajout d'un lien vers la page de stats hebdos ([#774](https://github.com/gip-inclusion/itou-communaute-django/issues/774)) ([028814a](https://github.com/gip-inclusion/itou-communaute-django/commit/028814aedf54bd6ab093b64040da5c79df77bef7)) + + +### Bug Fixes + +* mise à jour des urls de statistiques ([#772](https://github.com/gip-inclusion/itou-communaute-django/issues/772)) ([6cd6ec3](https://github.com/gip-inclusion/itou-communaute-django/commit/6cd6ec3c72120882843c80580bf3ed17b8bec6ea)) + ## [2.13.0](https://github.com/gip-inclusion/itou-communaute-django/compare/v2.12.0...v2.13.0) (2024-09-05) diff --git a/pyproject.toml b/pyproject.toml index a0c28d40e..0e70ad41d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lacommunaute" -version = "2.13.0" +version = "2.14.0" description = "La communauté de l'inclusion" authors = [] license = "ETALAB 2.0"