Skip to content

Commit a93a685

Browse files
committed
Bump to version 0.3.2
1 parent eec5115 commit a93a685

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ zig-out/
55
deps.zig
66
.gyro/
77
gyro.lock
8+
kcov-out/

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Changelog
22

33

4+
## v0.3.2 (2021-07-11)
5+
6+
- Fix compile error in handling of strings in `fromArbitraryType()` [#21](https://github.com/LewisGaul/zig-nestedtext/pull/21)
7+
8+
49
## v0.3.1 (2021-07-10)
510

6-
- Add support for converting arbitrary Zig types to NestedText via `fromArbitraryType()` (inverse of `Parser.parseTyped()`)
11+
- Add support for converting arbitrary Zig types to NestedText via `fromArbitraryType()` (inverse of `Parser.parseTyped()`) [#20](https://github.com/LewisGaul/zig-nestedtext/pull/20)
712
- Fix bug in `parseTypedFree()` when passing in a `Void` type
813
- Fix bug parsing into enum types with `parseTyped()`
914

gyro.zzz

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgs:
22
nestedtext:
3-
version: 0.3.1
3+
version: 0.3.2
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)