Skip to content

Commit 76ae286

Browse files
authored
CHANGELOG: mention that users should upgrade CLI
1 parent ef17af3 commit 76ae286

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434
* [[#2057]]: Make begin,commit,rollback cancel-safe in sqlite [[@madadam]]
3535
* [[#2058]]: fix typo in documentation [[@lovasoa]]
3636
* [[#2067]]: fix(docs): close code block in query_builder.rs [[@abonander]]
37-
* [[#2069]]: Fix `prepare` race condition in workspaces [[@cycraig]]
37+
* [[#2069]]: Fix `prepare` race condition in workspaces [[@cycraig]]\
38+
* NOTE: this changes the directory structure under `target/` that `cargo sqlx prepare` depends on.
39+
If you use offline mode in your workflow, please rerun `cargo install sqlx-cli` to upgrade.
3840
* [[#2072]]: SqliteConnectOptions typo [[@fasterthanlime]]
3941
* [[#2074]]: fix: mssql uses unsigned for tinyint instead of signed [[@he4d]]
4042
* [[#2081]]: close unnamed portal after each executed extended query [[@DXist]]

0 commit comments

Comments
 (0)