Skip to content

Commit

Permalink
Release 0.2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
vyahello committed Apr 12, 2022
1 parent 76e1688 commit 200de48
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Continuous Integration 🐍
on: [push]
env:
PACKAGE_NAME: pytest-emoji-output
PACKAGE_VERSION: 0.1.10
PACKAGE_VERSION: 0.2.0
jobs:
build_and_verify:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ addons:
apt:
update: true
env:
- PACKAGE_NAME=pytest-emoji-output PACKAGE_VERSION=0.1.10
- PACKAGE_NAME=pytest-emoji-output PACKAGE_VERSION=0.2.0
before_install:
- sudo add-apt-repository -y ppa:duggan/bats
- sudo apt-get -y install bats
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Versions
========

0.2.0
=======

_Release date: 2022-04-12_

- Support python3.10
- Update pytest dependency versions
- Cover testing section

0.1.10
=======

Expand Down
2 changes: 1 addition & 1 deletion plugin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Package provides API for testing output with emoji."""

__version__: str = "0.1.10"
__version__: str = "0.2.0"
__package_name__: str = "pytest-emoji-output"
__author__: str = "Volodymyr Yahello"
__email__: str = "vyahello@gmail.com"
Expand Down

0 comments on commit 200de48

Please sign in to comment.