Skip to content

Commit 89fcc24

Browse files
committed
0.4.0 release
1 parent 2861361 commit 89fcc24

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to the "vscode-dbml" extension will be documented in this file.
44

5+
## [0.4.0] - 2024-10-14
6+
### Added
7+
- Support for `TableGroup` (Thanks @CJSantee)
8+
- DBML logo (Thanks @CJSantee)
9+
510
## [0.3.5] - 2021-03-01
611
### Updated
712
- Bump @dbml/core version

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# DBML Language Support
1010

11-
[![Version 0.3.5 Badge][version-badge]][changelog] [![MIT License Badge][license-badge]][license]
11+
[![Version 0.4.0 Badge][version-badge]][changelog] [![MIT License Badge][license-badge]][license]
1212

1313
This Visual Studio Code extension provides language support for the Database Markup Language ([DBML](https://dbml.org)).
1414

@@ -51,5 +51,5 @@ If you want to add to this project, feel free to fork the repository and submit
5151

5252
[changelog]: ./CHANGELOG.md
5353
[license]: ./LICENSE
54-
[version-badge]: https://img.shields.io/badge/version-0.3.5-blue.svg
54+
[version-badge]: https://img.shields.io/badge/version-0.4.0-blue.svg
5555
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "vscode-dbml",
44
"description": "Language support for the Database Markup Language",
55
"icon": "images/dbml-logo.png",
6-
"version": "0.3.5",
6+
"version": "0.4.0",
77
"publisher": "matt-meyers",
88
"engines": {
99
"vscode": "^1.36.0"
@@ -106,4 +106,4 @@
106106
"publisherDisplayName": "Matt Meyers",
107107
"publisherId": "568bceb1-d747-4b35-8b70-2913492d364a"
108108
}
109-
}
109+
}

0 commit comments

Comments
 (0)