Skip to content

Commit ada4025

Browse files
committed
Release v0.15.0
1 parent bfa4791 commit ada4025

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

release_notes/v0.15.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- First automatic GitHub release

vhdl_lang/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[package]
88
name = "vhdl_lang"
9-
version = "0.14.0"
9+
version = "0.15.0"
1010
authors = ["Olof Kraigher <olof.kraigher@gmail.com>"]
1111
license = "MPL-2.0"
1212
description = "VHDL Language Frontend"

vhdl_ls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[package]
88
name = "vhdl_ls"
9-
version = "0.14.0"
9+
version = "0.15.0"
1010
authors = ["Olof Kraigher <olof.kraigher@gmail.com>"]
1111
license = "MPL-2.0"
1212
description = "VHDL Language Server"

0 commit comments

Comments
 (0)