Skip to content

Commit 5e7dec0

Browse files
author
Blake Gearin
committed
Prepare release of 0.2.0
1 parent ed29741 commit 5e7dec0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [0.2.0] - 2023-02-07
10+
11+
### Added
12+
13+
- Added supported pattern `coords`
14+
15+
### Changed
16+
17+
- Updated `comparisons` to support all possible variations (integers, floats, variables, strings, with & without spaces)
18+
- Updated `numeric` to be `floats`
19+
20+
### Removed
21+
22+
- Removed extra `patterns` that aren't necessary
23+
924
## [0.1.1] - 2023-02-07
1025

1126
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pulpscript-syntax",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"publisher": "BlakeGearin",
55
"engines": {
66
"vscode": "^1.74.0"

0 commit comments

Comments
 (0)