Skip to content

Update news for v0.3.3 #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## tinyvdiff 0.3.3

### Maintenance

- Add Python 3.13 to the list of supported Python versions and
use it for the default package development environment (#22).
- Add badges for CI tests and mkdocs workflows to `README.md` (#23).

## tinyvdiff 0.3.2

### Documentation
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![PyPI version](https://img.shields.io/pypi/v/tinyvdiff)](https://pypi.org/project/tinyvdiff/)
![Python versions](https://img.shields.io/pypi/pyversions/tinyvdiff)
[![CI Tests](https://github.com/nanxstats/tinyvdiff/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/nanxstats/tinyvdiff/actions/workflows/ci-tests.yml)
[![mkdocs](https://github.com/nanxstats/tinyvdiff/actions/workflows/mkdocs.yml/badge.svg)](https://nanx.me/tinyvdiff/)
[![PyPI Downloads](https://img.shields.io/pypi/dm/tinyvdiff)](https://pypistats.org/packages/tinyvdiff)
![License](https://img.shields.io/pypi/l/tinyvdiff)

Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## tinyvdiff 0.3.3

### Maintenance

- Add Python 3.13 to the list of supported Python versions and
use it for the default package development environment (#22).
- Add badges for CI tests and mkdocs workflows to `README.md` (#23).

## tinyvdiff 0.3.2

### Documentation
Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![PyPI version](https://img.shields.io/pypi/v/tinyvdiff)](https://pypi.org/project/tinyvdiff/)
![Python versions](https://img.shields.io/pypi/pyversions/tinyvdiff)
[![CI Tests](https://github.com/nanxstats/tinyvdiff/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/nanxstats/tinyvdiff/actions/workflows/ci-tests.yml)
[![mkdocs](https://github.com/nanxstats/tinyvdiff/actions/workflows/mkdocs.yml/badge.svg)](https://nanx.me/tinyvdiff/)
[![PyPI Downloads](https://img.shields.io/pypi/dm/tinyvdiff)](https://pypistats.org/packages/tinyvdiff)
![License](https://img.shields.io/pypi/l/tinyvdiff)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tinyvdiff"
version = "0.3.2"
version = "0.3.3"
description = "Minimalist visual regression testing plugin for pytest"
authors = [
{ name = "Nan Xiao", email = "me@nanx.me" }
Expand Down
Loading