Skip to content

Commit

Permalink
v0.0.7: bumped version (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcole1340 authored May 21, 2021
1 parent b23b678 commit c98bf49
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 0.0.7

- Added support for thread-safe PHP (@davidcole1340) #37
- Added ability to add properties to classes (@davidcole1340) #39
- Added better interactions with objects (@davidcole1340) #41

## Version 0.0.6

- Fixed `panic!` when a PHP binary string was given to a function (@davidcole1340) [c:d73788e]
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ repository = "https://github.com/davidcole1340/ext-php-rs"
homepage = "https://github.com/davidcole1340/ext-php-rs"
license = "MIT OR Apache-2.0"
keywords = ["php", "ffi", "zend"]
version = "0.0.6"
version = "0.0.7"
authors = ["David Cole <[email protected]>"]
edition = "2018"
categories = ["api-bindings"]

[dependencies]
libc = "0.2.88"
bitflags = "1.2.1"
ext-php-rs-derive = { version = "=0.0.6", path = "./ext-php-rs-derive" }
ext-php-rs-derive = { version = "=0.0.7", path = "./ext-php-rs-derive" }

[build-dependencies]
bindgen = { version = ">= 0.57.0, < 0.58.1" }
Expand Down
2 changes: 1 addition & 1 deletion ext-php-rs-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Derive macros for ext-php-rs."
repository = "https://github.com/davidcole1340/ext-php-rs"
homepage = "https://github.com/davidcole1340/ext-php-rs"
license = "MIT OR Apache-2.0"
version = "0.0.6"
version = "0.0.7"
authors = ["David Cole <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit c98bf49

Please sign in to comment.