Skip to content

Releases: hasansezertasan/nur

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 23:31
Immutable release. Only release title and notes can be modified.
2b6a259

0.4.0 (2026-08-13)

🚀 Features

  • add moon (moonrepo) provider for task discovery (#121) (9fb4302)

♻️ Refactoring

  • just: parse justfile statically instead of shelling out (#122) (0362df9)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 12:03
Immutable release. Only release title and notes can be modified.
7fa6154

0.3.0 (2026-08-12)

🚀 Features

  • add cargo-make provider for task discovery (#92) (6ccd6b1)
  • add composer provider for task discovery (#109) (c0882b4)
  • add deno provider for task discovery (#93) (ee096f7)

🐛 Bug Fixes

  • renovate: resolve copier template git-tags lookup failure (#85) (b4eb59f)

♻️ Refactoring

  • adopt the template's src/nur/core/ package layout (#107) (3ff5afa)

📝 Documentation

  • add ADR-0001 provider selection criteria (#90) (0c76d8f)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 06 Aug 09:33
Immutable release. Only release title and notes can be modified.
bae033b

0.2.1 (2026-08-06)

🐛 Bug Fixes

  • correct stale nur-tui references and pre-PyPI install docs (#59) (0381e10)
  • migrate suppression comments to ruff 0.16 structured syntax (#66) (0b7469d)

🛠 Build

  • deps: include all dependency groups in dev (#60) (dd9f91b)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 11:04
Immutable release. Only release title and notes can be modified.
f055e04

0.2.0 (2026-08-05)

🚀 Features

  • providers: add mise provider for task discovery (#33) (adc7b66)
  • providers: add xc provider for task discovery (#37) (e701f97)
  • start the TUI instantly and run task discovery in the background (#17) (484bf60)
  • support python -m nur as a console-script alias (#9) (2809f43)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 12:26
Immutable release. Only release title and notes can be modified.
1f66d6a

0.1.0 (2026-07-31)

🚀 Features

  • scaffold nur from copier-pyproject with Typer CLI and Textual TUI (6046e58)

🐛 Bug Fixes

  • exclude release-please CHANGELOG.md from markdownlint (#5) (5d92138)
  • repair CI and release-please failures from initial scaffold (#3) (a37b189)

🧪 Tests

  • tui: harden flaky interrupt test with wall-clock wait (#6) (c8fc893)