diff --git a/CHANGELOG.md b/CHANGELOG.md index 33317b7..e1e63a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [dev] v0.1.3 — 14 mai 2026 +## [prod] v0.1.3 — 14 mai 2026 -**Branche :** `main` | **Tag :** à venir +**Branche :** `main` | **Tag :** `0.1.3` ### Nouvelles fonctionnalités - **Système de dictionnaires structurés** — format `DictionaryFile` v1.1 : champs `roles` (détection / remplacement / classes), `configSchema` (variables configurables avec valeurs possibles), `config` (valeurs actives), `author`, `doi` diff --git a/manifest.json b/manifest.json index 32f480a..5832c56 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "pseudonymizer-tool", "name": "Pseudonymizer Tool", - "version": "0.1.2", + "version": "0.1.3", "minAppVersion": "1.7.2", "description": "Pseudonymize and correct interactional transcripts (Jefferson, ICOR, SRT, CHAT/CHA). Designed for qualitative researchers in linguistics and conversation analysis.", "author": "Axelle Abbadie", diff --git a/package.json b/package.json index d103a73..f8fab2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pseudonymizer-tool", - "version": "0.1.2", + "version": "0.1.3", "description": "Plugin Obsidian de pseudonymisation de transcriptions", "author": "Axelle Abbadie", "homepage": "https://cv.hal.science/axelle-abbadie/", diff --git a/versions.json b/versions.json index e96bd20..186f0a6 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "0.0.6": "1.6.6", "0.1.0": "1.7.2", "0.1.1": "1.7.2", - "0.1.2": "1.7.2" + "0.1.2": "1.7.2", + "0.1.3": "1.7.2" } \ No newline at end of file