-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
52 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.