Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

latest
----------------

* Improve contribution experience for Windows developers using Just.

3.14 (2025-12-10)
-----------------

Expand Down
4 changes: 3 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,6 @@ full-check:
@just lint
@just build-docs
@just test-all
@echo '👍 {{GREEN}} Linting, docs and tests all good.{{NORMAL}}'
@echo '👍 {{GREEN}} Linting, docs and tests all good.{{NORMAL}}'

set windows-shell := ["powershell.exe", "-NoProfile", "-NoLogo", "-Command"]