Skip to content

Commit b4bf562

Browse files
authored
Merge pull request #23 from nanxstats/news
Update news for v0.3.3
2 parents a7ee636 + 5118248 commit b4bf562

File tree

5 files changed

+21
-1
lines changed

5 files changed

+21
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## tinyvdiff 0.3.2
412

513
### Documentation

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![PyPI version](https://img.shields.io/pypi/v/tinyvdiff)](https://pypi.org/project/tinyvdiff/)
44
![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/)
57
[![PyPI Downloads](https://img.shields.io/pypi/dm/tinyvdiff)](https://pypistats.org/packages/tinyvdiff)
68
![License](https://img.shields.io/pypi/l/tinyvdiff)
79

docs/changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## tinyvdiff 0.3.2
412

513
### Documentation

docs/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![PyPI version](https://img.shields.io/pypi/v/tinyvdiff)](https://pypi.org/project/tinyvdiff/)
44
![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/)
57
[![PyPI Downloads](https://img.shields.io/pypi/dm/tinyvdiff)](https://pypistats.org/packages/tinyvdiff)
68
![License](https://img.shields.io/pypi/l/tinyvdiff)
79

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tinyvdiff"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "Minimalist visual regression testing plugin for pytest"
55
authors = [
66
{ name = "Nan Xiao", email = "me@nanx.me" }

0 commit comments

Comments
 (0)