Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasvanEyk committed Apr 3, 2024
1 parent ad1afa3 commit 5b97aeb
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,4 +5,9 @@ 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).

## [Unreleased]
## [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.1.2.dev-2"
version = "0.2.0"
description = "Collects warnings while testing and generates a GitLab Code Quality Report."
authors = [{ name = "Niclas van Eyk", email = "[email protected]" }]
dependencies = ["pytest>=8.1.1"]
Expand Down

0 comments on commit 5b97aeb

Please sign in to comment.