From 520c916523b386d583c6cb0e67db8996fce187c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Jan 2023 12:51:19 +0000 Subject: [PATCH] chore(master): release 2.0.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ composer.json | 6 +++++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c1ec8..e69e8c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [2.0.0](https://github.com/DataLinx/gettext-context/compare/v1.0.1...v2.0.0) (2023-01-28) + + +### ⚠ BREAKING CHANGES + +* Required/supported PHP version is now 7.4. + +### Miscellaneous Chores + +* add .editorconfig and .gitattributes ([bfc0b26](https://github.com/DataLinx/gettext-context/commit/bfc0b262d19ce07bd09a5f0b02e8051aefe57132)) +* add Lando config ([9585bbf](https://github.com/DataLinx/gettext-context/commit/9585bbf3ce0f526080cc6ae45c85f32fe0434fa6)) +* bump PHP version requirement to 7.4, remove composer.lock from VCS ([c700a36](https://github.com/DataLinx/gettext-context/commit/c700a36f0b6a1ad347014c1525a1ac919f2dc026)) +* fix export-ignore in .gitattributes ([be1ad91](https://github.com/DataLinx/gettext-context/commit/be1ad91429b53f3a799bdb291596e9e1d87297b7)) +* introduce conventional commits ([2f0249e](https://github.com/DataLinx/gettext-context/commit/2f0249e91131c7803a79d7323567ca1bff86a1b1)) + + +### Documentation + +* update readme, bump PHP version to 7.4 ([6ba6155](https://github.com/DataLinx/gettext-context/commit/6ba6155c56b224206c01e7c4701c6f72e9331b70)) + ## 1.0.1 (2020-09-26) Readme file improvement diff --git a/composer.json b/composer.json index 6cd6f61..0e37b44 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,11 @@ "email": "info@datalinx.si" } ], - "keywords": ["gettext", "context", "pgettext"], + "keywords": [ + "gettext", + "context", + "pgettext" + ], "homepage": "https://github.com/DataLinx/gettext-context", "minimum-stability": "stable", "require": {