From 602180c45bdcece0f6f7f0caf1fe47c4d43a6ecd Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 6 Jul 2017 21:31:01 -0500 Subject: [PATCH] Update changelog --- CHANGES.rst | 30 ++++++++++++++++++++++++++++++ tailbone/_version.py | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 06664fd2..be5981d8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,36 @@ CHANGELOG ========= +0.6.0 (2017-07-06) +------------------ + +Main reason for bumping version is the (re-)addition of data versioning support +using SQLAlchemy-Continuum. This feature has been a long time coming and while +not yet fully implemented, we have a significant head start. + +* Add custom default grid row size for Trainwreck items + +* Make hyperlink optional for employee field renderer + +* Tweak how customer/person relationships are displayed + +* Add initial support for expiration date for mobile receiving + +* Make Person.employee field readonly + +* Rearrange some imports to ensure ``rattail.db.model`` comes last + +* Add basic versioning history support for master view + +* Remove old-style continuum version views + +* Remove all "old-style" (aka. version 1) grids + +* Remove all old-style views: grids, CRUD, versions etc. + +* Refactor to use webhelpers2 etc. instead of older 'webhelpers' + + 0.5.104 (2017-06-22) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 584988de..9bf82f1a 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = u'0.5.104' +__version__ = '0.6.0'