Skip to content

Commit c2640eb

Browse files
authored
Merge pull request #27 from wayofdev/release-please--branches--master--components--spiral-starter-tpl
2 parents 5a7b6e5 + cb90d2e commit c2640eb

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

.github/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.1"
2+
".": "2.0.2"
33
}

CHANGELOG.md

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

3+
## [2.0.2](https://github.com/wayofdev/spiral-starter-tpl/compare/v2.0.1...v2.0.2) (2024-08-01)
4+
5+
6+
### Bug Fixes
7+
8+
* add memory sqlite driver to speed up testing ([f6d44f2](https://github.com/wayofdev/spiral-starter-tpl/commit/f6d44f2c0be66d1e43da4f196b06455343dc4fc8))
9+
* env loading and caching issues ([5a866d0](https://github.com/wayofdev/spiral-starter-tpl/commit/5a866d0a2f8fa62c7c650c2b50148d918d6e1b59))
10+
11+
12+
### Code Refactoring
13+
14+
* flattern application structure ([bc20e70](https://github.com/wayofdev/spiral-starter-tpl/commit/bc20e700c2a4602fde36b096abf3d13a1967036c))
15+
16+
17+
### Tests
18+
19+
* add basic arch pest tests ([a52c2cf](https://github.com/wayofdev/spiral-starter-tpl/commit/a52c2cf7b06ddd9ab72f14137f4efe202e809bf2))
20+
* remove locale testing ([feb2c8b](https://github.com/wayofdev/spiral-starter-tpl/commit/feb2c8b505ad40c243d2da2ca5ffd454b586b91b))
21+
22+
23+
### Continuous Integration
24+
25+
* add infection config ([b7ce21c](https://github.com/wayofdev/spiral-starter-tpl/commit/b7ce21cbd4caa6fb8f1586bef45128147295e266))
26+
* add pest and phpunit xml configs ([57348af](https://github.com/wayofdev/spiral-starter-tpl/commit/57348aff19b2cf6cc8452dcefbcdeb594c5d0bd8))
27+
* add psalm support ([d462830](https://github.com/wayofdev/spiral-starter-tpl/commit/d462830188e7939bead98b734482b5a97df0dcd6))
28+
* add rector config ([2000f9b](https://github.com/wayofdev/spiral-starter-tpl/commit/2000f9b20962083197c231571d79efc2d94b8ce3))
29+
* add rector workflow ([5cf4e60](https://github.com/wayofdev/spiral-starter-tpl/commit/5cf4e60d20cbea1c623f54f60370b8b13a94bfdb))
30+
* apply rector rules ([59e2da6](https://github.com/wayofdev/spiral-starter-tpl/commit/59e2da692393fc4c749cc1950c6dc8cb6ab17d03))
31+
* dependency, testing and analysis workflows ([b4144e0](https://github.com/wayofdev/spiral-starter-tpl/commit/b4144e02786c112e741efe49e3fbd86687542b82))
32+
* fix static analysis ([054c360](https://github.com/wayofdev/spiral-starter-tpl/commit/054c360a4e13db3dbe0f642f4b832f21062fd926))
33+
* migrate rector to use fluent config approach ([f117b42](https://github.com/wayofdev/spiral-starter-tpl/commit/f117b428d3d35366fb3c867bd4e67c4c45f17467))
34+
* workflow updates ([9d0956b](https://github.com/wayofdev/spiral-starter-tpl/commit/9d0956bbfb928a1d67c8c3519beaee0531858771))
35+
336
## [2.0.1](https://github.com/wayofdev/spiral-starter-tpl/compare/v2.0.0...v2.0.1) (2024-07-31)
437

538

0 commit comments

Comments
 (0)