Skip to content

Commit badc332

Browse files
eitsupiclaude
andauthored
chore: release 0.1.0 (#21)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 56de9d8 commit badc332

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
# Changelog
22

3-
## [0.1.0-rc.2] - 2026-03-25
3+
## [0.1.0] - 2026-03-28
44

5-
Initial pre-release of **dlin**, a hard fork of [dbt-lineage-viewer 0.2.0](https://github.com/sipemu/dbt-lineage-viewer).
6-
7-
### Features
8-
9-
- Subcommands: `graph`, `impact`, `list`, `summary`, `check-manifest`
10-
- Output formats: JSON, plain text, DOT, Mermaid, SVG, HTML
11-
- Two data sources: direct SQL parsing (default) or `manifest.json`
12-
- Stdin/stdout piping for composable workflows
13-
- File-based extraction cache
14-
- Structured error diagnostics (`--error-format json`)
15-
- Windows binary support
5+
Initial release of **dlin**.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dlin"
3-
version = "0.1.0-rc.4"
3+
version = "0.1.0"
44
edition = "2024"
55
description = "A fast CLI tool for dbt model lineage analysis"
66
license = "MIT"

0 commit comments

Comments
 (0)