2 Commits

Author SHA1 Message Date
github-actions[bot]
223a960142 chore(release): bump version to v0.0.5 and update changelog [skip ci] 2026-02-21 14:12:18 +00:00
almazlar
73c2147ae9 fix: add missing comma in settings.json for Java configuration
All checks were successful
Release and Build Docker Images / release-and-build (push) Successful in 1m35s
2026-02-21 17:00:08 +03:00
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
{ {
"java.configuration.updateBuildConfiguration": "interactive" "java.configuration.updateBuildConfiguration": "interactive",
"java.compile.nullAnalysis.mode": "automatic"
} }

View File

@@ -1,3 +1,7 @@
## [v0.0.5] - 2026-02-21
* fix: add missing comma in settings.json for Java configuration (73c2147)
## [v0.0.4] - 2026-02-21 ## [v0.0.4] - 2026-02-21
* test: add integration tests for TodoController and update test configuration. (c32e321) * test: add integration tests for TodoController and update test configuration. (c32e321)