Skip to content

Commit 4d9ae10

Browse files
committed
0.16.1 - Accidentally deleted compiled *.jar files in 0.16.0 release
1 parent 21510d6 commit 4d9ae10

5 files changed

+9
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ This project does its best to adhere to [Semantic Versioning](http://semver.org/
44

55

66
--------
7-
### [0.16.0](N/A) - 2019-03-17
7+
### [0.16.1](N/A) - 2019-03-17
8+
#### Fixed
9+
* Accidentally deleted compiled *.jar files in 0.16.0 release
10+
11+
12+
--------
13+
### [0.16.0](https://github.com/TeamworkGuy2/JParseCode/commit/21510d6f793b960193bb1b76f0276ecf09d62739) - 2019-03-17
814
#### Added
915
* Class signature annotation parsing (in `BlockExtractor`, `CsBlockParser`, and `JavaBlockParser`)
1016

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
JParseCode
22
==============
3-
version: 0.16.0
3+
version: 0.16.1
44

55
In progress C#/Java/TypeScript parser tools built atop [JTextParser](https://github.com/TeamworkGuy2/JTextParser), [Jackson](https://github.com/FasterXML/jackson-core/) (core, databind, annotations) and half a dozen other utility libraries.
66

bin/jparse_code-with-tests.jar

336 KB
Binary file not shown.

bin/jparse_code.jar

323 KB
Binary file not shown.

package-lib.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version" : "0.16.0",
2+
"version" : "0.16.1",
33
"name" : "jparse-code",
44
"description" : "An in-progress suite of parsing/transpilation tools for C#, Java, and TypeScript code. Generates simple JSON ASTs.",
55
"homepage" : "https://github.com/TeamworkGuy2/JParseCode",

0 commit comments

Comments
 (0)