Skip to content

Commit 8b91c30

Browse files
authored
Merge pull request #7 from geekcell/release-please--branches--main--components--release-please-action
2 parents 7db59ef + 1d67fd6 commit 8b91c30

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.0.3](https://github.com/geekcell/sodium-bundle/compare/v1.0.2...v1.0.3) (2024-05-28)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* bump setup-php php version from 8.1 to 8.2 ([beac670](https://github.com/geekcell/sodium-bundle/commit/beac670e60a5d7f75b666ad9452bc7380a0af1dc))
9+
* migrate phpunit config, remove deprecated/unused phpstan configuration, fixed command / bundle to respect symfony 7.0 changes ([27581dc](https://github.com/geekcell/sodium-bundle/commit/27581dca0d55943f02095d6c9fa416b84d30c753))
10+
* remove unused import ([29105a3](https://github.com/geekcell/sodium-bundle/commit/29105a350db8bfa032d77c4e2ae5b872a240fbac))
11+
* set php 8.2 as minimum version for package ([0c1fe59](https://github.com/geekcell/sodium-bundle/commit/0c1fe5995db2979ca232ca5bccdb500140d81b96))
12+
* update deps, require symfony/* ^6.0 | ^7.0 ([be7e05f](https://github.com/geekcell/sodium-bundle/commit/be7e05f282bdb4c55d7830887cea62a41dde943c))
13+
314
## [1.0.2](https://github.com/geekcell/sodium-bundle/compare/v1.0.1...v1.0.2) (2023-04-18)
415

516

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A Symfony bundle to interact with PHP's Sodium extension",
44
"type": "symfony-bundle",
55
"license": "MIT",
6-
"version": "1.0.2",
6+
"version": "1.0.3",
77
"authors": [
88
{
99
"name": "Pascal Cremer",

0 commit comments

Comments
 (0)