Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Jul 10, 2024
1 parent 9b64edc commit d1652e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.2.0

- Fix zero remainder rules

## 1.1.0

- Add `get_supported_languages` method to engine
Expand Down
4 changes: 3 additions & 1 deletion script/package
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ _PROGRAM_DIR = _DIR.parent
_VENV_DIR = _PROGRAM_DIR / ".venv"

context = venv.EnvBuilder().ensure_directories(_VENV_DIR)
subprocess.check_call([context.env_exe, _PROGRAM_DIR / "setup.py", "bdist_wheel"])
subprocess.check_call(
[context.env_exe, _PROGRAM_DIR / "setup.py", "sdist", "bdist_wheel"]
)

0 comments on commit d1652e2

Please sign in to comment.