Skip to content

Commit

Permalink
add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyakosmos committed Oct 28, 2019
1 parent d2638c4 commit d633499
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

Versions follow [Semantic Versioning](https://semver.org) (`<major>.<minor>.<patch>`).

**But**. Currently project is in alpha stage (`0.0.*`) and any changes can potentially break existing code.


## 0.0.11

### Breaking changes

- rename classes: `Arg -> Opt`, `PosArg -> Arg`

### Features

- make argument holders classes reusable

### Bug Fixes

- help message colorization
- nargs and type defaults


## 0.0.10

### Bug Fixes

- fix shortcuts generation

0 comments on commit d633499

Please sign in to comment.