Skip to content

Commit

Permalink
release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasvanEyk committed Sep 9, 2024
1 parent fb1179c commit 3077a49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.1] - 2024-09-09

### Added

- Also support Python 3.9 - 3.11 in addition to the already supported 3.12 (see [#2](https://github.com/NiclasvanEyk/pytest-gitlab-code-quality/pull/2))

## [0.2.0] - 2024-04-03

### Added

- initial version of the plugin

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pytest-gitlab-code-quality"
version = "0.2.0"
version = "0.2.1"
description = "Collects warnings while testing and generates a GitLab Code Quality Report."
authors = [{ name = "Niclas van Eyk", email = "niclas.eyk@gmail.com" }]
dependencies = ["pytest>=8.1.1"]
Expand Down

0 comments on commit 3077a49

Please sign in to comment.