diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..d50058f2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +## Release `1.0.0` (UNRELEASED) + +Initial stable release. + +### Important changes since `1.0.0~beta5` + +- 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. |