Skip to content

Commit 5526d1c

Browse files
committed
Add 0.7.0-p7 release notes
1 parent 119be9d commit 5526d1c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ For Maven users:
1717
<dependency>
1818
<groupId>org.msgpack</groupId>
1919
<artifactId>msgpack-core</artifactId>
20-
<version>0.7.0-p5</version>
20+
<version>0.7.0-p7</version>
2121
</dependency>
2222
```
2323

2424
For sbt users:
2525
```
26-
libraryDependencies += "org.msgpack" % "msgpack-core" % "0.7.0-p5"
26+
libraryDependencies += "org.msgpack" % "msgpack-core" % "0.7.0-p7"
2727
```
2828

2929
- [Usage examples](msgpack-core/src/main/java/org/msgpack/core/example/MessagePackExample.java)

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release Notes
22

3+
* 2015-02-16 0.7.0-p7
4+
* Google App Engine (GAE) support
5+
36
* 2015-02-11 0.7.0-p6
47
* Add MessagePacker.getTotalWrittenBytes()
58

0 commit comments

Comments
 (0)