Skip to content

Commit

Permalink
doc : updates for a 2.2.2 (#70)
Browse files Browse the repository at this point in the history
* doc : update changelog for a 2.2.2

* doc : update version and readme for a 2.2.2
  • Loading branch information
lgrd authored Feb 2, 2024
1 parent 3a5dc66 commit a9fd9dd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ r2gg-road2config config.json

## Version

Elle est indiquée dans le `__init__.py` et dans le `setup.py`.
Elle est indiquée dans le `__about__.py`.

## Licence

Expand Down
14 changes: 9 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# CHANGELOG

## NEXT-VERSION
## 2.2.2

ADDED:
ADD:
- VACUUM ANALYSE is done only on created tables
- Templates for issues and PR
- A code of conduct was adapted from the contributor covenant
- A contributing was added
- The DCO was added
- Restrict access to pedestrian ways according to BDTOPO
- Better handling of urbain column inside the BDTOPO

FIX:
- Durée de parcours incohérente sur OSRM entre car-fastest et car-shortest
- Wrong data types for some restrictions of the BDTOPO

## 2.2.1

Expand All @@ -15,9 +22,6 @@ CHANGED:
- modification de la ci github pour prendre en compte la branche master
- suppression du déploiement de github pages lors d'un tag

ADDED:
- A code of conduct was adapted from the contributor covenant
- A contributing was added

## 2.2.0

Expand Down
2 changes: 1 addition & 1 deletion r2gg/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
__uri_tracker__ = f"{__uri_repository__}issues/"
__uri__ = __uri_repository__

__version__ = "2.2.1"
__version__ = "2.2.2"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down

0 comments on commit a9fd9dd

Please sign in to comment.