Skip to content

Commit

Permalink
Updated changlog and versions for 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenick committed Nov 20, 2015
1 parent 6075658 commit 1083e9c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.0.1

Features:

* Added support for the 2.2.x release of the C/C++ driver

Bug Fixes:

* [PHP-53] Error when inserting a "0" Decimal

# 1.0.0

Features:
Expand Down
17 changes: 7 additions & 10 deletions ext/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,27 @@ protocol and Cassandra Query Language v3.
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2015-09-14</date>
<time>10:28:02</time>
<date>2015-11-20</date>
<time>12:39:30</time>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
<release>1.0.1</release>
<api>1.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</license>
<notes>
# 1.0.0
# 1.0.1

Features:

* Added schema metadata support (via `Cassandra\Session::schema()`).
* Added types API (via `Cassandra\Type` static methods).
* Added support for the 2.2.x release of the C/C++ driver

Bug Fixes:

* [PHP-40] Fixed invalid pointer being free'd
* [PHP-43] Fixed timeout handling in `Cassandra\ExecutionOptions`
* [PHP-44] Fixed memory leak
* [PHP-53] Error when inserting a "0" Decimal
</notes>
<contents>
<dir name="/">
Expand Down
6 changes: 3 additions & 3 deletions ext/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#define PHP_CASSANDRA_NAME "cassandra"
#define PHP_CASSANDRA_MAJOR 1
#define PHP_CASSANDRA_MINOR 0
#define PHP_CASSANDRA_RELEASE 0
#define PHP_CASSANDRA_RELEASE 1
#define PHP_CASSANDRA_STABILITY "stable"
#define PHP_CASSANDRA_VERSION "1.0.0"
#define PHP_CASSANDRA_VERSION_FULL "1.0.0"
#define PHP_CASSANDRA_VERSION "1.0.1"
#define PHP_CASSANDRA_VERSION_FULL "1.0.1"

#endif /* PHP_CASSANDRA_VERSION_H */

0 comments on commit 1083e9c

Please sign in to comment.