summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddhant Goel <me@sgoel.dev>2021-01-19 08:24:35 +0100
committerSiddhant Goel <me@sgoel.dev>2021-01-19 08:24:35 +0100
commit231889c68221584d79fe4a0e601f56139a22f843 (patch)
tree04e5797f4caff87971f36a5256ce2af54f9c813d
parent7b5a339600bb335b44019d42e8ea760331f49a47 (diff)
chore: convert changelog to markdown
-rw-r--r--CHANGELOG.md31
-rw-r--r--CHANGELOG.rst32
2 files changed, 31 insertions, 32 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..2c32330
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,31 @@
+# CHANGELOG
+
+## v0.3.1
+
+- Update `extract` interface
+
+## v0.3
+
+- Support Python 3.8
+
+## v0.2.1
+
+- Support optional sorting line before the pre-header
+
+## v0.2
+
+- Replace `locale` based parsing of numbers with a simple helper function
+ specifically for handling German formatting of numbers
+
+## v0.1.2
+
+- Allow multiple values for the `Bank` metadata field
+
+## v0.1.1
+
+- Remove incorrect `beancount.core.data.Balance` directive from extracted
+ transactions
+
+## v0.1
+
+- Initial release
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
deleted file mode 100644
index 033fb8f..0000000
--- a/CHANGELOG.rst
+++ /dev/null
@@ -1,32 +0,0 @@
-CHANGELOG
-=========
-
-v0.3.1
-------
-- Update :code:`extract` interface
-
-v0.3
-----
-- Support Python 3.8
-
-v0.2.1
-------
-- Support optional sorting line before the pre-header
-
-v0.2
-------
-- Replace :code:`locale` based parsing of numbers with a simple helper function
- specifically for handling German formatting of numbers
-
-v0.1.2
-------
-- Allow multiple values for the :code:`Bank` metadata field
-
-v0.1.1
-------
-- Remove incorrect :code:`beancount.core.data.Balance` directive from extracted
- transactions
-
-v0.1
-------
-- Initial release