Skip to content

chore: release master#46

Open
evanbrobertson wants to merge 1 commit into
masterfrom
release-please--branches--master
Open

chore: release master#46
evanbrobertson wants to merge 1 commit into
masterfrom
release-please--branches--master

Conversation

@evanbrobertson
Copy link
Copy Markdown
Contributor

@evanbrobertson evanbrobertson commented Apr 17, 2026

🤖 I have created a release beep boop

oxabl: 0.6.0

0.6.0 (2026-05-01)

Features

  • oxabl_analyze: add dump crate + oxabl analyze subcommand (Phase 6) (124edb4)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • oxabl_parser bumped from 0.6.0 to 0.7.0
      • oxabl_lexer bumped from 0.4.1 to 0.5.0
      • oxabl_common bumped from 0.5.0 to 0.6.0
      • oxabl_ast bumped from 0.5.0 to 0.6.0
      • oxabl_workspace bumped from 0.4.0 to 0.4.1
      • oxabl_preprocessor bumped from 0.3.1 to 0.4.0
      • oxabl_semantic bumped from 0.1.0 to 0.2.0
      • oxabl_schema bumped from 0.1.0 to 0.2.0
      • oxabl_analyze bumped from 0.1.0 to 0.2.0
oxabl_analyze: 0.2.0

0.2.0 (2026-05-01)

Features

  • oxabl_analyze: add dump crate + oxabl analyze subcommand (Phase 6) (124edb4)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • oxabl_ast bumped from 0.5.0 to 0.6.0
      • oxabl_common bumped from 0.5.0 to 0.6.0
      • oxabl_lint bumped from 0.1.0 to 0.2.0
      • oxabl_schema bumped from 0.1.0 to 0.2.0
      • oxabl_semantic bumped from 0.1.0 to 0.2.0
    • dev-dependencies
      • oxabl_lexer bumped from 0.4.1 to 0.5.0
      • oxabl_parser bumped from 0.6.0 to 0.7.0
oxabl_ast: 0.6.0

0.6.0 (2026-05-01)

Features

  • ast: add NodeId to Expression via wrapper struct (phase 1b) (7c0adb4)
  • ast: add NodeId to Statement via wrapper struct (Phase 1a) (8e8901a)
oxabl_common: 0.6.0

0.6.0 (2026-05-01)

Features

  • oxabl_semantic: add crate skeleton and declare pass (Phase 3) (d0dcd5c)
  • oxabl_semantic: crate skeleton and declare pass (Phase 3) (b5adc7e)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • oxabl_ast bumped from 0.5.0 to 0.6.0
oxabl_lexer: 0.5.0

0.5.0 (2026-05-01)

Features

  • oxabl_schema: add .df parser and Schema loader (Phase 2) (7b121d2)
  • oxabl_schema: add .df parser and Schema loader (Phase 2) (f4c88bc)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • oxabl_common bumped from 0.5.0 to 0.6.0
oxabl_lint: 0.2.0

0.2.0 (2026-05-01)

Features

  • oxabl_lint: add lint crate with 4 v1 rules (Phase 5) (09c2f81)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • oxabl_ast bumped from 0.5.0 to 0.6.0
      • oxabl_common bumped from 0.5.0 to 0.6.0
      • oxabl_semantic bumped from 0.1.0 to 0.2.0
    • dev-dependencies
      • oxabl_schema bumped from 0.1.0 to 0.2.0
oxabl_parser: 0.7.0

0.7.0 (2026-05-01)

Features

  • ast: add NodeId to Expression via wrapper struct (phase 1b) (7c0adb4)
  • ast: add NodeId to Statement via wrapper struct (Phase 1a) (8e8901a)
  • bench: add preprocessor benchmark suite (bba0846)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • oxabl_ast bumped from 0.5.0 to 0.6.0
      • oxabl_common bumped from 0.5.0 to 0.6.0
      • oxabl_lexer bumped from 0.4.1 to 0.5.0
    • dev-dependencies
      • oxabl_preprocessor bumped from 0.3.1 to 0.4.0
      • oxabl_workspace bumped from 0.4.0 to 0.4.1
