Skip to content

Commit c85e3e1

Browse files
chore: release 2.2.0
1 parent 10e1c7a commit c85e3e1

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.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.1.1"
2+
".": "2.2.0"
33
}

CHANGELOG.md

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

3+
## [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+
310
## [2.1.1](https://github.com/ymirapp/cli/compare/v2.1.0...v2.1.1) (2026-03-19)
411

512

config/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters:
66
hidden_directory: '%working_directory%/.ymir'
77
media_directory: '%hidden_directory%/media'
88
stub_directory: '%application_directory%/stubs'
9-
version: '2.1.1'
9+
version: '2.2.0'
1010

1111
services:
1212
_defaults:

0 commit comments

Comments
 (0)