From c6f9439d02b7f4a340553827b8599a1b0f304b92 Mon Sep 17 00:00:00 2001 From: Robert Xiao Date: Fri, 16 Sep 2022 13:27:18 -0700 Subject: [PATCH] Version bump to v0.2.0 --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index f0ebfea..3be19b9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +v0.2.0, 2020-09-16: + Add type hints (GH #4) + Removed the broken MutableFixedInt.__itruediv__ + Added base argument to FixedInt constructor + v0.1.6, 2020-06-20: Fix x[:] = y where y is a fixedint (GH #3)