Skip to content

Commit fd72465

Browse files
committed
Version 0.2.0
1 parent d93f00c commit fd72465

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
We follow [Semantic Versions](https://semver.org/).
44

55

6+
## Version 0.2.0
7+
8+
### Features
9+
10+
- Adds `get_env_info` function,
11+
so one can import this plugin and use it programmatically
12+
to debug and explore
13+
14+
### Misc
15+
16+
- Now using Github Actions
17+
- Updates lots of dev-deps
18+
19+
620
## Version 0.1.0
721

822
- Initial release

coverage_conditional_plugin/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
import os
42
import sys
53
import traceback

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu
99

1010
[tool.poetry]
1111
name = "coverage-conditional-plugin"
12-
version = "0.1.0"
12+
version = "0.2.0"
1313
description = "Conditional coverage based on any rules you define!"
1414
license = "MIT"
1515

0 commit comments

Comments
 (0)