Skip to content

Releases: pantsbuild/scie-pants

scie-pants 0.12.3-beta.3

11 Dec 05:34
v0.12.3-beta.3
08c48bc
Compare
Choose a tag to compare
Pre-release

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

11 Dec 00:22
v0.12.3-beta.1
62894d0
Compare
Choose a tag to compare
Pre-release

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

09 Dec 00:53
v0.12.3-beta.0
e9f52bd
Compare
Choose a tag to compare
Pre-release

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

05 Dec 00:48
v0.12.2
1dd15d7
Compare
Choose a tag to compare

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

04 Dec 22:43
c2c346f
Compare
Choose a tag to compare
Pre-release

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

27 Nov 03:03
v0.12.1
be453bb
Compare
Choose a tag to compare
scie-pants 0.12.1 Pre-release
Pre-release

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

22 May 10:57
v0.12.0
89981cd
Compare
Choose a tag to compare

0.12.0

Add support for running Pants with newer versions of Python.

scie-pants 0.12.0-beta.0

21 May 10:26
v0.12.0-beta.0
cb6a8ed
Compare
Choose a tag to compare
Pre-release

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

18 Mar 14:27
v0.11.0
1d0aaaf
Compare
Choose a tag to compare

0.11.0

Drop support for PANTS_SHA which was deprecated in 0.10.0.

scie-pants 0.10.8

18 Mar 08:15
v0.10.8
d336b8f
Compare
Choose a tag to compare

0.10.8

Redirect pants install messages to a pants-install.log file in pants venv directory to not pollute
stdout/stderr.