We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e1c7a commit c85e3e1Copy full SHA for c85e3e1
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "2.1.1"
+ ".": "2.2.0"
3
}
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.2.0](https://github.com/ymirapp/cli/compare/v2.1.1...v2.2.0) (2026-06-02)
4
+
5
6
+### Features
7
8
+* Support postgresql database servers ([5e4bb9f](https://github.com/ymirapp/cli/commit/5e4bb9f111f440f64c7baf5527930cac5bfa1b53))
9
10
## [2.1.1](https://github.com/ymirapp/cli/compare/v2.1.0...v2.1.1) (2026-03-19)
11
12
config/services.yml
@@ -6,7 +6,7 @@ parameters:
hidden_directory: '%working_directory%/.ymir'
media_directory: '%hidden_directory%/media'
stub_directory: '%application_directory%/stubs'
- version: '2.1.1'
+ version: '2.2.0'
services:
_defaults:
0 commit comments