Skip to content

Commit 9ed15e0

Browse files
authored
Merge pull request #846 from holistics/release/v6.5.0
Release v6.5.0
2 parents 181d24b + cd0fefa commit 9ed15e0

7 files changed

Lines changed: 31 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v6.5.0 (2026-03-24)
2+
3+
#### :memo: Documentation
4+
* [#837](https://github.com/holistics/dbml/pull/837) Refactor documentation structure and improve wording ([@TeaNguyen](https://github.com/TeaNguyen))
5+
6+
#### :bug: Bug Fix
7+
* `dbml-core`
8+
* [#839](https://github.com/holistics/dbml/pull/839) fix(postgres): support UNIQUE NULLS NOT DISTINCT constraint syntax ([@frenzzy](https://github.com/frenzzy))
9+
* `dbml-connector`
10+
* [#835](https://github.com/holistics/dbml/pull/835) Short-circuit null check constraints (db2dbml mssql) ([@ajar](https://github.com/ajar))
11+
12+
#### :rocket: New Feature
13+
* `dbml-core`
14+
* [#844](https://github.com/holistics/dbml/pull/844) feat: link sample id with table id ([@nguyenalter](https://github.com/nguyenalter))
15+
16+
#### Committers: 4
17+
- Aaron Artille ([@ajar](https://github.com/ajar))
18+
- Nguyen Hoang ([@nguyenalter](https://github.com/nguyenalter))
19+
- Thi Nguyen ([@TeaNguyen](https://github.com/TeaNguyen))
20+
- Vladimir Kutepov ([@frenzzy](https://github.com/frenzzy))
21+
122
## v6.4.0 (2026-02-26)
223

324
#### :bug: Bug Fix

dbml-playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dbml/playground",
3-
"version": "6.4.0",
3+
"version": "6.5.0",
44
"description": "Interactive playground for debugging and visualizing the DBML parser pipeline",
55
"author": "Holistics <dev@holistics.io>",
66
"license": "Apache-2.0",
@@ -25,7 +25,7 @@
2525
"format": "prettier --write src/"
2626
},
2727
"dependencies": {
28-
"@dbml/parse": "^6.4.0",
28+
"@dbml/parse": "^6.5.0",
2929
"lodash-es": "^4.17.21",
3030
"monaco-editor": "^0.52.2",
3131
"monaco-vim": "^0.4.2",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.4.0",
2+
"version": "6.5.0",
33
"npmClient": "yarn",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
55
}

packages/dbml-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "@dbml/cli",
4-
"version": "6.4.0",
4+
"version": "6.5.0",
55
"description": "",
66
"main": "lib/index.js",
77
"license": "Apache-2.0",
@@ -32,8 +32,8 @@
3232
],
3333
"dependencies": {
3434
"@babel/cli": "^7.21.0",
35-
"@dbml/connector": "^6.4.0",
36-
"@dbml/core": "^6.4.0",
35+
"@dbml/connector": "^6.5.0",
36+
"@dbml/core": "^6.5.0",
3737
"bluebird": "^3.5.5",
3838
"chalk": "^2.4.2",
3939
"commander": "^2.20.0",

packages/dbml-connector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "@dbml/connector",
4-
"version": "6.4.0",
4+
"version": "6.5.0",
55
"description": "This package was created to fetch the schema JSON from many kind of databases.",
66
"author": "huy.phung.sw@gmail.com",
77
"license": "MIT",

packages/dbml-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "@dbml/core",
4-
"version": "6.4.0",
4+
"version": "6.5.0",
55
"description": "> TODO: description",
66
"author": "Holistics <dev@holistics.io>",
77
"license": "Apache-2.0",
@@ -46,7 +46,7 @@
4646
"lint:fix": "eslint --fix ."
4747
},
4848
"dependencies": {
49-
"@dbml/parse": "^6.4.0",
49+
"@dbml/parse": "^6.5.0",
5050
"antlr4": "^4.13.1",
5151
"lodash": "^4.17.15",
5252
"lodash-es": "^4.17.15",

packages/dbml-parse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "@dbml/parse",
4-
"version": "6.4.0",
4+
"version": "6.5.0",
55
"description": "DBML parser v2",
66
"author": "Holistics <dev@holistics.io>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)