Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit6ceced0

Browse files
authored
bump to 2.4.5 (#637)
1 parent2aa2ee4 commit6ceced0

File tree

8 files changed

+1355
-7
lines changed

8 files changed

+1355
-7
lines changed

‎.github/workflows/package-extension.yml

Lines 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.4"
7+
default:"2.4.5"
88

99
jobs:
1010
build:

‎pgml-dashboard/Cargo.lock

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

‎pgml-dashboard/Cargo.toml

Lines 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.4"
3+
version ="2.4.5"
44
edition ="2021"
55
authors = ["Lev Kokotov <lev@postgresml.org>"]
66
license ="MIT"

‎pgml-docs/docs/developer_guide/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ That's it, PostgresML is ready. You can validate the installation by running:
125125
postgres=# select pgml.version();
126126
version
127127
-------------------
128-
2.4.4
128+
2.4.5
129129
(1 row)
130130
```
131131

‎pgml-docs/docs/user_guides/setup/v2/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ That's it, PostgresML is ready. You can validate the installation by running:
215215
postgres=# select pgml.version();
216216
version
217217
-------------------
218-
2.4.4
218+
2.4.5
219219
(1 row)
220220
```
221221

‎pgml-extension/Cargo.lock

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

‎pgml-extension/Cargo.toml

Lines 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.4"
3+
version ="2.4.5"
44
edition ="2021"
55

66
[lib]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp