Skip to content

chore(main): release 3.2.0#1609

Merged
SchoolyB merged 1 commit intomainfrom
release-please--branches--main
May 4, 2026
Merged

chore(main): release 3.2.0#1609
SchoolyB merged 1 commit intomainfrom
release-please--branches--main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 4, 2026

🤖 I have created a release beep boop

3.2.0 (2026-05-04)

Features

  • pass --quiet and --no-color flags through ez watch (#1606) (e35016e), closes #1573
  • stdlib: add base parameter to strconv.to_int/to_uint (#1603) (3fd62c8)
  • stdlib: add strconv module (#1603) (fbc995e)
  • stdlib: add strconv module for string/type conversions (#1603) (ae8a310)

Bug Fixes

  • cli: remove duplicate --no-color flag on watchCmd (1935e83)
  • parser: replace uppercase heuristic with struct name prescan (e72004b)
  • parser: suppress struct literal parsing on RHS of comparisons (0db8b88)
  • repo: enable blank issues in issue template config (3f8db8f)
  • stdlib: complete strconv module wiring (Makefile, fallible tables) (#1603) (20e7ee0)
  • typechecker: allow type names in size_of while rejecting bare builtin functions (b67ee7c)
  • typechecker: enforce private access, reject nonexistent struct functions, catch struct type mismatches (#1599) (4151ca7)
  • typechecker: reject bare builtin names used as values (3e48888)
  • typechecker: suppress false W1002 warnings for sub-file imports (5df0121)

This PR was generated with Release Please. See documentation.

@SchoolyB SchoolyB merged commit 49ecaa1 into main May 4, 2026
@SchoolyB SchoolyB deleted the release-please--branches--main branch May 4, 2026 16:46
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented May 4, 2026

🤖 Created releases:

🌻

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.

feat: pass --quiet and --no-color flags through ez watch

1 participant