Skip to content

Commit

Permalink
Release 1.0.2 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Fonseca authored Aug 23, 2022
1 parent c368482 commit 8e038fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each release or unreleased log for a better organization.

## [1.0.1](https://github.com/quintoandar/hierarchical-conf/releases/tag/1.0.1)
Only load files if they exist in given directories (remove breaking in opposite cases)
### Changed
- updated PyYAML version to 6.0 (latest)

## [1.0.1](https://github.com/quintoandar/hierarchical-conf/releases/tag/1.0.1)
### Changed
- Only load files if they exist in given directories (remove breaking in opposite cases)

## [1.0.0](https://github.com/quintoandar/hierarchical-conf/releases/tag/1.0.0)
First modules and entities of Hierarchical Conf package.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

__package_name__ = "hierarchical_conf"
__version__ = "1.0.1"
__version__ = "1.0.2"
__repository_url__ = "https://github.com/quintoandar/hierarchical-conf"


Expand Down

0 comments on commit 8e038fc

Please sign in to comment.