File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ default-members = [
1818]
1919
2020[workspace .package ]
21- version = " 0.0.2 "
21+ version = " 0.0.3 "
2222authors = [" David Freire <dev@davidfrei.re>" ]
2323edition = " 2021"
2424rust-version = " 1.80"
2525license = " MIT"
2626repository = " https://github.com/davidsmfreire/sqlshield"
2727
2828[workspace .dependencies ]
29- sqlshield = { version = " 0.0.2 " , path = " sqlshield" }
30- sqlshield-introspect = { version = " 0.0.2 " , path = " sqlshield-introspect" }
29+ sqlshield = { version = " 0.0.3 " , path = " sqlshield" }
30+ sqlshield-introspect = { version = " 0.0.3 " , path = " sqlshield-introspect" }
3131
3232# Root package exists solely so `cargo install --path .` (used by
3333# 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