Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc : updates for a 2.2.2 #70

Merged
merged 2 commits into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading