From b4d0fc9f155f27f16a53d3129a8d1e42d8641d29 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Sat, 14 Feb 2026 11:49:06 -0500 Subject: [PATCH] Update file naming convention. Fixed numbering --- content/docs/getting_started/file_naming_convention.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/getting_started/file_naming_convention.md b/content/docs/getting_started/file_naming_convention.md index a91bbbc..751e34e 100644 --- a/content/docs/getting_started/file_naming_convention.md +++ b/content/docs/getting_started/file_naming_convention.md @@ -96,7 +96,7 @@ We use **SemVer** (`vMAJOR.MINOR.PATCH`) to track changes to datasets. | **MINOR** | **New Feature (Non-Breaking).** New columns were added, or coverage was expanded, but old columns remain. Old code still runs. | `v0.0.1` → `v0.1.0`
*(Added a `population_density` column)* | | **PATCH** | **Bug Fix.** Incorrect data values were fixed, but the schema (columns) is identical. | `v0.0.1` → `v0.0.2`
*(Fixed typo in metadata or coordinate precision)* | -## 4. Helper Tools +## 3. Helper Tools ### **Statistics Canada Geography Search**