File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed
Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 3232 run : |
3333 ${{ env.pyo3-python }} -m pip install -U -r /io/ci/requirements.txt
3434 ${{ env.pyo3-python }} -m pip wheel -vv /io -w /tmp
35- for whl in /tmp/*.whl; do ${{ env.pyo3-python }} -m auditwheel repair $whl -w /io/dist; done
35+ for whl in /tmp/sphinxcontrib *.whl; do ${{ env.pyo3-python }} -m auditwheel repair $whl -w /io/dist; done
3636 - name : Store built wheels
3737 uses : actions/upload-artifact@v2
3838 with :
Original file line number Diff line number Diff line change @@ -6,7 +6,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77
88## [ Unreleased]
9- [ Unreleased ] : https://github.com/althonos/sphinxcontrib-svgbob/compare/v0.1.0...HEAD
9+ [ Unreleased ] : https://github.com/althonos/sphinxcontrib-svgbob/compare/v0.2.0...HEAD
10+
11+
12+ ## [ v0.2.0] - 2022-09-30
13+ [ v0.2.0 ] : https://github.com/althonos/sphinxcontrib-svgbob/compare/v0.1.1...v0.2.0
14+
15+ ### Changed
16+ - Bumped ` pyo3 ` dependency to ` v0.17.1 ` .
17+ - Bumped ` svgbob ` dependency to ` v0.6.7 ` .
18+ - Use GitHub Actions instead of AppVeyor to build and test wheels for Windows.
19+
20+ ### Added
21+ - Support for Python 3.10 ([ #1 ] ( https://github.com/sphinx-contrib/svgbob/issues/1 ) ).
22+
23+ ### Removed
24+ - Support for Python 3.6.
25+
1026
1127## [ v0.1.1] - 2021-04-14
1228[ v0.1.1 ] : https://github.com/althonos/sphinxcontrib-svgbob/compare/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change 44
55
66[ ![ Actions] ( https://img.shields.io/github/workflow/status/sphinx-contrib/svgbob/Test?style=flat-square&maxAge=600 )] ( https://github.com/sphinx-contrib/svgbob/actions )
7- [ ![ AppVeyor] ( https://img.shields.io/appveyor/ci/sphinx-contrib/svgbob/main?logo=appveyor&style=flat-square&maxAge=600 )] ( https://ci.appveyor.com/project/sphinx-contrib/svgbob )
87[ ![ Codecov] ( https://img.shields.io/codecov/c/gh/sphinx-contrib/svgbob/master.svg?style=flat-square&maxAge=600 )] ( https://codecov.io/gh/sphinx-contrib/svgbob )
98[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square&maxAge=2678400 )] ( https://choosealicense.com/licenses/mit/ )
109[ ![ Source] ( https://img.shields.io/badge/source-GitHub-303030.svg?maxAge=2678400&style=flat-square )] ( https://github.com/sphinx-contrib/svgbob/ )
Original file line number Diff line number Diff line change 66from .transform import SvgbobToImageTransform
77
88
9- __version__ = "0.1.1 "
9+ __version__ = "0.2.0 "
1010
1111
1212def setup (app : Sphinx ) -> typing .Dict [str , typing .Any ]:
You can’t perform that action at this time.
0 commit comments