Skip to content

Commit cf4bc29

Browse files
authored
Bump version to v0.0.4 (#12)
This PR bumps the version of the extension to v0.0.4. Includes: - #10
1 parent a8080ec commit cf4bc29

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zed_postgres_model_context"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
edition = "2021"
55
publish = false
66
license = "Apache-2.0"

extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id = "postgres-context-server"
22
name = "Postgres Context Server"
33
description = "Model Context Server for PostgreSQL"
4-
version = "0.0.3"
4+
version = "0.0.4"
55
schema_version = 1
66
authors = ["Max Brunsfeld <max@zed.dev>"]
77
repository = "https://github.com/zed-extensions/postgres-context-server"

0 commit comments

Comments
 (0)