Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Jun 2, 2022
1 parent 47373b4 commit 7a27a6e
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 34 deletions.
4 changes: 3 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ Valerio Cosentino <[email protected]>
inishchith <[email protected]>
pranjal.aswani <[email protected]>
SunflowerPKU <[email protected]>
Santiago Dueñas <[email protected]>
Santiago Dueñas <[email protected]>
Jose Javier Merchante <[email protected]>

24 changes: 24 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Releases

## Graal 0.3.0 - (2022-06-02)

**New features:**

* Dependencies file for development\
Include a new requirements.txt file to install the development version
from the repositories.

**Bug fixes:**

* Fix error in update worktree\
Graal wasn't working with the latest version of Git 2.35.1 because it
protects braches checked out in all worktrees. This change renames the
branch created when creating a worktree to fix the issue.

**Feature removals:**

* Drop Python 3.6 support\
Python 3.6 reached the end of life at the end of 2021. This means it
won't receive new updates or patches to fix security issues.
Therefore, this package will only work with Python >= 3.7 from now on.

4 changes: 2 additions & 2 deletions graal/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Versions compliant with PEP 440 https://www.python.org/dev/peps/pep-0440
__version__ = "0.2.9"
# File auto-generated by semverup on 2022-06-02 15:47:57.601069
__version__ = "0.3.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 = "graal"
version = "0.2.9"
version = "0.3.0"
description = "A generic source code analyzer"
authors = [
"GrimoireLab Developers"
Expand Down
22 changes: 22 additions & 0 deletions releases/0.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Graal 0.3.0 - (2022-06-02)

**New features:**

* Dependencies file for development\
Include a new requirements.txt file to install the development version
from the repositories.

**Bug fixes:**

* Fix error in update worktree\
Graal wasn't working with the latest version of Git 2.35.1 because it
protects braches checked out in all worktrees. This change renames the
branch created when creating a worktree to fix the issue.

**Feature removals:**

* Drop Python 3.6 support\
Python 3.6 reached the end of life at the end of 2021. This means it
won't receive new updates or patches to fix security issues.
Therefore, this package will only work with Python >= 3.7 from now on.

11 changes: 0 additions & 11 deletions releases/unreleased/drop-python-3.6-support.yml

This file was deleted.

10 changes: 0 additions & 10 deletions releases/unreleased/fix-error-in-update-worktree.yml

This file was deleted.

9 changes: 0 additions & 9 deletions releases/unreleased/include-requirements-for-development.yml

This file was deleted.

0 comments on commit 7a27a6e

Please sign in to comment.