wagon 0.4.0

A command line utility to manage configuration files in one place
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.0] - 2022-07-09

### Added

- Add repo command

## [0.3.0] - 2022-03-21

### Changed

- Use uid as part of the backup path
- Use log create for better logging
- Simplify formattings
- Change to work with flat dotfiles repository

## [0.2.0] - 2021-03-13

### Added

- Added unlink command

### Fixed

- Fixed directory listings

## [0.1.0] - 2020-12-27

### Added

- Initial Release

---

[unreleased]: https://github.com/yasuyuky/wagon/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/yasuyuky/wagon/releases/tag/v0.4.0
[0.3.0]: https://github.com/yasuyuky/wagon/releases/tag/v0.3.0
[0.2.0]: https://github.com/yasuyuky/wagon/releases/tag/v0.2.0
[0.1.0]: https://github.com/yasuyuky/wagon/releases/tag/v0.1.0