Skip to content

Commit

Permalink
Merge branch 'release-0.2.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jamierocks committed Aug 29, 2018
2 parents b147c6b + 7a74256 commit 11bca36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subprojects {

group = 'me.jamiemansfield'
archivesBaseName = project.name.toLowerCase()
version = '0.2.0-SNAPSHOT'
version = '0.2.0'

repositories {
mavenCentral()
Expand Down
5 changes: 4 additions & 1 deletion changelogs/0.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Big thanks to @Minecrell, for his help towards this release!

- [Drop dependency on Guava](https://github.com/jamiemansfield/Bombe/pull/1)
- [Add PrimitiveType](https://github.com/jamiemansfield/Bombe/pull/2)
- [Refactor Field/MethodSignature constructors](https://github.com/jamiemansfield/Bombe/pull/4)

## Changes

Expand All @@ -16,4 +17,6 @@ Big thanks to @Minecrell, for his help towards this release!
parsing of MethodDescriptors specifically.
- The dependency on Guava has been dropped.
- A PrimitiveType interface has been introduced, providing a direct replacement for the
PrimitiveType enum that previously existed in Lorenz.
PrimitiveType enum that previously existed in Lorenz.
- The 'convenience' signature constructors have been replaced with `#of(String, String)`
methods.

0 comments on commit 11bca36

Please sign in to comment.