Skip to content

Commit f996d29

Browse files
Merge remote-tracking branch 'upstream/main' into maint/add-deprecation-for-NamespacePackageEncountered
2 parents 5136d8f + f397742 commit f996d29

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ Changelog
33
=========
44

55
latest
6-
-----------------
6+
------
77

88
* Deprecate the `NamespacePackageEncountered` exception.
9+
* Improve contribution experience for Windows developers using Just.
910

1011
3.14 (2025-12-10)
1112
-----------------

justfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,6 @@ full-check:
169169
@just lint
170170
@just build-docs
171171
@just test-all
172-
@echo '👍 {{GREEN}} Linting, docs and tests all good.{{NORMAL}}'
172+
@echo '👍 {{GREEN}} Linting, docs and tests all good.{{NORMAL}}'
173+
174+
set windows-shell := ["powershell.exe", "-NoProfile", "-NoLogo", "-Command"]

0 commit comments

Comments
 (0)