Releases: pantsbuild/scie-pants
scie-pants 0.12.3-beta.3
Testing #444. 0.12.3-beta.2 was skipped.
No change log entry for release 0.12.3-beta.3 was found in /home/runner/work/scie-pants/scie-pants/CHANGES.md.
scie-pants 0.12.3-beta.1
Testing release for #432
No change log entry for release 0.12.3-beta.1 was found in /home/runner/work/scie-pants/scie-pants/CHANGES.md.
scie-pants 0.12.3-beta.0
Testing release for #432
Traceback (most recent call last):
File "/home/runner/work/_actions/a-scie/actions/v1.5/tools/changelog.py", line 74, in
result = render_version(
^^^^^^^^^^^^^^^
File "/home/runner/work/_actions/a-scie/actions/v1.5/tools/changelog.py", line 56, in render_version
changelog = Changelog.parse(changelog=changelog_path.read_text(), level=level)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.10/x64/lib/python3.11/pathlib.py", line 1058, in read_text
with self.open(mode='r', encoding=encoding, errors=errors) as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.10/x64/lib/python3.11/pathlib.py", line 1044, in open
return io.open(self, mode, buffering, encoding, errors, newline)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/scie-pants/scie-pants/CHANGES.md'
scie-pants 0.12.2
0.12.2
Support for Pants 2.25.0.dev0 and newer, which run on Python 3.11 instead of 3.9. (This is the first complete release that incorporates this change, that was originally attempted in 0.12.1.)
This release transitions us from using Circle CI to Runs-On-managed runners for Linux AArch64 builds. This change should be invisible to users.
scie-pants 0.12.2-beta.0
No change log entry for release 0.12.2-beta.0 was found in /home/runner/_work/scie-pants/scie-pants/CHANGES.md.
scie-pants 0.12.1
0.12.1
Support for Pants 2.25.0.dev0 and newer, which run on Python 3.11 instead of 3.9.
(NB. this release currently has no linux aarch64 build due to #430 and is hence marked as a pre-release.)
scie-pants 0.12.0
0.12.0
Add support for running Pants with newer versions of Python.
scie-pants 0.12.0-beta.0
No change log entry for release 0.12.0-beta.0 was found in /Users/gha/actions-runner/_work/scie-pants/scie-pants/CHANGES.md.
scie-pants 0.11.0
0.11.0
Drop support for PANTS_SHA
which was deprecated in 0.10.0
.
scie-pants 0.10.8
0.10.8
Redirect pants install messages to a pants-install.log
file in pants venv directory to not pollute
stdout/stderr.