Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Feb 27, 2024
1 parent 692562f commit 71d4c8a
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## 1.0a4 (unreleased)

- Support `mxmake update` command, updating the Makefile without prompting for settings.

- Use importlib.metadata to load entrypoints.

- Add support for uv as fast alternative to pip #25.

- Remove Python 3.7 from CI. Still works though.

- Run test on GH-Actions on platform macos-latest.

- Use `pathlib.Path` instead of `os.path`.

- Add `EXTRA_PATH` setting to `base` domain in `core` topic. Can be used to
specify additional directories added to environment `PATH`.

Expand All @@ -11,10 +23,7 @@

- Rename `PYTHON_BIN` to `PRIMARY_PYTHON` in `mxenv` domain.

- Use `python -m pip` all over the place instead of `pip` executable.

- Introduce `MXENV_PYTHON`. It defines the Python binary used for all
mxmake operations.
- Introduce `MXENV_PYTHON`. It defines the Python executable used for mxmake operations.

- Remove ruff cache when running `make ruff-clean` target.

Expand All @@ -28,18 +37,6 @@

- Add phony target `cookiecutter` to be able to just install it.

- Add support for uv as fast alternative to pip #25.

- Run test on GH-Actions on platform macos-latest.

- Drop Python 3.7 support.

- Use `pathlib.Path` instead of `os.path`.

- Support `mxmake update` command, updating the Makefile without prompting for settings.

- Use importlib.metadata to load entrypoints.

## 1.0a3 (2024-02-06)

- Add `typecheck` target and use it for mypy instead of `check` target.
Expand Down

0 comments on commit 71d4c8a

Please sign in to comment.