Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 746408e

Browse filesBrowse files
authored
update version (#695)
1 parent f402456 commit 746408e
Copy full SHA for 746408e

File tree

8 files changed

+7
-7
lines changed
Filter options

8 files changed

+7
-7
lines changed

‎.github/workflows/package-extension.yml

Copy file name to clipboardExpand all lines: .github/workflows/package-extension.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
packageVersion:
7-
default: "2.4.8"
7+
default: "2.5.0"
88

99
jobs:
1010
build:

‎pgml-dashboard/Cargo.lock

Copy file name to clipboardExpand all lines: pgml-dashboard/Cargo.lock
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pgml-dashboard/Cargo.toml

Copy file name to clipboardExpand all lines: pgml-dashboard/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pgml-dashboard"
3-
version = "2.4.8"
3+
version = "2.5.0"
44
edition = "2021"
55
authors = ["PostgresML <team@postgresml.org>"]
66
license = "MIT"

‎pgml-dashboard/static/docs/guides/setup/developers.md

Copy file name to clipboardExpand all lines: pgml-dashboard/static/docs/guides/setup/developers.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ SELECT pgml.version();
127127
postgres=# select pgml.version();
128128
version
129129
-------------------
130-
2.4.8
130+
2.5.0
131131
(1 row)
132132
```
133133

‎pgml-dashboard/static/docs/guides/setup/v2/installation.md

Copy file name to clipboardExpand all lines: pgml-dashboard/static/docs/guides/setup/v2/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ SELECT pgml.version();
217217
postgres=# select pgml.version();
218218
version
219219
-------------------
220-
2.4.8
220+
2.5.0
221221
(1 row)
222222
```
223223

‎pgml-extension/Cargo.lock

Copy file name to clipboardExpand all lines: pgml-extension/Cargo.lock
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pgml-extension/Cargo.toml

Copy file name to clipboardExpand all lines: pgml-extension/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pgml"
3-
version = "2.4.8"
3+
version = "2.5.0"
44
edition = "2021"
55

66
[lib]

‎pgml-extension/sql/pgml--2.4.8--2.5.0.sql

Copy file name to clipboardExpand all lines: pgml-extension/sql/pgml--2.4.8--2.5.0.sql
Whitespace-only changes.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.