Skip to content
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
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.7.1](https://github.com/ehmpathy/sql-schema-control/compare/v1.7.0...v1.7.1) (2025-11-30)


### Bug Fixes

* **practs:** bump to latest best ([#66](https://github.com/ehmpathy/sql-schema-control/issues/66)) ([8c13f89](https://github.com/ehmpathy/sql-schema-control/commit/8c13f89043f0c6dc0f7b177c7b066880a9659575))

## [1.7.0](https://github.com/ehmpathy/sql-schema-control/compare/v1.6.0...v1.7.0) (2025-11-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sql-schema-control",
"author": "ehmpathy",
"description": "Declarative database schema management. Provision, track, sync, and modify your database schema with plain, version controlled, sql.",
"version": "1.7.0",
"version": "1.7.1",
"license": "MIT",
"repository": "ehmpathy/sql-schema-control",
"homepage": "https://github.com/ehmpathy/sql-schema-control",
Expand Down