Skip to content

Commit da1f798

Browse files
committed
Updated the change log
Bump versions of actions used in GHA jobs
1 parent 8e52f2a commit da1f798

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
name: Set up QEMU
150150

151151
- name: Build wheels
152-
uses: pypa/cibuildwheel@v3.2.0
152+
uses: pypa/cibuildwheel@v3.2.1
153153
env:
154154
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
155155
CIBW_ARCHS_MACOS: ${{ matrix.arch }}
@@ -194,12 +194,12 @@ jobs:
194194
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
195195

196196
steps:
197-
- uses: actions/download-artifact@v5
197+
- uses: actions/download-artifact@v6
198198
with:
199199
path: dist
200200
pattern: wheels-for-*
201201
merge-multiple: true
202-
- uses: actions/download-artifact@v5
202+
- uses: actions/download-artifact@v6
203203
with:
204204
path: dist
205205
pattern: sdist

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Changes
44
yggdrasil-python-rapidjson
55
==========================
66

7+
1.21.0.1 (2025-11-12)
8+
~~~~~~~~~~~~~~~~~~~~~
9+
10+
This update primarily serves to update the version of `yggdrasil_rapidjson` to the 1.1.0.1 release which repackages the source code to allow for compatibility in side-by-side installation with rapidjson at request of conda-forge team. This has no impact on the Python package.
11+
12+
713
1.21.0.0 (2025-09-29)
814
~~~~~~~~~~~~~~~~~~~~~
915

0 commit comments

Comments
 (0)