oxabl_preprocessor: 0.4.0

0.4.0 (2026-05-01)

Features

  • bench: add preprocessor benchmark suite (bba0846)
  • cli: wire preprocessor into oxabl check --preprocess (673f638)
  • preprocessor: add include file argument support (positional and named) (34675a6)
  • preprocessor: add MATCHES, BEGINS, and keyword operators to condition evaluator (0acfbd1)
  • preprocessor: add oxabl_preprocessor crate with include expansion, &IF evaluation, and variable tracking (e98ff36)
  • preprocessor: resolve dynamic include names like {{&frame}.f …} (1e99772)

Bug Fixes

  • check: silence &MESSAGE noise and only surface error-level preprocessor diagnostics (c931d42)
  • preprocessor: downgrade missing-include from Error to Warning (ede8d9c)
  • preprocessor: handle multi-line include arguments and spaces around = (ea92f8d)
  • preprocessor: handle whitespace after include name, surface diagnostics (e92f5ba)
  • preprocessor: skip .i files in check command and preserve undefined refs (dcaad6b)
  • preprocessor: skip comment bodies when scanning for directives and includes (d62689e)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • oxabl_common bumped from 0.5.0 to 0.6.0
      • oxabl_ast bumped from 0.5.0 to 0.6.0
      • oxabl_workspace bumped from 0.4.0 to 0.4.1
oxabl_schema: 0.2.0

0.2.0 (2026-05-01)

Features

  • oxabl_schema: add .df parser and Schema loader (Phase 2) (7b121d2)
  • oxabl_schema: add .df parser and Schema loader (Phase 2) (f4c88bc)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • oxabl_ast bumped from 0.5.0 to 0.6.0
      • oxabl_common bumped from 0.5.0 to 0.6.0
      • oxabl_lexer bumped from 0.4.1 to 0.5.0
      • oxabl_workspace bumped from 0.4.0 to 0.4.1
oxabl_semantic: 0.2.0

0.2.0 (2026-05-01)

Features

  • oxabl_lint: add lint crate with 4 v1 rules (Phase 5) (09c2f81)
  • oxabl_semantic: add crate skeleton and declare pass (Phase 3) (d0dcd5c)
  • oxabl_semantic: add per-pass semantic benches + release config (Phase 8) (c84a74b)
  • oxabl_semantic: add type-check pass (Phase 4b) (962e357)
  • oxabl_semantic: crate skeleton and declare pass (Phase 3) (b5adc7e)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • oxabl_ast bumped from 0.5.0 to 0.6.0
      • oxabl_common bumped from 0.5.0 to 0.6.0
      • oxabl_lexer bumped from 0.4.1 to 0.5.0
      • oxabl_schema bumped from 0.1.0 to 0.2.0
    • dev-dependencies
      • oxabl_lexer bumped from 0.4.1 to 0.5.0
      • oxabl_parser bumped from 0.6.0 to 0.7.0
oxabl_workspace: 0.4.1

0.4.1 (2026-05-01)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • oxabl_common bumped from 0.5.0 to 0.6.0
      • oxabl_ast bumped from 0.5.0 to 0.6.0

This PR was generated with Release Please. See documentation.

@evanbrobertson evanbrobertson force-pushed the release-please--branches--master branch 3 times, most recently from cef44a9 to e198a6f Compare April 18, 2026 03:01
@evanbrobertson evanbrobertson force-pushed the release-please--branches--master branch 3 times, most recently from 907c096 to b6b30bf Compare May 1, 2026 01:55
@evanbrobertson evanbrobertson force-pushed the release-please--branches--master branch from b6b30bf to 2290f8d Compare May 1, 2026 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant