Skip to content

Commit 47bcb21

Browse files
chore(main): release 0.1.1
1 parent 0a39838 commit 47bcb21

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/gemini-cli-extensions/postgres/compare/0.1.0...0.1.1) (2025-09-25)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* Update ReadMe disclaimer ([#10](https://github.com/gemini-cli-extensions/postgres/issues/10)) ([add986f](https://github.com/gemini-cli-extensions/postgres/commit/add986fdf15a2442337decd62258d798beb90ee2))
9+
* update readme install cmd ([#14](https://github.com/gemini-cli-extensions/postgres/issues/14)) ([0b58d65](https://github.com/gemini-cli-extensions/postgres/commit/0b58d6525cf677a757dc6106bfafa53a4254553a))
10+
11+
12+
### Documentation
13+
14+
* **extensions:** Add quickstart guide for postgres extension ([#12](https://github.com/gemini-cli-extensions/postgres/issues/12)) ([420e881](https://github.com/gemini-cli-extensions/postgres/commit/420e881bd414155910d7c7226a68e420a8443b2c))
15+
316
## 0.1.0 (2025-09-21)
417

518

619
### Features
720

8-
* Add Postgres Extension
21+
* Add Postgres Extension

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postgres",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Connect and interact with a PostgreSQL database and data",
55
"mcpServers": {
66
"PostgreSQL": {

0 commit comments

Comments
 (0)