Skip to content

Commit 6b66baf

Browse files
chore: release v0.0.1
1 parent e5d6a27 commit 6b66baf

6 files changed

Lines changed: 46 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ default-members = [
2222
]
2323

2424
[workspace.package]
25-
version = "0.0.2"
25+
version = "0.0.3"
2626
authors = ["David Freire <dev@davidfrei.re>"]
2727
edition = "2021"
2828
rust-version = "1.80"
2929
license = "MIT"
3030
repository = "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

sqlshield-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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]

sqlshield-introspect/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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]

sqlshield-lsp/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

sqlshield/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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]

0 commit comments

Comments
 (0)