From 7625bb863c3684441677052636abf78039f6d055 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Fri, 28 Feb 2014 18:07:23 +0200 Subject: [PATCH] Bump version number and update Changes --- Changes | 5 +++++ lib/Gruntmaster/Data.pm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index bc781f2..2dd268e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension Gruntmaster::Data. +5999.000_002 2014-02-28T18:07 + - Move most problem attributes outside problem_meta + - Add the HGETALL Redis command + - Add functions for getting/setting the last submit time of a user. + 5999.000_001 2014-02-02T01:01 - Initial release diff --git a/lib/Gruntmaster/Data.pm b/lib/Gruntmaster/Data.pm index e3d0947..da9d944 100644 --- a/lib/Gruntmaster/Data.pm +++ b/lib/Gruntmaster/Data.pm @@ -7,7 +7,7 @@ use JSON qw/encode_json decode_json/; use Redis; use Sub::Name qw/subname/; -our $VERSION = '5999.000_001'; +our $VERSION = '5999.000_002'; our $contest; my $redis = Redis->new; -- 2.30.2