Skip to content

Commit

Permalink
update changelog and bump to version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gkralik committed Feb 16, 2016
1 parent 7c5d424 commit acab03b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.6.1] - 2016-02-16
### Added
- Readded some removed TSRM bits as pointed out by @krakjoe - thanks a lot!

Expand Down Expand Up @@ -32,5 +34,6 @@ All notable changes to this project will be documented in this file.
### Added
- Initial working release of the extension

[Unreleased]: https://github.com/gkralik/php7-sapnwrfc/compare/0.6.0...HEAD
[Unreleased]: https://github.com/gkralik/php7-sapnwrfc/compare/0.6.1...HEAD
[0.6.1]: https://github.com/gkralik/php7-sapnwrfc/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/gkralik/php7-sapnwrfc/compare/0.5.0...0.6.0
1 change: 0 additions & 1 deletion docs/dev/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
Not ordered by priority...

* Add tests!
* Make sure all malloc'd `SAP_UC*` etc are free'd
* Test with a `DEBUG` and `ZTS` build.
* Add `arginfo`
* Organize the code ;)
Expand Down
2 changes: 1 addition & 1 deletion php_sapnwrfc.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
extern zend_module_entry sapnwrfc_module_entry;
#define phpext_sapnwrfc_ptr &sapnwrfc_module_entry

#define PHP_SAPNWRFC_VERSION "0.6.0"
#define PHP_SAPNWRFC_VERSION "0.6.1"

#ifdef PHP_WIN32
# define PHP_SAPNWRFC_API __declspec(dllexport)
Expand Down

0 comments on commit acab03b

Please sign in to comment.