Skip to content

Commit

Permalink
0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmeyers committed Oct 14, 2024
1 parent 2861361 commit 89fcc24
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [0.4.0] - 2024-10-14
### Added
- Support for `TableGroup` (Thanks @CJSantee)
- DBML logo (Thanks @CJSantee)

## [0.3.5] - 2021-03-01
### Updated
- Bump @dbml/core version
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# DBML Language Support

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

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

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

[changelog]: ./CHANGELOG.md
[license]: ./LICENSE
[version-badge]: https://img.shields.io/badge/version-0.3.5-blue.svg
[version-badge]: https://img.shields.io/badge/version-0.4.0-blue.svg
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "vscode-dbml",
"description": "Language support for the Database Markup Language",
"icon": "images/dbml-logo.png",
"version": "0.3.5",
"version": "0.4.0",
"publisher": "matt-meyers",
"engines": {
"vscode": "^1.36.0"
Expand Down Expand Up @@ -106,4 +106,4 @@
"publisherDisplayName": "Matt Meyers",
"publisherId": "568bceb1-d747-4b35-8b70-2913492d364a"
}
}
}

0 comments on commit 89fcc24

Please sign in to comment.