Skip to content

Commit 95b5bc1

Browse files
committed
Release v0.2.2
1 parent 40508c2 commit 95b5bc1

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.2] - 2020-08-31
66

77
### Fixed
88

src/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.2.2

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.2.1"
2+
version = "0.2.2"
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.2.1"
11+
requires "vparse >= 0.2.2"
1212
requires "vltoml >= 0.1.0"
1313

1414

0 commit comments

Comments
 (0)