File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414
1515## [ 1.3.2] ( https://github.com/appulse-projects/utils-java/releases/tag/1.3.2 ) - 2018-02-14
1616
17+ Minor release with simple bug fix.
18+
1719### Changed
1820
1921- Redesigned ` Bytes.put(index, byte) ` logic, now it moves ` limit ` .
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ $> mvn clean compile
3434[INFO] ------------------------------------------------------------------------
3535[INFO] BUILD SUCCESS
3636[INFO] ------------------------------------------------------------------------
37- [INFO] Total time: 12.712 s
38- [INFO] Finished at: 2018-02-01T15:23:30 +03:00
39- [INFO] Final Memory: 44M/585M
37+ [INFO] Total time: 10.522 s
38+ [INFO] Finished at: 2018-02-14T15:31:22 +03:00
39+ [INFO] Final Memory: 43M/512M
4040[INFO] ------------------------------------------------------------------------
4141```
4242
@@ -54,7 +54,7 @@ $> mvn clean test
5454[INFO]
5555[INFO] Results:
5656[INFO]
57- [INFO] Tests run: 22 , Failures: 0, Errors: 0, Skipped: 0
57+ [INFO] Tests run: 26 , Failures: 0, Errors: 0, Skipped: 0
5858[INFO]
5959...
6060```
You can’t perform that action at this time.
0 commit comments