Skip to content

Commit 647b39e

Browse files
0.3.1 [skip ci]
1 parent 130b7e7 commit 647b39e

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes
22

3+
## [0.3.1](https://github.com/prantlf/v-yaml2json/compare/v0.3.0...v0.3.1) (2023-12-15)
4+
5+
### Bug Fixes
6+
7+
* Include man pages in asset archives ([130b7e7](https://github.com/prantlf/v-yaml2json/commit/130b7e7df5cdde54a4346dbec27e1e15abdebeb5))
8+
39
## [0.3.0](https://github.com/prantlf/v-yaml2json/compare/v0.2.0...v0.3.0) (2023-12-15)
410

511
### Features

src/yaml2json.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import prantlf.cargs { Input, parse }
33
import prantlf.json { StringifyOpts, stringify }
44
import prantlf.yaml { parse_file, parse_text }
55

6-
const version = '0.3.0'
6+
const version = '0.3.1'
77

88
const usage = 'Converts YAML input to JSON/JSON5 output.
99

v.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Module {
22
name: 'yaml2json'
33
description: 'Converts YAML input to JSON/JSON5 output.'
4-
version: '0.3.0'
4+
version: '0.3.1'
55
license: 'MIT'
66
dependencies: ['prantlf.cargs', 'prantlf.jany', 'prantlf.json', 'prantlf.yaml']
77
}

0 commit comments

Comments
 (0)