Skip to content

Commit

Permalink
0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmeyers committed Oct 14, 2024
1 parent 026ccd5 commit 100f5fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [0.4.1] - 2024-10-14
### Added
- DBML file icon (Thanks @BOCOVO)

## [0.4.0] - 2024-10-14
### Added
- Support for `TableGroup` (Thanks @CJSantee)
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.4.0 Badge][version-badge]][changelog] [![MIT License Badge][license-badge]][license]
[![Version 0.4.1 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.4.0-blue.svg
[version-badge]: https://img.shields.io/badge/version-0.4.1-blue.svg
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
2 changes: 1 addition & 1 deletion 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.4.0",
"version": "0.4.1",
"publisher": "matt-meyers",
"engines": {
"vscode": "^1.36.0"
Expand Down

0 comments on commit 100f5fa

Please sign in to comment.