From kde-commits Sat Oct 15 22:49:43 2016 From: Cornelius Schumacher Date: Sat, 15 Oct 2016 22:49:43 +0000 To: kde-commits Subject: [websites/inqlude] /: Version 0.9.0 Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=147657230316371 Git commit a8b7093c65e4f798d389dbb4d464a79dfacbc4db by Cornelius Schumacher. Committed on 15/10/2016 at 09:06. Pushed by cschumac into branch 'master'. Version 0.9.0 M +8 -0 CHANGELOG.md M +1 -1 lib/version.rb http://commits.kde.org/websites/inqlude/a8b7093c65e4f798d389dbb4d464a79dfac= bc4db diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c1d6fd..8dec1f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change log of Inqlude = +## Version 0.9.0 + +* Put out progress when creating release manifests +* Prototype for new layout of the website as alternative view template +* Better error when view templates directory does not exist +* Show topics in view +* Add validation for display_name attribute + ## Version 0.8.0 = * Add topic attribute to manifest specification and adapt validator to all= ow topic attribute as an optional parameter. The validator reports missing = topics as a warning for each manifest which does not have a topic attribute= , but not fail. diff --git a/lib/version.rb b/lib/version.rb index a3d09fe..0fed6af 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,3 +1,3 @@ module Inqlude - VERSION =3D "0.8.0" + VERSION =3D "0.9.0" end