From ec459dd6363b211f248209d4a56a84ed083f1f1d Mon Sep 17 00:00:00 2001 From: Thomas Bennett Date: Thu, 10 May 2018 14:16:46 -0700 Subject: [PATCH 1/2] bumping version and changelog for 1.3.3 --- CHANGELOG.md | 12 ++++++++++-- README.md | 2 +- build/version.go | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a62542c5a..039bc496c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,24 @@ Version History --------------- +May 2018: + +v1.3.3 (patch release) +- Add Streaming API endpoints +- Faster contract formation +- Improved wallet scaling + + March 2018: -v1.3.2 (minor release) +v1.3.2 (patch release) - Improve renter throughput and stability - Reduce host I/O when idle - Add /tpool/confirmed endpoint December 2017: -v1.3.1 (minor release) +v1.3.1 (patch release) - Add new efficient, reliable contract format - Faster and smoother file repairs - Fix difficulty adjustment hardfork diff --git a/README.md b/README.md index 547c1fc05b..e5e6a6d0cd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [![Sia Logo](http://sia.tech/img/svg/sia-green-logo.svg)](http://sia.tech) v1.3.2 (Capricorn) +# [![Sia Logo](http://sia.tech/img/svg/sia-green-logo.svg)](http://sia.tech) v1.3.3 (Capricorn) [![Build Status](https://travis-ci.org/NebulousLabs/Sia.svg?branch=master)](https://travis-ci.org/NebulousLabs/Sia) [![GoDoc](https://godoc.org/github.com/NebulousLabs/Sia?status.svg)](https://godoc.org/github.com/NebulousLabs/Sia) diff --git a/build/version.go b/build/version.go index 3442c61eb7..6cf8585f79 100644 --- a/build/version.go +++ b/build/version.go @@ -14,7 +14,7 @@ const ( MaxEncodedVersionLength = 100 // Version is the current version of siad. - Version = "1.3.2" + Version = "1.3.3" ) // IsVersion returns whether str is a valid version number. From e3a4646747c4ddab376baf0656d567baf3187f37 Mon Sep 17 00:00:00 2001 From: Thomas Bennett Date: Thu, 10 May 2018 14:28:30 -0700 Subject: [PATCH 2/2] fix spacing --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 039bc496c2..19d8f0f7b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ v1.3.3 (patch release) - Faster contract formation - Improved wallet scaling - March 2018: v1.3.2 (patch release)