diff options
| author | Davi Antônio <30875784+DaviAntonio@users.noreply.github.com> | 2023-03-30 11:48:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-30 11:48:17 +0000 |
| commit | 991cb0ed962f348761ad473aa5ce5c0da12333ae (patch) | |
| tree | e1d2ac42db99106c5ba107d60f255c551f19d48e /debian | |
| parent | a9bb286113e9e8267a6cc45f5b401bdd448a9f8a (diff) | |
| download | boca-991cb0ed962f348761ad473aa5ce5c0da12333ae.tar.gz boca-991cb0ed962f348761ad473aa5ce5c0da12333ae.zip | |
Release 1.5.18-1 (#28)
* Update version info and year
The following files were updated to the next version to be released and
the current year:
- src/version
- src/versionnum.php
* Release 1.5.17-1
Update changelog with all the changes made since its last update on
commit 818abd88.
* Format code with black 23.1.0
* Release 1.5.18-1
Update changelog with all the changes made since its last update on
commit 194f6764.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6dfb332..c78529b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +boca (1.5.18-1) jammy; urgency=medium + + [ Bruno Ribas ] + * private/score.sep: more sane default + * barplot.py: moved to the correct location + * d/control: add python3-matplotlib as depends for boca-web + + [ Davi Antônio da Silva Santos ] + * Format code with black 23.1.0 + + -- Davi Antônio da Silva Santos <antoniossdavi@gmail.com> Wed, 29 Mar 2023 17:09:19 -0300 + boca (1.5.17-1) jammy; urgency=medium [ Bruno Ribas ] |