Skip to content

Commit 6677b34

Browse files
authored
Merge pull request #1 from DataLinx/release-please--branches--master--components--gettext-context
chore(master): release 2.0.0
2 parents 6ba6155 + 520c916 commit 6677b34

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/DataLinx/gettext-context/compare/v1.0.1...v2.0.0) (2023-01-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Required/supported PHP version is now 7.4.
9+
10+
### Miscellaneous Chores
11+
12+
* add .editorconfig and .gitattributes ([bfc0b26](https://github.com/DataLinx/gettext-context/commit/bfc0b262d19ce07bd09a5f0b02e8051aefe57132))
13+
* add Lando config ([9585bbf](https://github.com/DataLinx/gettext-context/commit/9585bbf3ce0f526080cc6ae45c85f32fe0434fa6))
14+
* bump PHP version requirement to 7.4, remove composer.lock from VCS ([c700a36](https://github.com/DataLinx/gettext-context/commit/c700a36f0b6a1ad347014c1525a1ac919f2dc026))
15+
* fix export-ignore in .gitattributes ([be1ad91](https://github.com/DataLinx/gettext-context/commit/be1ad91429b53f3a799bdb291596e9e1d87297b7))
16+
* introduce conventional commits ([2f0249e](https://github.com/DataLinx/gettext-context/commit/2f0249e91131c7803a79d7323567ca1bff86a1b1))
17+
18+
19+
### Documentation
20+
21+
* update readme, bump PHP version to 7.4 ([6ba6155](https://github.com/DataLinx/gettext-context/commit/6ba6155c56b224206c01e7c4701c6f72e9331b70))
22+
323
## 1.0.1 (2020-09-26)
424

525
Readme file improvement

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
"email": "[email protected]"
1010
}
1111
],
12-
"keywords": ["gettext", "context", "pgettext"],
12+
"keywords": [
13+
"gettext",
14+
"context",
15+
"pgettext"
16+
],
1317
"homepage": "https://github.com/DataLinx/gettext-context",
1418
"minimum-stability": "stable",
1519
"require": {

0 commit comments

Comments
 (0)