Skip to content

Commit 8fd3af8

Browse files
committed
Release v0.2.0
1 parent 6b04dbc commit 8fd3af8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file.
44

5-
## [Unreleased]
5+
## [v0.2.0] - 2020-08-24
66

77
### Added
88

src/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.2.0

vls.nimble

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Package
2-
version = "0.1.1"
2+
version = "0.2.0"
33
author = "Marcus Eriksson"
44
description = "A Verilog IEEE 1364-2005 language server written in Nim."
55
license = "MIT"
@@ -8,7 +8,7 @@ bin = @["vls"]
88

99
# Dependencies
1010
requires "nim >= 1.2.6"
11-
requires "vparse >= 0.1.1"
11+
requires "vparse >= 0.2.0"
1212
requires "vltoml >= 0.1.0"
1313

1414

0 commit comments

Comments
 (0)