Skip to content

Commit 49283f3

Browse files
committed
bump 0.0.4 and add changelog
1 parent 11b158a commit 49283f3

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGLOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
========
2+
CHANGLOG
3+
========
4+
5+
6+
0.0.4
7+
=====
8+
* Improve strhash.
9+
Decrease strhash collisions, but note that we will get different hash value in this version compare with old version. collisions, but note that we will get different hash value in this version compare with old version.
10+
* A LFUCache implement.
11+
No documented yet. Although it's well tested, but I'd like to document it in next version.
12+
13+
0.0.3
14+
=====
15+
* First release.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="ctools",
16-
version="0.0.3",
16+
version="0.0.4",
1717
author="hanke",
1818
author_email="hanke0@outlook.com",
1919
description="A collection of useful functions for python implement in C.",

0 commit comments

Comments
 (0)