From c6d98f7607130e9ebf34ce0b197ef53d001271b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Mon, 17 Jun 2024 10:54:13 +0200 Subject: [PATCH 1/4] Update contributors --- .all-contributors.md | 6 ++++++ .all-contributorsrc | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/.all-contributors.md b/.all-contributors.md index 869e27248..f132c0c40 100644 --- a/.all-contributors.md +++ b/.all-contributors.md @@ -13,7 +13,13 @@ This file is required by [All Contributors](https://allcontributors.org/) to wor Stache
Stache

πŸ“– Paul-Olivier Dehaye
Paul-Olivier Dehaye

πŸ“– Thomas Guillet
Thomas Guillet

πŸ“– + + Jan Klass
Jan Klass

πŸ’» πŸ€” + Nicolas Dupont
Nicolas Dupont

πŸ’» πŸš‡ πŸ“– + Matti Schneider
Matti Schneider

πŸ’» πŸš‡ πŸ“– + Martin Ratinaud. Freelancer.
Martin Ratinaud. Freelancer.

πŸ’» πŸš‡ πŸ“– + ClΓ©ment Biron
ClΓ©ment Biron

πŸ’» πŸ“– diff --git a/.all-contributorsrc b/.all-contributorsrc index bf473285b..142a6d0d6 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -78,6 +78,49 @@ "code", "ideas" ] + }, + { + "login": "Ndpnt", + "name": "Nicolas Dupont", + "avatar_url": "https://avatars.githubusercontent.com/u/1098708?v=4", + "profile": "https://github.com/Ndpnt", + "contributions": [ + "code", + "infra", + "doc" + ] + }, + { + "login": "MattiSG", + "name": "Matti Schneider", + "avatar_url": "https://avatars.githubusercontent.com/u/222463?v=4", + "profile": "https://mattischneider.fr/", + "contributions": [ + "code", + "infra", + "doc" + ] + }, + { + "login": "martinratinaud", + "name": "Martin Ratinaud. Freelancer.", + "avatar_url": "https://avatars.githubusercontent.com/u/4191809?v=4", + "profile": "http://bit.ly/work-with-martin", + "contributions": [ + "code", + "infra", + "doc" + ] + }, + { + "login": "clementbiron", + "name": "ClΓ©ment Biron", + "avatar_url": "https://avatars.githubusercontent.com/u/364319?v=4", + "profile": "https://clementbiron.com/", + "contributions": [ + "code", + "doc" + ] } ], "repoType": "github", From da1652d638dcf55f4900866c3c2cde8bbb3f359b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Mon, 24 Jun 2024 15:20:56 +0200 Subject: [PATCH 2/4] Remove position in contributor name Co-authored-by: Matti Schneider --- .all-contributorsrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 142a6d0d6..11e2bd692 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -103,7 +103,7 @@ }, { "login": "martinratinaud", - "name": "Martin Ratinaud. Freelancer.", + "name": "Martin Ratinaud", "avatar_url": "https://avatars.githubusercontent.com/u/4191809?v=4", "profile": "http://bit.ly/work-with-martin", "contributions": [ From 2bf1b07824e676fc40aa2ed2bedeed4b1d0bef1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Mon, 24 Jun 2024 15:22:19 +0200 Subject: [PATCH 3/4] Regenerate All Contributors table --- .all-contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.all-contributors.md b/.all-contributors.md index f132c0c40..b77790b3a 100644 --- a/.all-contributors.md +++ b/.all-contributors.md @@ -18,7 +18,7 @@ This file is required by [All Contributors](https://allcontributors.org/) to wor Jan Klass
Jan Klass

πŸ’» πŸ€” Nicolas Dupont
Nicolas Dupont

πŸ’» πŸš‡ πŸ“– Matti Schneider
Matti Schneider

πŸ’» πŸš‡ πŸ“– - Martin Ratinaud. Freelancer.
Martin Ratinaud. Freelancer.

πŸ’» πŸš‡ πŸ“– + Martin Ratinaud
Martin Ratinaud

πŸ’» πŸš‡ πŸ“– ClΓ©ment Biron
ClΓ©ment Biron

πŸ’» πŸ“– From fed6c21c9945e16270d847c5f57873f29f86f094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Mon, 24 Jun 2024 15:38:34 +0200 Subject: [PATCH 4/4] Add changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 242c94665..8f1a1d8cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the CONTRIBUTING file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased [no-release] + +_Modifications made in this changeset do not add, remove or alter any behavior, dependency, API or functionality of the software. They only change non-functional parts of the repository, such as the README file or CI workflows._ + ## 2.2.1 - 2024-06-07 _Full changeset and discussions: [#1088](https://github.com/OpenTermsArchive/engine/pull/1088)._