From edbed6c44a8d01ce689ac2bb6e97338e0b38745a Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Sun, 19 Jan 2014 22:38:10 +0200 Subject: [PATCH] bump to 0.3.0.0 --- Changelog.md | 2 +- config/defaults.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 32ac45eaf..9a1c94b03 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -# Head +# 0.3.0.0 ## Pod statistics A new feature [has been added](https://github.com/diaspora/diaspora/pull/4602) to allow pods to report extra statistics. Automatically after this code change, the route /statistics.json contains some basic data that was also available before via page headers (pod name, version, status of signups). But also, optionally podmins can enable user and post counts in the diaspora.yml configuration file. The counts are by default switched off, so if you want to report the total user, active user and local post counts, please edit your diaspora.yml configuration with the example values in diaspora.yml.example and uncomment the required lines as indicated. diff --git a/config/defaults.yml b/config/defaults.yml index 264edc8f6..d000938f8 100644 --- a/config/defaults.yml +++ b/config/defaults.yml @@ -4,7 +4,7 @@ defaults: version: - number: "head" # Do not touch unless doing a release, do not backport the version number that's in master but keep develp to always say "head" + number: "0.3.0.0" # Do not touch unless doing a release, do not backport the version number that's in master but keep develp to always say "head" heroku: false environment: url: "http://localhost:3000/"