Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Aug 15, 2023
1 parent b2bcb74 commit 5d223f5
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.1.0](https://github.com/prantlf/v-config/compare/v0.0.1...v0.1.0) (2023-08-15)

### Features

* Add support for the ini file foemat ([b2bcb74](https://github.com/prantlf/v-config/commit/b2bcb7419dfe1462713d609ceda903572ae6473f))

## 0.0.1 (2023-08-07)

Initial release.
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.0.1'
version: '0.1.0'
license: 'MIT'
dependencies: [
'prantlf.debug', 'prantlf.ini', 'prantlf.jany', 'prantlf.json',
Expand Down

0 comments on commit 5d223f5

Please sign in to comment.