Skip to content

Commit

Permalink
Changes, lib/: prepare for release
Browse files Browse the repository at this point in the history
Add noteworthy commits to the changelog and bump version to
prepare for new release.

Signed-off-by: Jens Rehsack <sno@netbsd.org>
  • Loading branch information
rehsack committed Apr 30, 2018
1 parent 7223969 commit 80ceb9b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changes
@@ -1,5 +1,13 @@
Revision history for Perl module File::ConfigDir

0.020 2018-04-30
- spelling fixes (Thanks to Mohammed Anwar for the reminder
and pull request)
- dependencies correctly expressed
- tests for and implementation of _find_common_base_dir
fixed
- MSWin32 related fixups

0.019 2018-04-27
- fix local::lib handling and suggest use local::lib
- find a users homedir even without File::HomeDir
Expand Down
2 changes: 1 addition & 1 deletion lib/File/ConfigDir.pm
Expand Up @@ -26,7 +26,7 @@ File::ConfigDir - Get directories of configuration files
=cut

$VERSION = '0.019';
$VERSION = '0.020';
@EXPORT_OK = (
qw(config_dirs system_cfg_dir desktop_cfg_dir),
qw(xdg_config_dirs machine_cfg_dir),
Expand Down

0 comments on commit 80ceb9b

Please sign in to comment.