From 2b6fcef9a7f25a97e4912d551e0e3bd6a55800c9 Mon Sep 17 00:00:00 2001 From: Kannan Goundan Date: Thu, 26 Jul 2012 18:50:27 -0700 Subject: [PATCH] Bump version for 0.3.0 release. - Reordered ChangeLog entries according to importance to users. --- ChangeLog.txt | 6 ++++-- dropbox-sdk.cabal | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index ddc4def..6a7bbbd 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,7 +1,9 @@ -- Update to lastest libs, notably conduit/http-conduit [Lars Kuhtz]. +0.3.0 + +- Combine addFile/forceFile/updateFile into a single putFile function. - Replace hardcoded use of IO with type constraints [Lars Kuhtz]. +- Update to lastest libs, notably conduit/http-conduit [Lars Kuhtz]. - Load "trusted-certs.txt" at compile time using TH [Lars Kuhtz]. -- Combine addFile/forceFile/updateFile into a single putFile function. 0.2.0 diff --git a/dropbox-sdk.cabal b/dropbox-sdk.cabal index 93cb7b6..866cccd 100644 --- a/dropbox-sdk.cabal +++ b/dropbox-sdk.cabal @@ -1,5 +1,5 @@ Name: dropbox-sdk -Version: 0.2.0 +Version: 0.3.0 Synopsis: A library to access the Dropbox HTTP API. Description: A (very preliminary) library to access the Dropbox HTTP API: