Skip to content

Commit 71d4810

Browse files
authored
Merge pull request #15 from LewisGaul/parse-typed
Add support for parsing into a comptime type
2 parents 2004909 + c7475bd commit 71d4810

File tree

3 files changed

+407
-17
lines changed

3 files changed

+407
-17
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Changelog
22

33

4-
## development (not yet released)
4+
## v0.3.0 (2021-06-24)
55

6-
- WIP: Add support for parsing into a comptime type [#15](https://github.com/LewisGaul/zig-nestedtext/pull/15)
6+
- Add initial support for parsing into a comptime type [#15](https://github.com/LewisGaul/zig-nestedtext/pull/15)
77

88

99
## v0.2.0 (2021-06-06)

gyro.zzz

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgs:
22
nestedtext:
3-
version: 0.2.0
3+
version: 0.3.0
44
description: "Zig NestedText parser library - a simple human readable data format based on YAML"
55
license: MIT
66
source_url: "https://github.com/LewisGaul/zig-nestedtext"

0 commit comments

Comments
 (0)