Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Dec 19, 2023
1 parent edfe357 commit 2e17ee3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [unreleased] - YYYY-MM-DD

## [v2.0.0] - 2023-12-19

- Adjust test matrix to use Wagtail 5.2 [@nickmoreton](https://github.com/nickmoreton)
- Drop wagtail 5.0 from the test matrix [@nickmoreton](https://github.com/nickmoreton)
- Update tox.ini envlist to consider that Django 3.2 does not support Python 3.11 [@katdom13](https://github.com/katdom13)
Expand All @@ -21,25 +23,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Add testing dependencies [@engineervix](https://github.com/engineervix)
- Add tox configuration [@engineervix](https://github.com/engineervix)

## [1.0.0] - 2023-12-19
## [v1.0.0] - 2023-12-19

**New maintainers!** This release is identical to 0.2.1, but is the first release to follow semantic versioning, and is the first release by the new maintainers.

## [0.2.1] - 2020-02-04
## [v0.2.1] - 2020-02-04

- Support Django 3 [@tomdyson](https://github.com/tomdyson)

## [0.2.0] - 2020-01-07
## [v0.2.0] - 2020-01-07

- Upgrade to latest tota11y ([#9](https://github.com/wagtail-nest/wagtail-accessibility/issues/9)) [@seb-b](https://github.com/seb-b)
- Fixes [#3](https://github.com/wagtail-nest/wagtail-accessibility/issues/3) Added override kwarg to use tota11y outside of preview mode ([#5](https://github.com/wagtail-nest/wagtail-accessibility/pull/5)) [@seb-b](https://github.com/seb-b)
- Fixes [#4](https://github.com/wagtail-nest/wagtail-accessibility/issues/4) use getattr to check for is_preview ([#5](https://github.com/wagtail-nest/wagtail-accessibility/pull/5)) [@seb-b](https://github.com/seb-b)

## [0.1.1] - 2016-09-20
## [v0.1.1] - 2016-09-20

- Add jinja2 tag ([#1](https://github.com/wagtail-nest/wagtail-accessibility/issues/1)) [@LiamBrenner](https://github.com/LiamBrenner)
- Work with static files correctly, fixes ([#2](https://github.com/wagtail-nest/wagtail-accessibility/issues/2)) [@LiamBrenner](https://github.com/LiamBrenner)

## [0.1.0] - 2016-02-22
## [v0.1.0] - 2016-02-22

First release - [@LiamBrenner](https://github.com/LiamBrenner)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='wagtail-accessibility',
version='1.0.0',
version='2.0.0',
description="Accessibility content checks for Wagtail websites",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 2e17ee3

Please sign in to comment.