-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs for 0.2.0 release; Use rst changelog
- Loading branch information
Showing
7 changed files
with
362 additions
and
201 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Change Log | ||
========== | ||
|
||
All notable changes to pycommand will be documented here. The project | ||
adheres to `Semantic Versioning <http://semver.org/>`_. | ||
|
||
|
||
0.2.0 - 2015-05-21 | ||
------------------ | ||
|
||
Added | ||
##### | ||
- Full example of a command with subcommands | ||
- Create quick templates via pycommand script (``pycommand init``) | ||
- Unit tests and automatic testing via Travis-CI | ||
- Documentation ``man`` (.3) and ``info`` (.info) pages | ||
|
||
Changed | ||
####### | ||
- Specification of subcommands can be `defined in CommandBase.command`__ | ||
as a shortcut. | ||
|
||
__ https://github.com/babab/pycommand/commit/a978a05ef92f70f0ce6b06d96a38c2caa8297ecc | ||
|
||
0.1.0 - 2013-08-08 | ||
------------------ | ||
Added | ||
##### | ||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.