瀏覽代碼

Bump VERSION and update CHANGELOG.

Guess what time is it? Yeah, once again... it is release time!
Daniele Alessandri 12 年之前
父節點
當前提交
0a622aee31
共有 5 個文件被更改,包括 5 次插入4 次删除
  1. 1 0
      .travis.yml
  2. 1 1
      CHANGELOG.md
  3. 1 1
      VERSION
  4. 1 1
      lib/Predis/Client.php
  5. 1 1
      package.ini

+ 1 - 0
.travis.yml

@@ -6,5 +6,6 @@ branches:
   only:
     - master
     - v0.7
+    - v0.8
 services: redis-server
 script: phpunit -c phpunit.xml.travisci

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-v0.8.0 (2012-1x-xx)
+v0.8.0 (2012-10-23)
 ===============================================================================
 
 - The default server profile for Redis is now `2.6`.

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.8.0-dev
+0.8.0

+ 1 - 1
lib/Predis/Client.php

@@ -33,7 +33,7 @@ use Predis\Transaction\MultiExecContext;
  */
 class Client implements ClientInterface
 {
-    const VERSION = '0.8.0-dev';
+    const VERSION = '0.8.0';
 
     private $options;
     private $profile;

+ 1 - 1
package.ini

@@ -11,7 +11,7 @@ desc        = "Flexible and feature-complete PHP client library for Redis"
 homepage    = "http://github.com/nrk/predis"
 license     = "MIT"
 version     = "0.8.0"
-stability   = "devel"
+stability   = "stable"
 channel     = "pear.nrk.io"
 
 author      = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"