Skip to content

Commit

Permalink
prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Aug 19, 2014
1 parent 1144c3f commit f4ff091
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Changelog
=========

1.0.0
-----

Initial release. To migrate from other Symfony2 cache bundles, see
[LiipCacheControlBundle](https://github.com/liip/LiipCacheControlBundle) or
[DriebitHttpCacheBundle](https://github.com/driebit/DriebitHttpCacheBundle).
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FOSHttpCacheBundle
[![Build Status](https://travis-ci.org/FriendsOfSymfony/FOSHttpCacheBundle.svg?branch=master)](https://travis-ci.org/FriendsOfSymfony/FOSHttpCacheBundle)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/FriendsOfSymfony/FOSHttpCacheBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/FriendsOfSymfony/FOSHttpCacheBundle/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/FriendsOfSymfony/FOSHttpCacheBundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/FriendsOfSymfony/FOSHttpCacheBundle/?branch=master)
[![Latest Stable Version](https://poser.pugx.org/friendsofsymfony/http-cache-bundle/v/stable.svg)](https://packagist.org/packages/friendsofsymfony/http-cache-bundle)

Introduction
------------
Expand Down
6 changes: 1 addition & 5 deletions Resources/doc/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@ Installation

This bundle is available on Packagist_. You can install it using Composer:

.. todo::

Change version requirement to @stable.

.. code-block:: bash
$ composer require friendsofsymfony/http-cache-bundle:@alpha
$ composer require friendsofsymfony/http-cache-bundle:~1.0
Then add the bundle to your application:

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"require": {
"php": ">=5.3.3",
"friendsofsymfony/http-cache": "~1.0.0-alpha3@dev",
"friendsofsymfony/http-cache": "~1.0",
"symfony/framework-bundle": "~2.3"
},
"require-dev": {
Expand Down

0 comments on commit f4ff091

Please sign in to comment.