Skip to content

Commit

Permalink
Updated version and readme for 0.3.0 now all attributes critical for …
Browse files Browse the repository at this point in the history
…JVM are complete
  • Loading branch information
Palmr committed Mar 31, 2018
1 parent 7ef0d67 commit b2a6de7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "classfile-parser"
description = "A parser for Java Class files written in rust"
version = "0.2.2"
version = "0.3.0"
authors = ["Nick Palmer <[email protected]>"]
keywords = ["java", "parsing", "class", "classfile"]
categories = ["parser-implementations"]
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Java Classfile parser

[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.txt)
[![Build Status](https://travis-ci.org/Palmr/classfile-parser.svg?branch=master)](https://travis-ci.org/Palmr/classfile-parser)
[![Crates.io Version](https://img.shields.io/crates/v/classfile-parser.svg)](https://crates.io/crates/classfile-parser)

Expand Down Expand Up @@ -35,14 +35,14 @@ A parser for [Java Classfiles](https://docs.oracle.com/javase/specs/jvms/se10/ht
- [x] Fields
- [x] Methods
- [x] Attributes
- [ ] Basic attribute info block parsing
- [x] Basic attribute info block parsing
- [ ] Known typed attributes parsing
- [ ] Critical for JVM
- [x] Critical for JVM
- [x] ConstantValue
- [x] Code
- [x] StackMapTable
- [x] Exceptions
- [ ] BootstrapMethods
- [x] BootstrapMethods
- [ ] Critical for Java SE
- [ ] InnerClasses
- [ ] EnclosingMethod
Expand Down

0 comments on commit b2a6de7

Please sign in to comment.