We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2004909 + c7475bd commit 71d4810Copy full SHA for 71d4810
CHANGELOG.md
@@ -1,9 +1,9 @@
1
# Changelog
2
3
4
-## development (not yet released)
+## v0.3.0 (2021-06-24)
5
6
-- WIP: Add support for parsing into a comptime type [#15](https://github.com/LewisGaul/zig-nestedtext/pull/15)
+- Add initial support for parsing into a comptime type [#15](https://github.com/LewisGaul/zig-nestedtext/pull/15)
7
8
9
## v0.2.0 (2021-06-06)
gyro.zzz
@@ -1,6 +1,6 @@
pkgs:
nestedtext:
- version: 0.2.0
+ version: 0.3.0
description: "Zig NestedText parser library - a simple human readable data format based on YAML"
license: MIT
source_url: "https://github.com/LewisGaul/zig-nestedtext"
0 commit comments