aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-09-14 14:45:35 -0400
committerJesse Luehrs <doy@tozt.net>2019-09-14 14:45:35 -0400
commit10180ef608e6d03177725ae66b06880a97b67698 (patch)
treeb38dc0ccf476251469db75abd9ca9fb96a01e444
parent706172677867d4f31ab7394013335e865bd14866 (diff)
downloadynab-export-10180ef608e6d03177725ae66b06880a97b67698.tar.gz
ynab-export-10180ef608e6d03177725ae66b06880a97b67698.zip
changelog and version bump
-rw-r--r--CHANGELOG.md3
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 551fba9..f190909 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+* 0.0.3 2019-09-14
+ * bump ynab-api
+
* 0.0.2 2019-08-27
* add `ynab-export schema`
diff --git a/Cargo.toml b/Cargo.toml
index e25e4b5..af54107 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ynab-export"
-version = "0.0.2"
+version = "0.0.3"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
description = "ynab-export is a tool to help export a YNAB budget to a database"