File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ default-members = [
2222]
2323
2424[workspace .package ]
25- version = " 0.0.2 "
25+ version = " 0.0.3 "
2626authors = [" David Freire <dev@davidfrei.re>" ]
2727edition = " 2021"
2828rust-version = " 1.80"
2929license = " MIT"
3030repository = " https://github.com/davidsmfreire/sqlshield"
3131
3232[workspace .dependencies ]
33- sqlshield = { version = " 0.0.2 " , path = " sqlshield" }
34- sqlshield-introspect = { version = " 0.0.2 " , path = " sqlshield-introspect" }
33+ sqlshield = { version = " 0.0.3 " , path = " sqlshield" }
34+ sqlshield-introspect = { version = " 0.0.3 " , path = " sqlshield-introspect" }
3535
3636# Root package exists solely so `cargo install --path .` (used by
3737# pre-commit's `language: rust`) succeeds against this workspace. Not
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.0.3] ( https://github.com/davidsmfreire/sqlshield/compare/sqlshield-lsp-v0.0.2...sqlshield-lsp-v0.0.3 ) - 2026-04-25
11+
12+ ### Added
13+
14+ - * (vscode)* editor settings + bundled-binary VSIX pipeline
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
You can’t perform that action at this time.
0 commit comments