diff --git a/CHANGELOG.md b/CHANGELOG.md index 590ccaa..3c97600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.19.0] - 2026-09-21 + ### Added - **New rule `DOL041` — planner settings overridden in raw SQL.** Application diff --git a/package-lock.json b/package-lock.json index a166465..c7148d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "django-orm-lens", - "version": "0.18.0", + "version": "0.19.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "django-orm-lens", - "version": "0.18.0", + "version": "0.19.0", "license": "MIT", "dependencies": { "@xyflow/react": "^12.11.6", diff --git a/package.json b/package.json index 2093be2..583e8d3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "django-orm-lens", "displayName": "Django ORM Lens", "description": "Autocomplete Django model fields and lookups inside .filter(), and see your entire schema in your editor. Live sidebar, ER diagrams, impact analysis, blast radius and schema drift. Static analysis - no DB, no Django boot. Free and MIT, no Pro tier.", - "version": "0.18.0", + "version": "0.19.0", "preview": false, "galleryBanner": { "color": "#0c4b33",