Skip to content

Commit

Permalink
0.5.1 [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 9865134 commit 330bd7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## [0.5.1](https://github.com/prantlf/v-config/compare/v0.5.0...v0.5.1) (2024-01-01)

### Bug Fixes

* Adapt to changes on interface of json and yaml packages ([1a1b33f](https://github.com/prantlf/v-config/commit/1a1b33fdd855ab639832a6443174eb0e53f8b0fc))

## [0.5.0](https://github.com/prantlf/v-config/compare/v0.4.0...v0.5.0) (2023-10-15)

### Features
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: 'config'
description: 'Looks for a configuration file in various formats and reads it into a configuration object.'
version: '0.5.0'
version: '0.5.1'
license: 'MIT'
dependencies: [
'prantlf.debug', 'prantlf.ini', 'prantlf.jany', 'prantlf.json',
Expand Down

0 comments on commit 330bd7e

Please sign in to comment.