Skip to content

Commit

Permalink
0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 1, 2024
1 parent a069880 commit 974ce41
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changes

## [0.2.0](https://github.com/prantlf/v-yaml/compare/v0.1.2...v0.2.0) (2024-01-01)

### Features

* Remove options from unmarshal_text and unmarshal_file ([a069880](https://github.com/prantlf/v-yaml/commit/a06988019fc7c8af053ebaba8b0de9d5a997ea89))

### BREAKING CHANGES

If you just pass default options to the functions,
just delete them. They do not expect options any more. If you use
non-empty options, replace the function name with `<name>_opt`,
which supports options.

## [0.1.2](https://github.com/prantlf/v-yaml/compare/v0.1.1...v0.1.2) (2023-12-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion v.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Module {
name: 'yaml'
description: 'Strictly parse and format YAML data.'
version: '0.1.2'
version: '0.2.0'
license: 'MIT'
dependencies: ['prantlf.jany']
}

0 comments on commit 974ce41

Please sign in to comment.