File tree 5 files changed +21
-1
lines changed
5 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## tinyvdiff 0.3.3
4
+
5
+ ### Maintenance
6
+
7
+ - Add Python 3.13 to the list of supported Python versions and
8
+ use it for the default package development environment (#22 ).
9
+ - Add badges for CI tests and mkdocs workflows to ` README.md ` (#23 ).
10
+
3
11
## tinyvdiff 0.3.2
4
12
5
13
### Documentation
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ PyPI version] ( https://img.shields.io/pypi/v/tinyvdiff )] ( https://pypi.org/project/tinyvdiff/ )
4
4
![ Python versions] ( https://img.shields.io/pypi/pyversions/tinyvdiff )
5
+ [ ![ CI Tests] ( https://github.com/nanxstats/tinyvdiff/actions/workflows/ci-tests.yml/badge.svg )] ( https://github.com/nanxstats/tinyvdiff/actions/workflows/ci-tests.yml )
6
+ [ ![ mkdocs] ( https://github.com/nanxstats/tinyvdiff/actions/workflows/mkdocs.yml/badge.svg )] ( https://nanx.me/tinyvdiff/ )
5
7
[ ![ PyPI Downloads] ( https://img.shields.io/pypi/dm/tinyvdiff )] ( https://pypistats.org/packages/tinyvdiff )
6
8
![ License] ( https://img.shields.io/pypi/l/tinyvdiff )
7
9
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## tinyvdiff 0.3.3
4
+
5
+ ### Maintenance
6
+
7
+ - Add Python 3.13 to the list of supported Python versions and
8
+ use it for the default package development environment (#22 ).
9
+ - Add badges for CI tests and mkdocs workflows to ` README.md ` (#23 ).
10
+
3
11
## tinyvdiff 0.3.2
4
12
5
13
### Documentation
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ PyPI version] ( https://img.shields.io/pypi/v/tinyvdiff )] ( https://pypi.org/project/tinyvdiff/ )
4
4
![ Python versions] ( https://img.shields.io/pypi/pyversions/tinyvdiff )
5
+ [ ![ CI Tests] ( https://github.com/nanxstats/tinyvdiff/actions/workflows/ci-tests.yml/badge.svg )] ( https://github.com/nanxstats/tinyvdiff/actions/workflows/ci-tests.yml )
6
+ [ ![ mkdocs] ( https://github.com/nanxstats/tinyvdiff/actions/workflows/mkdocs.yml/badge.svg )] ( https://nanx.me/tinyvdiff/ )
5
7
[ ![ PyPI Downloads] ( https://img.shields.io/pypi/dm/tinyvdiff )] ( https://pypistats.org/packages/tinyvdiff )
6
8
![ License] ( https://img.shields.io/pypi/l/tinyvdiff )
7
9
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " tinyvdiff"
3
- version = " 0.3.2 "
3
+ version = " 0.3.3 "
4
4
description = " Minimalist visual regression testing plugin for pytest"
5
5
authors = [
6
6
{ name = " Nan Xiao" , email = " me@nanx.me" }
You can’t perform that action at this time.
0 commit comments