Skip to content

Commit 17442c9

Browse files
authored
Bump new version (#11)
1 parent 26c8bbc commit 17442c9

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
## Unreleased
88
There are currently no unreleased changes.
99

10+
## [0.8.0](https://github.com/marcospassos/java-php-serializer/releases/tag/0.8.0) (2018-02-28)
11+
12+
### Changed
13+
14+
- Fix bug that registers `DoubleAdapter` for type `Integer` instead of `Double`.
15+
- Add tests to ensure that calling `registerBuiltinAdapters()` registers all builtin adapters.
16+
1017
## [0.7.0](https://github.com/marcospassos/java-php-serializer/releases/tag/0.7.0) (2018-02-28)
1118

1219
### Changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ to the `dependencies` section of its `pom.xml` file:
5656
<dependency>
5757
<groupId>com.marcospassos</groupId>
5858
<artifactId>phpserializer</artifactId>
59-
<version>0.7.0</version>
59+
<version>0.8.0</version>
6060
</dependency>
6161
</dependencies>
6262
```
@@ -241,8 +241,8 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
241241
DEALINGS IN THE SOFTWARE.
242242
```
243243

244-
[maven-central-badge]: https://img.shields.io/badge/maven%20central-v0.7.0-blue.svg
245-
[maven-central-latest]: http://search.maven.org/#artifactdetails%7Ccom.marcospassos%7Cphpserializer%7C0.7.0%7Cjar
244+
[maven-central-badge]: https://img.shields.io/badge/maven%20central-v0.8.0-blue.svg
245+
[maven-central-latest]: http://search.maven.org/#artifactdetails%7Ccom.marcospassos%7Cphpserializer%7C0.8.0%7Cjar
246246
[coverall-status]: https://coveralls.io/github/marcospassos/java-php-serializer
247247
[coverall-badge]: https://coveralls.io/repos/github/marcospassos/java-php-serializer/badge.svg
248248
[travis-badge]: https://travis-ci.org/marcospassos/java-php-serializer.svg?branch=master
@@ -257,4 +257,4 @@ DEALINGS IN THE SOFTWARE.
257257
[issue-tracker]: https://github.com/marcospassos/java-php-serializer/issues
258258
[repository]: https://github.com/marcospassos/java-php-serializer
259259
[releases-page]: https://github.com/marcospassos/java-php-serializer/releases
260-
[latest-release]: https://github.com/marcospassos/java-php-serializer/releases/tag/0.7.0
260+
[latest-release]: https://github.com/marcospassos/java-php-serializer/releases/tag/0.8.0

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.marcospassos</groupId>
88
<artifactId>phpserializer</artifactId>
9-
<version>0.7.0-SNAPSHOT</version>
9+
<version>0.8.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Java PHP Serializer</name>

0 commit comments

Comments
 (0)