blob: aefbc96bf8065dcbb663310b8e2bf6070a34afdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
## Release `1.0.0` (UNRELEASED)
Initial stable release.
## Release `1.0.0~beta6` (2022-10-16)
### Important changes since `1.0.0~beta5`
- The "confgiure" built-in rule now evaluates "target". Also,
a bug in the computation of the effective configuration
was fixed.
- Option `--dump-vars` added to `just analyse`
- Rule fixes in propagating `ENV`
- Launcher functionality added to `just-mr`
- `just` now takes the lexicographically first repository as default
if no main repository is specified
## Release `1.0.0~beta5` (2022-10-19)
First public beta version.
|