Explorar el Código

Bump VERSION and update CHANGELOG.

Guess what time is it? Yeah, once again... it is release time!
Daniele Alessandri hace 12 años
padre
commit
c1229a48dd
Se han modificado 5 ficheros con 5 adiciones y 4 borrados
  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>"