From db1099123146fc08f9db9a0d866cd16084f46c29 Mon Sep 17 00:00:00 2001 From: Dustin Long Date: Thu, 5 Mar 2020 15:53:40 -0500 Subject: [PATCH 1/2] chore(version): bump version number to 0.9.6 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 4921910f7..837ced526 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // String is the version number of qri -const String = "0.9.6-dev" +const String = "0.9.6" From 399109a9e9377405ebd03f172c35bbe8a0f4fa65 Mon Sep 17 00:00:00 2001 From: Dustin Long Date: Thu, 5 Mar 2020 16:00:52 -0500 Subject: [PATCH 2/2] chore(changelog): add 0.9.6 release notes --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97d720d2c..edc18bec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [v0.9.6](https://github.com/qri-io/qri/compare/v0.9.5...v0.9.6) (2020-03-05) + +This patch release fixes a number of small bugs, mainly in support of our Desktop app, and continues infrastructural improvements in preparation for larger feature releases. These include: our improved diff experience, significantly better filesystem integration, and a new method of dataset name resolution that better handles changes across a peer network. + +### Bug Fixes + +* **cmd/list:** show username with no datasets to list ([a7cbde6](https://github.com/qri-io/qri/commit/a7cbde674b4eab23ea8b566c7c96f08f0353f220)) +* **history:** Include the foreign field in history requests ([52c5cc1](https://github.com/qri-io/qri/commit/52c5cc1e9bb4978cee156a6f583afc3be9709773)) + + +### Features + +* **diff:** show context in diffs ([6d6abb2](https://github.com/qri-io/qri/commit/6d6abb279745810668bf40edfe3b4fc622c0d545)) +* **dscache:** Fill dscache when saving, using func pointer in logbook. ([438fd03](https://github.com/qri-io/qri/commit/438fd039dd308a8ff072fb32bed3fcc2ddb74aca)) + + + # [v0.9.5](https://github.com/qri-io/qri/compare/v0.9.4...v0.9.5) (2020-02-27)