You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
7
+
## [1.0.4]
8
+
9
+
### Fixed
10
+
11
+
* Configure DataSource TreePattern to index all schemas by @nico-loeber in https://github.com/php-perfect/ddev-intellij-plugin/pull/135
12
+
* Fix failing unit tests by adding `junit-platform-launcher` as dependency by @SpraxDev in https://github.com/php-perfect/ddev-intellij-plugin/pull/131
13
+
* GitHub Actions: Upload test reports even when tests fail by @SpraxDev in https://github.com/php-perfect/ddev-intellij-plugin/pull/132
14
+
15
+
### Dependency Updates
16
+
17
+
* Bump sentry from 6.5.0 to 6.6.0 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/118
18
+
* Bump sentry from 6.6.0 to 6.9.1 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/130
19
+
* Bump mockito-core from 4.8.1 to 4.9.0 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/125
20
+
* Bump org.sonarqube from 3.4.0.2513 to 3.5.0.2730 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/119
21
+
* Bump gson from 2.9.1 to 2.10 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/117
22
+
* Bump org.jetbrains.changelog from 1.3.1 to 2.0.0 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/120
23
+
* Bump org.jetbrains.intellij from 1.10.0 to 1.10.1 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/134
24
+
* Bump sentry from 6.9.1 to 6.9.2 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/133
0 commit comments