aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-07 11:01:21 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-07 11:01:21 -0500
commit727e491969b6fdd03612299900911918bdc6caf0 (patch)
tree4ce19975d0dff9763c051c889562fcddb24a8e81
parent01e7b1d08582e49233ea2382af3a3c0866890cd6 (diff)
downloadynab-export-master.tar.gz
ynab-export-master.zip
changelog and version bumpHEAD0.0.4master
-rw-r--r--CHANGELOG.md29
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 25 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f190909..cd7ad2d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,25 @@
-* 0.0.3 2019-09-14
- * bump ynab-api
+# Changelog
-* 0.0.2 2019-08-27
- * add `ynab-export schema`
+## [0.0.4] - 2019-11-07
-* 0.0.1 2019-08-27
- * initial release
+### Changed
+
+* bump ynab-api
+
+## [0.0.3] - 2019-09-14
+
+### Changed
+
+* bump ynab-api
+
+## [0.0.2] - 2019-08-27
+
+### Added
+
+* add `ynab-export schema`
+
+## [0.0.1] - 2019-08-27
+
+### Added
+
+* Initial release
diff --git a/Cargo.lock b/Cargo.lock
index e9ea29a..f7187a0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1414,7 +1414,7 @@ dependencies = [
[[package]]
name = "ynab-export"
-version = "0.0.3"
+version = "0.0.4"
dependencies = [
"directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"ynab-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 63168c4..fba5f42 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ynab-export"
-version = "0.0.3"
+version = "0.0.4"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
description = "ynab-export is a tool to help export a YNAB budget to a database"