Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vchrombie committed Sep 22, 2021
1 parent fa3ef2f commit 6e8cb85
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 15 deletions.
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Releases

## perceval-zulip 0.1.1 - (2021-09-22)

**Bug fixes:**

* Change `email` to zulip argument group (#1)\
The current implementation uses `token_auth` and supports `email` as
an argument. But, `email` is not an optional argument. The auth fails
if no `email` is provided. To handle this, the email is moved to a new
zulip argument group. Now, it throws an error is `email` is missing.


## perceval-zulip 0.1.0 - (2021-08-03)

**New features:**
Expand Down
4 changes: 2 additions & 2 deletions perceval/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2021-08-03 19:35:41.854381
__version__ = "0.1.0"
# File auto-generated by semverup on 2021-09-22 14:29:26.187786
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "perceval-zulip"
version = "0.1.0"
version = "0.1.1"
description = "Perceval backend for Zulip."
authors = [
"GrimoireLab Developers"
Expand Down
10 changes: 10 additions & 0 deletions releases/0.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## perceval-zulip 0.1.1 - (2021-09-22)

**Bug fixes:**

* Change `email` to zulip argument group (#1)\
The current implementation uses `token_auth` and supports `email` as
an argument. But, `email` is not an optional argument. The auth fails
if no `email` is provided. To handle this, the email is moved to a new
zulip argument group. Now, it throws an error is `email` is missing.

12 changes: 0 additions & 12 deletions releases/unreleased/change-`email`-to-zulip-argument-group.yml

This file was deleted.

0 comments on commit 6e8cb85

Please sign in to comment.