Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,26 @@ organized by order of importance.

### Fixed

- Fixed pytest.

### Removed

## [0.1.3] - 2022-07-22

### Added

- Added a `dploy clean` subcommand.

### Changed

- Switch to Poetry for packaging instead of setuptools.
- Require at least python >= 3.7.2.
- Use black for auto formatting instead of yapf.
- Use custom *DployError* exceptions.

### Fixed

- Print syntax help if no valid subcommand was provided.
- Fixed pytest.

## [0.1.2] - 2017-10-26

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Dploy is a tool for creating symbolic links similarly to [GNU
Stow](https://www.gnu.org/software/stow/). It is provided as a CLI tool and
Python 3.6.2+ module and supports Windows, Linux, and OSX.
Python 3.7.2+ module and supports Windows, Linux, and OSX.

Dploy's command `stow` creates symbolic links to the contents of source
directories or packages in a specified destination directory. Repeating the
Expand Down
Loading