Skip to content

Commit

Permalink
Add CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
yanqd0 committed Jan 15, 2018
1 parent 889cffa commit a624dfa
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
Changelog for csft
==================

0.4.0 (2018-01-15)
------------------

- Rename csft.csft to csft._csft
- Use humanfriendly to display file sizes by default
- Replace --pretty with --with-raw
- Enhance test cases

0.3.0 (2017-06-16)
------------------

- Expose csft.csft2data function
- Add option --pretty
- Add option --top

0.2.1 (2017-05-24)
------------------

- Add the version option

0.2.0 (2017-05-22)
------------------

This is the 1st official **release** in PyPI.

- Initialize test cases
- Integrate in Travis CI

0.1.2 (2017-05-16)
------------------

- Drop unused index column

0.1.1 (2017-05-16)
------------------

- Fix problems about setup

0.1.0 (2017-05-16)
------------------

- Basically usable
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
long_description = file: README.rst
long_description = file: README.rst, CHANGES.rst

[aliases]
test = pytest
Expand Down

0 comments on commit a624dfa

Please sign in to comment.