Skip to content

Commit 18b1203

Browse files
committed
Releases v0.2.0-alpha.2
1 parent 6d164ec commit 18b1203

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.2.0-alpha.2] - 2023-11-13
2+
3+
## Changed
4+
- Improves error messages.
5+
- Improves ordering of tokens and errors when errors are present.
6+
- Fixes file position in case of errors.
7+
8+
19
## [0.2.0-alpha.1] - 2023-09-23
210

311
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json-event-parser"
3-
version = "0.2.0-alpha.1"
3+
version = "0.2.0-alpha.2"
44
authors = ["Tpt <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)