Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Jul 19, 2022
1 parent d899264 commit 9a7e4a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog


## Version 1.0.3 (2022-07-19)
## Version 1.1.0 (2022-07-19)

* Suppression du support de MultiLineString
* Intégration du standard LineString dans le fichier schéma

**⚠️ Notes de version**

Les données en MultiLineString ne seront plus compatibles avec cette version du schéma.

## Version 1.0.2 (2021-10-11)

- Changement du nom du schéma en "Itinéraires de randonnées"
Expand Down
4 changes: 2 additions & 2 deletions schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://github.com/PnX-SI/schema_randonnee/raw/v1.0.3/schema.json",
"$id": "https://github.com/PnX-SI/schema_randonnee/raw/v1.1.0/schema.json",
"$schema": "http://json-schema.org/draft-07/schema",
"title": "Itinéraires de randonnée",
"description": "Spécification du fichier d'échange relatif aux itinéraires de randonnée",
Expand All @@ -23,7 +23,7 @@
{
"title": "Fichier valide (JSON)",
"name": "exemple-valide.json",
"path": "https://github.com/PnX-SI/schema_randonnee/raw/v1.0.3/exemple-valide.json"
"path": "https://github.com/PnX-SI/schema_randonnee/raw/v1.1.0/exemple-valide.json"
}
],
"sources": [
Expand Down
2 changes: 1 addition & 1 deletion tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog


## Version 1.0.3 (2022-07-19)
## Version 1.1.0 (2022-07-19)

* Validation des données en python
* Réorganisation des outils annexes au schéma. Tout est centralisé dans le dossier `tools`
Expand Down

0 comments on commit 9a7e4a8

Please sign in to comment.