Skip to content

Commit 48733a9

Browse files
chore: release v0.0.1
1 parent fa58de0 commit 48733a9

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
@@ -18,16 +18,16 @@ default-members = [
1818
]
1919

2020
[workspace.package]
21-
version = "0.0.2"
21+
version = "0.0.3"
2222
authors = ["David Freire <dev@davidfrei.re>"]
2323
edition = "2021"
2424
rust-version = "1.80"
2525
license = "MIT"
2626
repository = "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

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)