Skip to content

Commit

Permalink
Release 0.102.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Jun 24, 2022
1 parent 77cd5be commit cf433d6
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 25 deletions.
25 changes: 25 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Releases

## GrimoireELK 0.102.0 - (2022-06-24)

**Bug fixes:**

* Poetry build version updated\
The current version of the `poetry` builder was old and caused some
problems when installing packages in developer mode. With this new
version, it's possible to install ELK in developer or editable mode
without using `setuptools` files (i.e. `setup.cfg` and `setup.py`).

**Others:**

* GrimoireLab dependencies update\
Dependencies have been updated to use the latest versions of
GrimoireLab packages:
- grimoirelab-toolkit >= 0.3
- perceval >= 0.19
- perceval-mozilla >= 0.3
- perceval-opnfv >=0.2
- perceval-puppet >= 0.2
- perceval-weblate >= 0.2
- graal >= 0.3
- cereslib >= 0.3


## GrimoireELK 0.101.1 - (2022-06-03)

**Bug fixes:**
Expand Down
4 changes: 2 additions & 2 deletions grimoire_elk/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2022-06-03 15:04:53.709211
__version__ = "0.101.1"
# File auto-generated by semverup on 2022-06-24 11:31:20.431813
__version__ = "0.102.0"
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 = "grimoire-elk"
version = "0.101.1"
version = "0.102.0"
description = "GrimoireELK processes and stores software development data to ElasticSearch"
readme = "README.md"
authors = [
Expand Down
23 changes: 23 additions & 0 deletions releases/0.102.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## GrimoireELK 0.102.0 - (2022-06-24)

**Bug fixes:**

* Poetry build version updated\
The current version of the `poetry` builder was old and caused some
problems when installing packages in developer mode. With this new
version, it's possible to install ELK in developer or editable mode
without using `setuptools` files (i.e. `setup.cfg` and `setup.py`).

**Others:**

* GrimoireLab dependencies update\
Dependencies have been updated to use the latest versions of
GrimoireLab packages:
- grimoirelab-toolkit >= 0.3
- perceval >= 0.19
- perceval-mozilla >= 0.3
- perceval-opnfv >=0.2
- perceval-puppet >= 0.2
- perceval-weblate >= 0.2
- graal >= 0.3
- cereslib >= 0.3
10 changes: 0 additions & 10 deletions releases/unreleased/grimoirelab-dependencies-update.yml

This file was deleted.

12 changes: 0 additions & 12 deletions releases/unreleased/poetry-build-version-updated.yml

This file was deleted.

0 comments on commit cf433d6

Please sign in to comment.